WO2010138658A1 - Workflow management system and method - Google Patents

Workflow management system and method Download PDF

Info

Publication number
WO2010138658A1
WO2010138658A1 PCT/US2010/036299 US2010036299W WO2010138658A1 WO 2010138658 A1 WO2010138658 A1 WO 2010138658A1 US 2010036299 W US2010036299 W US 2010036299W WO 2010138658 A1 WO2010138658 A1 WO 2010138658A1
Authority
WO
WIPO (PCT)
Prior art keywords
workflow
queues
work items
data
queue
Prior art date
Application number
PCT/US2010/036299
Other languages
French (fr)
Inventor
Serhan Yengulalp
Steve R. Kinney
Brian G. Anderson
Scot T. R. Coons
David E. Kelley
Humayun H. Khan
Original Assignee
Perceptive Software, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US12/475,045 external-priority patent/US9081616B2/en
Priority claimed from US12/475,081 external-priority patent/US20100306005A1/en
Application filed by Perceptive Software, Inc. filed Critical Perceptive Software, Inc.
Publication of WO2010138658A1 publication Critical patent/WO2010138658A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources

Definitions

  • Workflow is the automation or computer modeling of a business process, in whole or part, during which documents, information, or tasks are passed from one activity to another to collectively realize a business objective or policy goal.
  • a work item and corresponding action defines a logical step within the business process or workflow.
  • the work item corresponds to the life cycle, or state, of a body of work as it passes through a workflow. Actions are performed on the work items via a computing or processing device to pass the work item from one state to another in the workflow.
  • Workflow management systems are computing systems that provide functionality for managing the processing of work items within a workflow.
  • work items associated with a particular workflow may be stored in one or more queues.
  • each queue may be a database or other data structure that stores work items that are associated with a particular action to be performed during the workflow.
  • the workflow management system can automatically process work items in the queue or a user using the workflow management system can initiate the processing of work items in the queue.
  • Some workflow management systems use a single processing thread or module to de-queue or process work items in each queue. Such workflow management systems are limited to processing work items from one queue at a time. Moreover, such systems will often process all of the work items in one queue before processing the work items in a next queue. However, because some queues may store more work items than others, queues with fewer work items will not receive equitable processing time. For example, assume queue A includes 100,000 work items and queue B includes 2,500 work items. In this example, a processing thread will spend more time processing work items in queue A as compared to queue B. As a result, if queue A is processes first, the completion of actions associated with the work items in queue B may be delayed, and, thus the associated business process can lose valuable processing time.
  • Workflow management systems employing multiple processing threads to dequeue or process work items from multiple queues assign a different processing threads to each of the queues.
  • Each processing thread can perform a limited number of operations a in a set amount of time.
  • the limited number of operations that can be performed by processing thread is also referred to as processing capacity. Because some queues may store fewer work items than others, a processing thread that is assigned to a queue with fewer work items may expend less processing time than another processing thread that is assigned to a queue with more work items. As a result, some processing threads may operate at minimal processing capacity while other processing threads operate at or near maximum processing capacity.
  • a system processes work items in a workflow.
  • the system includes a plurality of queues and each queue includes a plurality of work items.
  • a processor determines a retrieval priority for each of the plurality of queues.
  • the processor retrieves at least one work item from each of the plurality of queues according to the retrieval priority.
  • the processor stores the at least one work item retrieved from each of the plurality of queues in a workflow data structure and processes the work items stored in the workflow data structure.
  • a workflow application processes work items in a workflow.
  • the workflow application includes modules that are executable by a processor.
  • a queue storage module receives a plurality of work items from a remote computer and stores each of the plurality of work items in one of a plurality of queues based on a state of each work item in the workflow.
  • a queue selection module determines a retrieval priority for each of the plurality of queues. The queue selection module retrieves at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure. Multiple processing modules process the work items in the workflow data structure.
  • a system processes work items in a workflow.
  • the system includes a plurality of queues and each queue includes a plurality of work items.
  • a computing device includes a workflow application.
  • the workflow application includes modules that are executable by the computing device and configured to process the plurality of work items.
  • a queue selection module determines a retrieval priority for each of the plurality of queues.
  • the queue selection module retrieves at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure.
  • Multiple processing modules process the work items in the workflow data structure.
  • a method for processing a plurality of work items in a workflow at a processor.
  • the method includes receiving a plurality of work items at the processor.
  • the method also includes storing each of the plurality of work items in one of a plurality of queues based on a state of each work item in the workflow.
  • the method also includes determining a retrieval priority for each of the plurality of queues at the processor.
  • the method also includes retrieving at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure.
  • the method also includes processing the work items in the workflow data structure at the processor.
  • a system processes work items in a workflow.
  • the system includes a plurality of queues and each queue includes a plurality of work items.
  • a memory stores a plurality of business process definitions. Each business process definition identifies a plurality of states of the work items in the workflow that correspond to a different business process.
  • a processor receives a workflow request from a remote processor that identifies a desired business process and work item data. The processor also retrieves a business process definition from the memory that corresponds to the desired business process to identify the plurality of states of the work items in the workflow for the desired business process. The plurality of states identified for the desired business process identifies the plurality of queues.
  • the processor also determines a retrieval priority for each of the plurality of queues and retrieves at least one work item from each of the plurality of queues according to the retrieval priority.
  • the processor also stores the at least one work item retrieved from each of the plurality of queues in a workflow data structure and then processes the work items stored in the workflow data structure.
  • a workflow application processes work items in a workflow.
  • the workflow application includes modules that are executable by a processor.
  • a memory stores a plurality of business process definitions. Each business process definition identifies a plurality of states of the work items in the workflow that correspond to a different business process.
  • a queue storage module receives a workflow request from a remote computing device. The workflow request identifies a desired business process. The queue storage module also retrieves a business process definition from the memory that corresponds to the desired business process to identify the plurality states of the plurality of work items in the workflow for the desired business process. The plurality of states identified for the desired business process identifies the plurality of queues.
  • the queue storage module also transmits each of the plurality of work items to one of the identified plurality of queues based on a current state of each work item.
  • a queue selection module determines a retrieval priority for each of the plurality of queues and retrieves the at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure.
  • Multiple processing modules process the work items in the workflow data structure.
  • a system processes work items in a workflow.
  • the system includes a plurality of queues and each queue includes a plurality of work items.
  • a memory stores a plurality of business process definitions. Each business process definition identifies a plurality of states of the work items in the workflow that correspond a different business process.
  • a computing device includes a workflow application that includes modules executable by the computing device and configured to process a plurality of work items in a workflow.
  • a queue storage module receives a workflow request from a remote computing device. The workflow request identifies a desired business process and at least one work item.
  • the queue storage module also retrieves a business process definition from the memory that corresponds to the desired business process to identify the plurality states of the work items in the workflow for the desired business process.
  • the plurality of states identified for the desired business process identifies the plurality of queues.
  • the queue storage module also transmits each of the work items to one of the identified plurality of queues based on a current state of the at least one work item.
  • a queue selection module determines a retrieval priority for each of the plurality of queues and retrieves at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure. Processing modules process the work items in the workflow data structure.
  • a method for processing a plurality of work items in a workflow at a processor.
  • the method includes receiving a workflow request from a remote computing device at the processor.
  • the workflow request identifies a desired business process.
  • the method also includes retrieving a business process definition from a memory that corresponds to the desired business process to identify plurality states of the plurality of work items in the workflow for the desired business process.
  • the plurality of states identified for the desired business process identifies the plurality of queues.
  • the method also includes transmitting each of the plurality of work items to one of the identified plurality of queues based on a current state of each work item.
  • the method also includes determining a retrieval priority for each of the plurality of queues at the processor.
  • the method also includes retrieving at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure.
  • the method also includes processing the work items in the workflow data structure at the processor.
  • FIG. IA is a block diagram of a workflow management system according to one aspect of the invention.
  • FIG. IB is a block diagram of a memory storing data according to one aspect of a workflow management system.
  • FIG. 2A and 2B are examples of input forms.
  • FIG. 3 is a block diagram depicting examples of work item data associated with a work item.
  • FIG. 4 is a block diagram of a workflow data structure according to one aspect of a workflow management system.
  • FIG. S is a block diagram of workflow management application according to one aspect of a workflow management system.
  • FIG. 6 illustrates a method for populating a workflow data structure in accordance with an aspect of a workflow management system.
  • FIG. 7 illustrates a method for managing processing capacity in accordance with an aspect of a workflow management system.
  • aspects of the workflow management system (WMS) described herein provide the ability to adjust an amount of available processing capacity when processing work items in a workflow via multiple processing threads ("processing modules.") For example, the WMS adjusts the number of processing modules, used by a processing device, such as a server, when processing work items in the workflow. By monitoring a load of each of the processing modules and comparing the load of each processing module to a predetermined threshold load, the WMS can dynamically adjust the number of processing modules available to retrieve and process work items based on the comparison. For example, the WMS activates one or more processing modules when the processing load exceeds a predetermined maximum level. As another example, the WMS deactivates one or more processing modules when the processing load falls below a predetermined minimum level. As used herein, the terms "processing load” not only refers to the amount of work items being processed, but can also refer to the amount of time required to process a given work item.
  • queue A may include 100,000 work items and queue B may include 2,500 work items. If all of the work items in queue A are processed before any of the work items in queue B are processed, the completion of actions associated with the work items in queue B may be significantly delayed, and, thus the associated business process can lose valuable processing time.
  • the WMS assigns a retrieval priority to each of the multiple queues based on various factors and then retrieves at least one or more items from each queue in a sequence based on the assigned retrieval priorities.
  • the WMS stores the retrieved items in a data structure according to the sequence and the multiple processing modules retrieve items from the data structure for processing according to the sequence.
  • a work item is moved from one state to another state according to a particular modeled business process. Movement of the work item from a particular state occurs when a task or an action is applied to that work item. For example, an action is applied to the work item at a first state to move that work item to a second state. Another action is applied to the work item at the second state to move the work item to a third state. This process continues until the workflow is complete.
  • An example of a business process that can be modeled by a workflow is the process of hiring employees for a business.
  • the work items are application documents including job applications, cover letters, resumes, and certifications that correspond to an applicant.
  • an application document is received from an applicant, that document is in an input state and is entered into the system through an input queue.
  • the input queue has an automated response action, which sends an email to the applicant to acknowledge receipt of the applicant's document. After the acknowledgement is sent, the document is in a verification state and is routed to a verification queue.
  • the action that occurs to the document at the verification queue is, for example, indexing by a human resource representative.
  • the document is matched to the job the applicant applied for and a project is created that contains all documents for the applicant related to that job. If there is already a project for this applicant, the document gets added to the existing project.
  • the human resource representative fills in department attributes of the project, such as ob title and department name, along with name and contact information of the applicant.
  • the human resource representative then routes the project to an automated recruiter dispatch queue, which corresponds to a dispatch state.
  • the recruiter dispatch queue dispatches projects to various recruiters at various departments based on project attributes. Each recruiter monitors a separate workflow queue. The automated dispatch queue verifies that the necessary fields are populated, and routes the documents to the proper recruiter's workflow queue. If any of the required fields are missing, the project is routed to an exception queue for the appropriate action to be taken.
  • the recruiter that receives projects directly from that automated dispatch queue is, for example, a Level 1 recruiter that conducts an initial phone interview with the applicant.
  • the Level 1 recruiter views documents in a project included in a their workflow queue, performs a phone interview, and fills in the necessary attributes on the project that relate to the applicant and position during or after the phone call.
  • the project is routed to an eligibility queue.
  • the eligibility queue may interact with an external component to assure the employment eligibility requirements are met, such as eligibility to work in United States. If the position requires security clearance, a security check request is submitted, and project gets routed to a "waiting eligibility" queue. Items in the waiting eligibility queue wait for the eligibility checks to complete, such as governmental forms.
  • the project documents either get routed to appropriate Level 2 recruiter's queue or to rejection queue.
  • the rejection queue for example, prepares a rejection letter to send to the applicant.
  • the Level 2 recruiter review documents included a project in the Level 2 recruiter's queue for a particular applicant and schedules an onsite interview for that particular applicant.
  • Another example of a business process that can be modeled by a workflow is the process of managing accounts payable associated with a construction project. For example, after a shipment of lumber is received at a construction job site, a construction superintendent, or another responsible party, receives an invoice specifying a cost for the lumber. For example, the invoice may specify a dollar amount due of $2,000.00.
  • a construction superintendent creates an electronic version of the invoice by, for example, scanning the paper invoice via a scanner. The scanned invoice becomes a workflow item. After the invoice is scanned, the invoice is in a prescreening state and is placed into an accounts payable (AP) prescreening queue.
  • AP accounts payable
  • the action that occurs to work items in the prescreening queue is, for example, a visual inspection of the scanned document to verify that all fields are legible.
  • the invoice is routed to a fax back queue.
  • the action that occurs to work items in the fax back queue is, for example, sending invoices back to the superintendent via a facsimile machine for correction.
  • the invoice passes the visual inspection, the invoice is in a Level 1 approval state and is routed to a Level 1 approvers queue.
  • the action that occurs to work items in the Level 1 approvers queue is approving the invoice for payment by accounting personnel or other users with level 1 authority.
  • the work item may need to be routed to a next level approver queue, such as a Level 2 approvers queue.
  • Level 2 approvers can approve items in the Level 2 approvers queue.
  • Each approver approves the invoice for payment by, for example, adding an approval stamp, electronic signature, or any other approval indication to the invoice.
  • inbound actions, within queue actions, and outbound actions are also associated with queues.
  • an in bound action to the Level 1 approver queue may include matching the invoice with a corresponding purchase order. If no matching purchase order is found, an approver can manually enter item metadata, for example.
  • within queue actions include monitoring the work items for the existence of the required stamps and outbound actions may include verifying the next step by looking at the invoice amount.
  • Invoices approved for payment are routed to an Account Payable end queue and are filed. If any exception occurs during the workflow process, the work items are routed to an Account Payable exception queue for the appropriate action to be taken.
  • FIG. IA is a block diagram of an exemplary operating environment 100 for managing a workflow according to an aspect of the present invention.
  • the operating environment 100 includes a business processing system 102 that communicates with a WMS 104 over a communication network 106 using an appropriate communication protocol.
  • the communication network 106 can be the Internet, an intranet, or another communication network.
  • the business processing system 102 and the WMS 104 communicate data using a Hyper Text Transfer Protocol ("HTTP”) or any other communication protocol.
  • HTTP Hyper Text Transfer Protocol
  • the business processing system 102 is a computing or processing device, such as a personal computer station or a server computer.
  • the business processing system 102 may include a display 108, such as a computer monitor, for viewing data or input forms, and an input device 110, such as a keyboard or a pointing device (e.g., a mouse, trackball, pen, touch pad, or other device), for interacting with data and/fields displayed on an input form 112.
  • the input form 112 may be stored locally on the business processing system 102 or retrieved from the WMS 104.
  • a user uses the input device 110 to manually input the business process type and/or work item data via the input form 112.
  • the user uses the keyboard to interact with an input form 112, such as a login workflow request form 202 shown in FIG. 2A, to enter authentication data to access a desired workflow modeled by the WMS 104.
  • Authentication data includes, for example, a user name and password.
  • the user can also use the keyboard to interact with another input form 112, such as a workflow data entry form 204 shown in FIG. 2B, to enter work item data.
  • Entered work item data may include information about the work item to be processed in the workflow and/or a desired queue to send work item data. For example, as shown in FIG.
  • work item data may be associated with the payment of an invoice associated with an account and may include a payment amount, an invoice number, a fax back number, a purchase order number, and any other type of work item data.
  • the business process system 102 generates a workflow request, as indicated by reference character 114 in response to the user input.
  • an image capture device 116 such as a scanner or a fax machine, captures an image of a document that includes work item data. For example, the image capture device 116 captures an image of an invoice to be submitted to the business processing system 102. The image capture device 116 transfers the captured image to the business processing system 102.
  • the business processing system 102 executes, for example, imaging software (not shown) that processes the captured image to identify work item data.
  • the business processing system 102 may also process the captured image to identify codes, such as barcodes or other identifiers in the captured image, to identify a particular workflow associated with that particular document.
  • the business processing system 102 generates the workflow request 114 in response to the identified work item data and business process.
  • the WMS 104 is, for example, a personal computer, a server computer, or any other computing device that can receive and process the workflow request 114.
  • the WMS 104 processes the workflow request 114 to identify a desired workflow associated with the identified business process.
  • the WMS 104 retrieves a business process definition from a memory 118 that corresponds to the identified business process included in the workflow request 114.
  • FIG. IB depicts exemplary contents of the memory 118.
  • the business process definition included in the memory 118 identifies the various states of work items in the workflow associated with the identified business process.
  • the various states within the identified business process correspond to various queues, such as queues 120A- 120C.
  • Each of the queues 120A-120C store work items at a different one of the various states within the identified business process.
  • the WMS 104 is depicted as including three queues 120A-120C, it is contemplated that the WMS 104 may include fewer or more queues.
  • the queues 120A-120C are depicted as being located on the WMS 104, it is contemplated that each of queues 120A- 120C can be located on one or more separate computing devices that are linked to the WMS 104.
  • FIG. 3 depicts an exemplary work item 300 that includes various types of work item data 302.
  • work item data may include state data, queue location data, current action data, history data, and description data for a particular work item.
  • State data indicates the state of work item 300 in the business process. Example states could include new, pending, completed, and so forth.
  • Queue location data identifies the queue in which the work item is located.
  • Current action data indicates the current action to be performed on the work item to move the work item from the current state to another state.
  • History data details a history of actions performed and corresponding times the actions were performed for the work item 300. For example, each time the work item 300 is amended or moved to a different queue, history data is updated.
  • Description data includes a definition of the problem or body or work represented by the work item 300, and can include text and coded indicators for special instructions. It is contemplated that the work item 300 may comprise other types of work item data 302. Work item data 302 can be used to, among other things, to determine a priority for retrieving work items from each of the queues 120A- 120C.
  • the WMS 104 includes an authentication service that verifies whether the business processing system 102 is authorized to submit the workflow request 114 to the WMS 104 for processing. For example, the WMS compares authentication data, such as user identification (ID) and password, entered into the workflow request form 200 to authentication data stored in the memory 118. Stored authentication data may include passwords and/or a user IDs previously defined during a registration phase. If user authentication data received from the business processing system 102 does not match authentication data stored in the memory 118, the business processing system 102 is not authenticated and is denied access to WMS 104. If the user authentication data received from the business processing system 102 matches the authentication data stored in the memory 118, the business processing system 102 is authenticated and allowed to exchange data with the WMS 104.
  • authentication data such as user identification (ID) and password
  • Stored authentication data may include passwords and/or a user IDs previously defined during a registration phase. If user authentication data received from the business processing system 102 does not match authentication data stored in the memory 118, the business processing
  • the authentication data included in a workflow request is not only used to authenticate the business processing system, but can also be used to identify the desired business process.
  • the memory 118 may store an authentication table (not shown) that includes user IDs, passwords, and corresponding business processes.
  • the WMS 104 is illustrated as a single computing device, it is contemplated that the WMS 104 may include multiple computing devices.
  • the WMS 104 may include a front-end computing device (not shown) and a back-end computing device (not-shown.).
  • the front-end computing device may provide the authentication service that determines whether the business processing system is authorized to submit the workflow request to the back-end computing device for processing.
  • the WMS 104 receives work items from multiple business processing systems 102 that are each associated with a different business process and connected the WMS 104.
  • the WMS 104 can process multiple workflow requests 114 received from multiple business processing systems 102.
  • WMS 104 executes one or more software modules or software instructions, to manage the processing of work items stored in the queues 120A- 120C.
  • the WMS 104 executes a workflow management application "workflow application" 122 to manage the order and timing at which work items are processed through the identified workflow.
  • workflow application 122 is depicted as including the workflow data structure 126, it is contemplated that the workflow data structure 126 can be located on one or more separate computing devices that are linked to the WMS 104.
  • the workflow management application 122 adds a particular work item received from business processing system 102 into a particular one of the process queues 120A-120C based on a particular action associated with that work item.
  • the action associated with the item is inherent to the current state of that item.
  • work items stored in the process queue 120A may be associated with prescreening scanned invoices
  • work items stored in the process queue 120B may be scanned invoices that have passed visual inspection
  • work items stored in the process queue 120C may be associated with invoices that require payment by a specific person or persons (e.g., level 2 approver) based on total dollar amount of the invoice.
  • Processing actions can also facilitate scripting actions, archiving actions, and routing actions.
  • Scripting actions causes the workflow application 122 to perform a particular action or actions on a work item within the business process.
  • Scripting actions can be defined in a script file that comprises programmatic instructions in a scripting language, such as Iscrip, Visual scripting language (VSL), or any other compatible scripting language.
  • a script file may include instructions for interfacing the workflow application 122 with an automated processing device used during the workflow. This allows the workflow application 122 to communicate with an automated process, such as an automated or computer controlled machine that generates checks for payment for work items stored in process queue 120B.
  • the workflow application 122 generates a control message, as indicated by reference character 124, that includes instructions to control and/or interface with an automated process associated with the business processing system 102.
  • the control message 124 may also include instructions for the user of the business processing system to perform a particular task or action, such as data entry.
  • scripting actions may include rotating, scaling, and resizing captured images.
  • the workflow request 114 received from the business process system 102 may include captured image data of an invoice
  • the workflow management application 122 is configured to rotate, scale, or resize the captured image in order to obtain the required work item data. It is contemplated that the business process system 102 can also be configured to rotate, scale, and resize captured images.
  • Archiving actions include instructions for storing or updating work item data associated with a work item.
  • archiving actions may store or update work item data, such as the state of the work item, a time an action associated with a particular state occurs, a duration the work item remained at a particular state, or any other data associated with the work item.
  • Archiving instructions may also include instructions for adding a record to inactive table (not shown) stored in the memory 118.
  • the inactive table stores, for example, work items that have completed the business process.
  • Routing actions include instructions for routing a work item to a new queue.
  • routing actions may include instructions for routing work item data to a next queue in the business process based on the business process definition retrieved from the memory 118.
  • Routing actions may also include instructions for delaying the application of an action for a predetermined period of time that would result in the routing of a work item from one queue to the next queue or completion of the workflow.
  • Processing actions can be an in-bound action, a within queue action, and/or an outbound action.
  • An in-bound action is action that occurs to the work item as it is placed into a particular queue.
  • an in-bound action associated with the managing an accounts payable processing action may involve adding a stamp, such as a metadata stamp to the work item.
  • the stamp describes the processing action that is to be performed to the work item at that particular queue.
  • the stamp may specify instructions/guidelines for the user when authorizing payment of an invoice. Such instructions may include contacting the construction superintendent to verify the construction materials identified in the invoice were delivered before authorizing payment.
  • a within queue action is the processing action (e.g., Actions A-C in FIG. IA) associated with particular queue in which the work item is located.
  • the processing action e.g., Actions A-C in FIG. IA
  • the application document is in a data entry or input state.
  • Within queue processing action that occurs at the data entry state is, for example, the entry of applicant information, such as applicant's name, education level, position applied for, and any other information relevant to the job opening.
  • An out-bound action is an action that occurs to a work item as it is leaving the particular queue or transitioning from one state to another state.
  • an out-bound action associated with managing accounts payable associated with a construction project verifying that the next step in the payroll process.
  • the out-bound action may involve verifying the next step in the payroll process by looking at the invoice amount.
  • the workflow management application 122 identifies a next one of the queues 120A-120C from which one or more work items should be retrieved for storage in a workflow data structure 126. For example, the workflow management application 122 analyzes the work item data, such as described above in reference to FIG. 3, that is associated with each work item stored in each of the queues 120A- 120C to identify a particular one of the queues 120A- 120C from which work items will be retrieved for storage in the workflow data structure 126.
  • FIG. 4 depicts an exemplary workflow data structure 400 storing work items and corresponding actions retrieved from the queues 120A-120C.
  • the workflow data structure 400 stores re-queued work items.
  • the workflow data structure 400 comprises item 1 and item 2 from queue 120A, item 1, item 2, and item 3 from queue 120B, and item 1 and item 2 from queue 120C.
  • the action to be applied to a particular requeued work item can be determined from work item data associated with that particular requeued work item.
  • each work item comprises work item data that indicates the current action to apply to that work item.
  • the current action can be a process action, an in-bound action, or an outbound action.
  • the workflow management application 122 retrieves queue data from each of the queues 120A- 120C to identify a sequence or priority for accessing the queues 120A-120C to retrieve work items for storage in the workflow data structure 126.
  • Queue data can include item count, action cost, latent time, user input, action time, last action time, and any other criteria that can be used for prioritizing queue selection.
  • the item count is the number of work items currently stored in a queue. For example, if there are 200 work items stored in queue 120A, the item count for that queue is 200.
  • Action cost refers to the processing load required to perform the processing action associated with that queue.
  • Latent time is the processing time required to complete the particular action associated with that queue.
  • User input is, for example, user preference data that indicates that user has assigned priority to the work items associated with that queue.
  • Last action is, for example, a time that work items were last retrieved from the queue. It is contemplated that other types of queue data can be used to identify a priority for accessing the queues 120A- 120C.
  • FIG. 5 illustrates an exemplary workflow management application (WMA) 500 according to one aspect of the WMS 104.
  • the WMA 500 includes instructions or modules that are executable by a processor 502 of the WMS 104 to manage the processing of work items received from one or more business processing system 102.
  • the WMS 104 includes a computer readable medium 504 configured with the WMA 500.
  • Computer readable media 504 which include volatile media, nonvolatile media, removable media, and non-removable media, may be any available medium that may be accessed by the WMS 104.
  • computer readable media 504 comprise computer storage media and communication media.
  • Computer storage media include volatile media, nonvolatile media, removable media, and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
  • Communication media typically embody computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and include any information delivery media.
  • a queue storage module 506 receives the work request 114 from the business processing system 102.
  • the work request 114 identifies a desired business process and at least one work item.
  • the queue storage module 506 retrieves the business process definition from the memory 118 that corresponds to the identified business process to identify the various states in the workflow.
  • the queue storage module 506 then transmits at least one work item to queues 120A, 120B, or 120C based on the state of the at least one work item. For example, in the managing accounts payable described above, the queue storage module 506 stores work items that require a visual inspection into queue 120A, stores work items invoice that pass the visual inspection in queue 120B, and stores work items need to be routed to a next level approver based on payment amount queue in queue 120C.
  • a queue selection module 508 selects a next one of the queues 120A- 120C from which to retrieve work items for processing and transfers one or more work items from the selected one of the queues 120A-120C to the workflow data structure 126.
  • the queue selection module 508 calculates queue priority factors associated with each of the queues 120A-120C to determine which one of the queues to select for work item retrieval.
  • the calculated queue priority factors for each queue include, for example, number of work items in the queue, average processing time for the action associated with the queue, length of time oldest item has been in the queue, action type, and frequency at which queue has been visited.
  • calculating the queue priority factors involves retrieving queue data associated with each of the queues 120A-120C. It is contemplated that the queue priority factors may include other queue priority factors, such as queue momentum, a user defined adjustment parameter, or any other queue selection criteria.
  • Queue momentum refers to a ratio of the rate at which work items are being added to a particular queue to the rate at which the work items from that particular queue are being processed and/or transferred to the workflow data structure 126.
  • the calculated momentum of a particular queue is at least one of the factors considered when determining the priority for that particular queue. If the rate at which work items are added to a particular queue is much greater than the rate at which the work items from that particular queue are transferred to the workflow data structure 126 for processing, the calculated momentum is high. In contrast, if the rate at which work items are added to the particular queue is substantially the same as the rate at which they being are transferred to the workflow data structure 126 for processing, the calculated momentum is low. The higher the calculated queue momentum for a particular queue, the faster that particular queue will reach its' maximum storage capacity. According to one aspect, the queue with the highest calculated queue momentum is assigned the highest priority for retrieving work items for transfer to the workflow data structure 126.
  • the queue selection module 508 employs an algorithm that applies a weighting factor to each selection criterion when selecting a particular next one of the queues 120A- 120C from which to retrieve work items. For example, using the five queue priority factors in the example above, the algorithm may weight the average processing time for the associated action and the length of time oldest item has been in the queue more heavily than the number of work items in the queue.
  • the queue selection module 508 employs an algorithm that determines the number of work items to retrieve from each of the queues 120A- 120C based on an amount of time historically required to process items from in each queue. Although each queue may be allocated the same amount of processing time, the amount of work items pulled from each queue may be different.
  • the amount of time required to process all work items, D can be calculated by the following equation:
  • i n denotes the average duration required to complete the processing action for work items in work queue n
  • C n is the number of work items in work queue n
  • N is the number of work queues in the system.
  • the number of work items, P a , to be pulled from a particular work queue, such as "work queue A,” can be calculated by the following equation:
  • k is a pull amount adjustment parameter.
  • the pull amount adjustment variable, k is an integer between 1 and 100 that is defined by an authorized user.
  • a system administrator uses an administrative input device (not shown) to interact with the WMS 104 to define the pull amount adjustment parameter via, for example, a system settings input form (not shown). From equation 3, it can be seen that the calculated P' a can range from 1.01 *P a to 2*P a .
  • the adjusted pull amount, P' a identifies the number of work items to retrieve from work queue A for insertion into the workflow data structure 126.
  • Processing modules such as processing modules 510A-510C, each retrieve work items from the workflow data structure for processing.
  • the processing modules 510A-510C also update duration statistics for completing process actions.
  • the calculated adjusted pull amount P' a is also used to indicate the retrieval priority of the work queue A. For example, the queue with the highest adjusted pull amount value will be assigned the highest priority.
  • the number of work items to be pulled from each work queue is adjusted or modified based on a predetermined maximum number, m, of work items.
  • the predetermined maximum number, m defines the maximum number of work items to be processed at a time.
  • a modified adjusted pull amount, p a is determined using the following equation.
  • P' x is a list of the calculated adjusted pull amount values for the work queues in the system. For example, if there are three work queues in the system, P' x is a list of the three calculated adjusted pull amount values for the three work queues.
  • the max(P' x ) corresponds to the maximum calculated adjusted pull amount in the list of adjusted pull amount values.
  • the queue selection module 508 employs an algorithm that considers each of the queue priority factors equally when selecting a next one of the queues 120A- 120C from which to retrieve work items. For example, if the algorithm uses five (5) different types of selection criteria, each selection criterion may contribute 1/5 to determining the next queue. In other words, each of queue priority factors is weighted equally.
  • the WMA 500 includes multiple processing modules to retrieve work items from the workflow data structure 126 and to execute the associated action.
  • the WMA 500 is depicted as including three processing modules 510A, 510B, and 510C. However, it is contemplated that the WMA 500 may include less than or more than three processing modules.
  • the processing modules 510A-510C are depicted as being located on the WMS 104, it is contemplated that each of the processing modules 510A-510C can be executed on one or more separate computing devices that are linked to the WMS 104.
  • processing modules 510A, 510B, and 510C retrieve work items from the workflow data structure 126 according to the order in which they were stored and execute the associated action.
  • the workflow management application 122 retrieves work items from the workflow data structure 126 according to first in first out (FIFO) rules.
  • FIFO first in first out
  • the workflow management application 122 is described as performing process actions associated with the work items according to first-in-first-out (FIFO) rules, it is contemplated that in other aspects the workflow management application 122 enables performing multiple process actions associated with the multiple work items simultaneously.
  • processing module 510A retrieves the first item (e.g., labeled queue A item 1) stored in the workflow data structure 126 and performs the associated action (e.g., Action A) on the work item. While processing module 510A is processing the first work item, the processing module 510B retrieves the next item (e.g., labeled queue A item 3) that was stored in the workflow data structure and performs the associated action on the next work item.
  • the processing modules 510A and 510B not only enable processing multiple work items simultaneously, the processing modules 510A-510B also enable processing items from different queues simultaneously.
  • processing modules 510A, 510B, and 510C retrieve work items from the workflow data structure 126 according to other non-FIFO rules. That is, the order in which work items were added to the data structure 126 is not relevant for purposes of determining the order in which processing modules 510A, 510B, and 510C retrieve work items from the workflow data structure 126 for processing.
  • the processing modules 510A, 510B, and 510C may retrieve work items from the workflow data structure 126 based on queue data and/or work item data associated with each work item.
  • An adaptive processing module 512 monitors the load on the processing modules 510A-510C and selectively activates additional processing modules or deactivates processing modules based on the load experienced by one or both of processing modules. For purposes of illustration, consider that the processing modules 510A and 510B are currently activated. During operation, the adaptive processing module 512 senses the processing load of each of processing modules 510A and 510B and compares the sensed processing load to maximum and minimum threshold load level values stored in the memory 118 to determine whether to activate an additional processing module or to deactivate a currently active processing module.
  • the adaptive processing module 512 determines whether to activate an additional processing module 510C by comparing the actual processing load of the processing modules 510A and 510B to their respective maximum processing capacities to determine a percent of operating capacity for each of the processing modules 510A and 510B. If the actual processing loads of either the current processing modules 510A or 510B exceeds a maximum threshold percentage, the adaptive processing module 414 activates an additional processing module (e.g. processing module 510C) to retrieve and process work items from the workflow data structure 126. For example, if the load experienced by processing modules 510A or 510B exceeds 90% percent of maximum processing capacity, the adaptive processing module 512 activates processing module 510C.
  • an additional processing module e.g. processing module 510C
  • the adaptive processing module 512 monitors the load on the processing modules 510A-510C and selectively deactivates one of the processing modules 510A-510C when the load experienced by one or more of processing modules falls below a minimum processing threshold percentage. For example, if the load experienced by processing module 510A falls below twenty-five (25) percent of processing capacity, the adaptive processing module 512 deactivates processing module 510A.
  • FIG. 6 illustrates a method for populating the workflow data structure 126 in accordance with an aspect of the WMA 500.
  • the WMA 500 determines priority factors associated with a plurality of process queues 120A-120C. Priority factors can include work item data associated with work items in the plurality of process queues 120A- 120C and/or queue data.
  • the WMA 500 identifies one of the process queues 120A- 120C from which to retrieve work items for storage in a central workflow data structure as a function of the queue priority factors at 604.
  • the WMA 500 employs an algorithm that uses the retrieved priority criteria and/or work item data to identify one of the process queues 120A- 120C from which to retrieve work items.
  • the WMA 500 retrieves one or more work items from the identified one of the process queues 120A- 120C and stores the retrieved one or more work items in the workflow data structure 126.
  • the WMA 500 retrieves a predetermined number of work items from the identified process queue for storage in the central workflow data structure 126.
  • the WMA 500 may be configured to retrieve up to a maximum of 10 work items from the identified queue.
  • the number of work items retrieved by the WMA 500 from the identified process queue is determined by employing a weighting algorithm such as described above.
  • FIG. 7 illustrates a method for managing processing capacity in accordance with an aspect of the WMA 500.
  • an initial or current number of processing modules e.g., 510A and 510B
  • FIFO first in first out
  • the WMA 500 monitors the actual processing load on the current number of processing modules at 704.
  • WMA 500 compares the actual processing load on the current number of processing modules to minimum and maximum threshold levels retrieved from a memory to determines whether to add additional processing capacity, decrease processing capacity, or maintain the current processing capacity.
  • the WMA 500 activates an additional processing module (e.g. processing module 510C) to retrieve and process work items from the central workflow data structure at 710. If the load experienced by the current processing modules 510A and 510B does not exceed the maximum threshold level at 708, the WMA 500 determines if the load experienced by at least one of the current processing modules 510A and 510B falls below the minimum threshold percent level at 712. If the load experienced by at least one of the current processing modules 510A and 510B falls below the minimum threshold percent level at 712, WMA 500 deactivates that at least one of the processing modules 510A and 510B at 614.
  • an additional processing module e.g. processing module 510C
  • the WMA 500 may maintain the current processing capacity at 716. Alternatively, if the load experienced by at least one of the current processing modules 510A and 510B does not fall below the minimum threshold percent level at 712, the WMA 500 may randomly decide to adjust the processing capacity at 716 to detect otherwise unnoticed changes to the state of the system running the WMA 500.

Abstract

Systems and methods improve the equitable distribution the processing capacity of a computing device (102) processing work items (300) retrieved from multiple queues (120A, 120B, 120C) in a workflow system (104). A retrieval priority is determined for each of the plurality of queues (120A, 120B, 120C)) and work items (300) are retrieved from each of the multiple queues (120A, 120B, 120C) according to the retrieval priority. The retrieved work items (300) are then stored in a central data structure (400). Multiple processing components (510A, 510B, 510C) process the work items (300) stored in the central data structure. The number of processing components is selectively adjusted to maximize efficiency.

Description

WORKFLOW MANAGEMENT SYSTEM AND METHOD
BACKGROUND
[0001] Workflow is the automation or computer modeling of a business process, in whole or part, during which documents, information, or tasks are passed from one activity to another to collectively realize a business objective or policy goal. A work item and corresponding action defines a logical step within the business process or workflow. The work item corresponds to the life cycle, or state, of a body of work as it passes through a workflow. Actions are performed on the work items via a computing or processing device to pass the work item from one state to another in the workflow.
[0002] Workflow management systems are computing systems that provide functionality for managing the processing of work items within a workflow. In conventional workflow management systems, work items associated with a particular workflow may be stored in one or more queues. For example, each queue may be a database or other data structure that stores work items that are associated with a particular action to be performed during the workflow. Once a work item is placed in a queue, it remains there until the workflow management system processes or changes the state of the work item. The workflow management system can automatically process work items in the queue or a user using the workflow management system can initiate the processing of work items in the queue.
[0003] Some workflow management systems use a single processing thread or module to de-queue or process work items in each queue. Such workflow management systems are limited to processing work items from one queue at a time. Moreover, such systems will often process all of the work items in one queue before processing the work items in a next queue. However, because some queues may store more work items than others, queues with fewer work items will not receive equitable processing time. For example, assume queue A includes 100,000 work items and queue B includes 2,500 work items. In this example, a processing thread will spend more time processing work items in queue A as compared to queue B. As a result, if queue A is processes first, the completion of actions associated with the work items in queue B may be delayed, and, thus the associated business process can lose valuable processing time.
[0004] Workflow management systems employing multiple processing threads to dequeue or process work items from multiple queues assign a different processing threads to each of the queues. Each processing thread can perform a limited number of operations a in a set amount of time. The limited number of operations that can be performed by processing thread is also referred to as processing capacity. Because some queues may store fewer work items than others, a processing thread that is assigned to a queue with fewer work items may expend less processing time than another processing thread that is assigned to a queue with more work items. As a result, some processing threads may operate at minimal processing capacity while other processing threads operate at or near maximum processing capacity.
SUMMARY
[0005] According to one aspect, a system processes work items in a workflow. The system includes a plurality of queues and each queue includes a plurality of work items. A processor determines a retrieval priority for each of the plurality of queues. The processor retrieves at least one work item from each of the plurality of queues according to the retrieval priority. The processor stores the at least one work item retrieved from each of the plurality of queues in a workflow data structure and processes the work items stored in the workflow data structure.
[0006] According to another aspect, a workflow application processes work items in a workflow. The workflow application includes modules that are executable by a processor. A queue storage module receives a plurality of work items from a remote computer and stores each of the plurality of work items in one of a plurality of queues based on a state of each work item in the workflow. A queue selection module determines a retrieval priority for each of the plurality of queues. The queue selection module retrieves at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure. Multiple processing modules process the work items in the workflow data structure.
[0007] According to another aspect, a system processes work items in a workflow. The system includes a plurality of queues and each queue includes a plurality of work items. A computing device includes a workflow application. The workflow application includes modules that are executable by the computing device and configured to process the plurality of work items. A queue selection module determines a retrieval priority for each of the plurality of queues. The queue selection module retrieves at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure. Multiple processing modules process the work items in the workflow data structure.
[0008] According to another aspect, a method is provided for processing a plurality of work items in a workflow at a processor. The method includes receiving a plurality of work items at the processor. The method also includes storing each of the plurality of work items in one of a plurality of queues based on a state of each work item in the workflow. The method also includes determining a retrieval priority for each of the plurality of queues at the processor. The method also includes retrieving at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure. The method also includes processing the work items in the workflow data structure at the processor.
[0009] According to another aspect, a system processes work items in a workflow. The system includes a plurality of queues and each queue includes a plurality of work items. A memory stores a plurality of business process definitions. Each business process definition identifies a plurality of states of the work items in the workflow that correspond to a different business process. A processor receives a workflow request from a remote processor that identifies a desired business process and work item data. The processor also retrieves a business process definition from the memory that corresponds to the desired business process to identify the plurality of states of the work items in the workflow for the desired business process. The plurality of states identified for the desired business process identifies the plurality of queues. The processor also determines a retrieval priority for each of the plurality of queues and retrieves at least one work item from each of the plurality of queues according to the retrieval priority. The processor also stores the at least one work item retrieved from each of the plurality of queues in a workflow data structure and then processes the work items stored in the workflow data structure.
[0010] According to another aspect, a workflow application processes work items in a workflow. The workflow application includes modules that are executable by a processor. A memory stores a plurality of business process definitions. Each business process definition identifies a plurality of states of the work items in the workflow that correspond to a different business process. A queue storage module receives a workflow request from a remote computing device. The workflow request identifies a desired business process. The queue storage module also retrieves a business process definition from the memory that corresponds to the desired business process to identify the plurality states of the plurality of work items in the workflow for the desired business process. The plurality of states identified for the desired business process identifies the plurality of queues. The queue storage module also transmits each of the plurality of work items to one of the identified plurality of queues based on a current state of each work item. A queue selection module determines a retrieval priority for each of the plurality of queues and retrieves the at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure. Multiple processing modules process the work items in the workflow data structure.
[0011] According to another aspect, a system processes work items in a workflow. The system includes a plurality of queues and each queue includes a plurality of work items. A memory stores a plurality of business process definitions. Each business process definition identifies a plurality of states of the work items in the workflow that correspond a different business process. A computing device includes a workflow application that includes modules executable by the computing device and configured to process a plurality of work items in a workflow. A queue storage module receives a workflow request from a remote computing device. The workflow request identifies a desired business process and at least one work item. The queue storage module also retrieves a business process definition from the memory that corresponds to the desired business process to identify the plurality states of the work items in the workflow for the desired business process. The plurality of states identified for the desired business process identifies the plurality of queues. The queue storage module also transmits each of the work items to one of the identified plurality of queues based on a current state of the at least one work item. A queue selection module determines a retrieval priority for each of the plurality of queues and retrieves at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure. Processing modules process the work items in the workflow data structure.
[0012] According to another aspect, a method is provided for processing a plurality of work items in a workflow at a processor. The method includes receiving a workflow request from a remote computing device at the processor. The workflow request identifies a desired business process. The method also includes retrieving a business process definition from a memory that corresponds to the desired business process to identify plurality states of the plurality of work items in the workflow for the desired business process. The plurality of states identified for the desired business process identifies the plurality of queues. The method also includes transmitting each of the plurality of work items to one of the identified plurality of queues based on a current state of each work item. The method also includes determining a retrieval priority for each of the plurality of queues at the processor. The method also includes retrieving at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure. The method also includes processing the work items in the workflow data structure at the processor.
BRIEF DESCRIPTION OF THE DRAWINGS
[0013] FIG. IA is a block diagram of a workflow management system according to one aspect of the invention.
[0014] FIG. IB is a block diagram of a memory storing data according to one aspect of a workflow management system.
[0015] FIG. 2A and 2B are examples of input forms.
[0016] FIG. 3 is a block diagram depicting examples of work item data associated with a work item.
[0017] FIG. 4 is a block diagram of a workflow data structure according to one aspect of a workflow management system.
[0018] FIG. S is a block diagram of workflow management application according to one aspect of a workflow management system.
[0019] FIG. 6 illustrates a method for populating a workflow data structure in accordance with an aspect of a workflow management system.
[0020] FIG. 7 illustrates a method for managing processing capacity in accordance with an aspect of a workflow management system.
DETAILED DESCRIPTION
[0021] Aspects of the workflow management system (WMS) described herein provide the ability to adjust an amount of available processing capacity when processing work items in a workflow via multiple processing threads ("processing modules.") For example, the WMS adjusts the number of processing modules, used by a processing device, such as a server, when processing work items in the workflow. By monitoring a load of each of the processing modules and comparing the load of each processing module to a predetermined threshold load, the WMS can dynamically adjust the number of processing modules available to retrieve and process work items based on the comparison. For example, the WMS activates one or more processing modules when the processing load exceeds a predetermined maximum level. As another example, the WMS deactivates one or more processing modules when the processing load falls below a predetermined minimum level. As used herein, the terms "processing load" not only refers to the amount of work items being processed, but can also refer to the amount of time required to process a given work item.
[0022] Other aspects of the WMS provide the ability to improve equity when processing work items stored in multiple queues. For example, it is important to ensure that a queue storing a large number of work items is not monopolizing processing time to the detriment of another queue with a low number of work items. As described in the example above, queue A may include 100,000 work items and queue B may include 2,500 work items. If all of the work items in queue A are processed before any of the work items in queue B are processed, the completion of actions associated with the work items in queue B may be significantly delayed, and, thus the associated business process can lose valuable processing time. To combat this issue, the WMS assigns a retrieval priority to each of the multiple queues based on various factors and then retrieves at least one or more items from each queue in a sequence based on the assigned retrieval priorities. The WMS stores the retrieved items in a data structure according to the sequence and the multiple processing modules retrieve items from the data structure for processing according to the sequence.
[0023] In a workflow, a work item is moved from one state to another state according to a particular modeled business process. Movement of the work item from a particular state occurs when a task or an action is applied to that work item. For example, an action is applied to the work item at a first state to move that work item to a second state. Another action is applied to the work item at the second state to move the work item to a third state. This process continues until the workflow is complete.
[0024] An example of a business process that can be modeled by a workflow is the process of hiring employees for a business. When it is determined that a business has an opening for a job, that business will receive and review information from applicants interested in the job. In this example, the work items are application documents including job applications, cover letters, resumes, and certifications that correspond to an applicant. When an application document is received from an applicant, that document is in an input state and is entered into the system through an input queue. The input queue has an automated response action, which sends an email to the applicant to acknowledge receipt of the applicant's document. After the acknowledgement is sent, the document is in a verification state and is routed to a verification queue. The action that occurs to the document at the verification queue is, for example, indexing by a human resource representative. For example, the document is matched to the job the applicant applied for and a project is created that contains all documents for the applicant related to that job. If there is already a project for this applicant, the document gets added to the existing project. The human resource representative fills in department attributes of the project, such as ob title and department name, along with name and contact information of the applicant. The human resource representative then routes the project to an automated recruiter dispatch queue, which corresponds to a dispatch state.
[0025] The recruiter dispatch queue dispatches projects to various recruiters at various departments based on project attributes. Each recruiter monitors a separate workflow queue. The automated dispatch queue verifies that the necessary fields are populated, and routes the documents to the proper recruiter's workflow queue. If any of the required fields are missing, the project is routed to an exception queue for the appropriate action to be taken.
[0026] The recruiter that receives projects directly from that automated dispatch queue is, for example, a Level 1 recruiter that conducts an initial phone interview with the applicant. For example, the Level 1 recruiter views documents in a project included in a their workflow queue, performs a phone interview, and fills in the necessary attributes on the project that relate to the applicant and position during or after the phone call.
[0027] If applicant is suitable, the project is routed to an eligibility queue. The eligibility queue may interact with an external component to assure the employment eligibility requirements are met, such as eligibility to work in United States. If the position requires security clearance, a security check request is submitted, and project gets routed to a "waiting eligibility" queue. Items in the waiting eligibility queue wait for the eligibility checks to complete, such as governmental forms. [0028] When the requested forms arrive, the project documents either get routed to appropriate Level 2 recruiter's queue or to rejection queue. The rejection queue, for example, prepares a rejection letter to send to the applicant. The Level 2 recruiter review documents included a project in the Level 2 recruiter's queue for a particular applicant and schedules an onsite interview for that particular applicant.
[0029] Another example of a business process that can be modeled by a workflow is the process of managing accounts payable associated with a construction project. For example, after a shipment of lumber is received at a construction job site, a construction superintendent, or another responsible party, receives an invoice specifying a cost for the lumber. For example, the invoice may specify a dollar amount due of $2,000.00. A construction superintendent creates an electronic version of the invoice by, for example, scanning the paper invoice via a scanner. The scanned invoice becomes a workflow item. After the invoice is scanned, the invoice is in a prescreening state and is placed into an accounts payable (AP) prescreening queue. The action that occurs to work items in the prescreening queue is, for example, a visual inspection of the scanned document to verify that all fields are legible.
[0030] If any field of the scanned invoice requires correction, the invoice is routed to a fax back queue. The action that occurs to work items in the fax back queue is, for example, sending invoices back to the superintendent via a facsimile machine for correction. If the scanned invoice passes the visual inspection, the invoice is in a Level 1 approval state and is routed to a Level 1 approvers queue. The action that occurs to work items in the Level 1 approvers queue is approving the invoice for payment by accounting personnel or other users with level 1 authority. Depending on the payment amount required by the invoice, the work item may need to be routed to a next level approver queue, such as a Level 2 approvers queue. Level 2 approvers can approve items in the Level 2 approvers queue. Each approver approves the invoice for payment by, for example, adding an approval stamp, electronic signature, or any other approval indication to the invoice.
[0031] As described in more detail below, inbound actions, within queue actions, and outbound actions are also associated with queues. For example, consider the workflow is the modeled process of managing accounts payable for a business. In this example, an in bound action to the Level 1 approver queue may include matching the invoice with a corresponding purchase order. If no matching purchase order is found, an approver can manually enter item metadata, for example. In Level 1 approver and Level 2 approver queues, within queue actions include monitoring the work items for the existence of the required stamps and outbound actions may include verifying the next step by looking at the invoice amount. Invoices approved for payment are routed to an Account Payable end queue and are filed. If any exception occurs during the workflow process, the work items are routed to an Account Payable exception queue for the appropriate action to be taken.
[0032] FIG. IA is a block diagram of an exemplary operating environment 100 for managing a workflow according to an aspect of the present invention. The operating environment 100 includes a business processing system 102 that communicates with a WMS 104 over a communication network 106 using an appropriate communication protocol. The communication network 106 can be the Internet, an intranet, or another communication network. For example, the business processing system 102 and the WMS 104 communicate data using a Hyper Text Transfer Protocol ("HTTP") or any other communication protocol.
[0033] According to one aspect, the business processing system 102 is a computing or processing device, such as a personal computer station or a server computer. The business processing system 102 may include a display 108, such as a computer monitor, for viewing data or input forms, and an input device 110, such as a keyboard or a pointing device (e.g., a mouse, trackball, pen, touch pad, or other device), for interacting with data and/fields displayed on an input form 112. The input form 112 may be stored locally on the business processing system 102 or retrieved from the WMS 104.
[0034] According to one aspect, a user uses the input device 110 to manually input the business process type and/or work item data via the input form 112. For example, the user uses the keyboard to interact with an input form 112, such as a login workflow request form 202 shown in FIG. 2A, to enter authentication data to access a desired workflow modeled by the WMS 104. Authentication data includes, for example, a user name and password. The user can also use the keyboard to interact with another input form 112, such as a workflow data entry form 204 shown in FIG. 2B, to enter work item data. Entered work item data may include information about the work item to be processed in the workflow and/or a desired queue to send work item data. For example, as shown in FIG. 2B, work item data may be associated with the payment of an invoice associated with an account and may include a payment amount, an invoice number, a fax back number, a purchase order number, and any other type of work item data. [0035] Referring back to FIG. IA, the business process system 102 generates a workflow request, as indicated by reference character 114 in response to the user input. The workflow request 1 14, which includes the identified workflow, a work item, work item data, and authentication data, is transmitted to the WMS 104 via the communication network 106.
[0036] According to another aspect, an image capture device 116, such as a scanner or a fax machine, captures an image of a document that includes work item data. For example, the image capture device 116 captures an image of an invoice to be submitted to the business processing system 102. The image capture device 116 transfers the captured image to the business processing system 102. The business processing system 102 executes, for example, imaging software (not shown) that processes the captured image to identify work item data. The business processing system 102 may also process the captured image to identify codes, such as barcodes or other identifiers in the captured image, to identify a particular workflow associated with that particular document. The business processing system 102 generates the workflow request 114 in response to the identified work item data and business process.
[0037] The WMS 104 is, for example, a personal computer, a server computer, or any other computing device that can receive and process the workflow request 114. The WMS 104 processes the workflow request 114 to identify a desired workflow associated with the identified business process. According to one aspect, the WMS 104 retrieves a business process definition from a memory 118 that corresponds to the identified business process included in the workflow request 114. FIG. IB depicts exemplary contents of the memory 118.
[0038] The business process definition included in the memory 118 identifies the various states of work items in the workflow associated with the identified business process. The various states within the identified business process correspond to various queues, such as queues 120A- 120C. Each of the queues 120A-120C store work items at a different one of the various states within the identified business process. Although the WMS 104 is depicted as including three queues 120A-120C, it is contemplated that the WMS 104 may include fewer or more queues. Also, although the queues 120A-120C are depicted as being located on the WMS 104, it is contemplated that each of queues 120A- 120C can be located on one or more separate computing devices that are linked to the WMS 104.
[0039] FIG. 3 depicts an exemplary work item 300 that includes various types of work item data 302. For example, work item data may include state data, queue location data, current action data, history data, and description data for a particular work item. State data indicates the state of work item 300 in the business process. Example states could include new, pending, completed, and so forth. Queue location data identifies the queue in which the work item is located. Current action data indicates the current action to be performed on the work item to move the work item from the current state to another state. History data details a history of actions performed and corresponding times the actions were performed for the work item 300. For example, each time the work item 300 is amended or moved to a different queue, history data is updated. Description data includes a definition of the problem or body or work represented by the work item 300, and can include text and coded indicators for special instructions. It is contemplated that the work item 300 may comprise other types of work item data 302. Work item data 302 can be used to, among other things, to determine a priority for retrieving work items from each of the queues 120A- 120C.
[0040] Referring back to FIG. IA, according to one aspect, the WMS 104 includes an authentication service that verifies whether the business processing system 102 is authorized to submit the workflow request 114 to the WMS 104 for processing. For example, the WMS compares authentication data, such as user identification (ID) and password, entered into the workflow request form 200 to authentication data stored in the memory 118. Stored authentication data may include passwords and/or a user IDs previously defined during a registration phase. If user authentication data received from the business processing system 102 does not match authentication data stored in the memory 118, the business processing system 102 is not authenticated and is denied access to WMS 104. If the user authentication data received from the business processing system 102 matches the authentication data stored in the memory 118, the business processing system 102 is authenticated and allowed to exchange data with the WMS 104.
[0041] According to another aspect, the authentication data included in a workflow request is not only used to authenticate the business processing system, but can also be used to identify the desired business process. For example, the memory 118 may store an authentication table (not shown) that includes user IDs, passwords, and corresponding business processes.
[0042] Although the WMS 104 is illustrated as a single computing device, it is contemplated that the WMS 104 may include multiple computing devices. For example, the WMS 104 may include a front-end computing device (not shown) and a back-end computing device (not-shown.). The front-end computing device may provide the authentication service that determines whether the business processing system is authorized to submit the workflow request to the back-end computing device for processing.
[0043] According to another aspect (not shown), the WMS 104 receives work items from multiple business processing systems 102 that are each associated with a different business process and connected the WMS 104. In other words, the WMS 104 can process multiple workflow requests 114 received from multiple business processing systems 102.
[0044] According to another aspect, WMS 104 executes one or more software modules or software instructions, to manage the processing of work items stored in the queues 120A- 120C. For example, the WMS 104 executes a workflow management application "workflow application" 122 to manage the order and timing at which work items are processed through the identified workflow. Although the workflow application 122 is depicted as including the workflow data structure 126, it is contemplated that the workflow data structure 126 can be located on one or more separate computing devices that are linked to the WMS 104.
[0045] According to one aspect, the workflow management application 122 adds a particular work item received from business processing system 102 into a particular one of the process queues 120A-120C based on a particular action associated with that work item. The action associated with the item is inherent to the current state of that item. For example, work items stored in the process queue 120A may be associated with prescreening scanned invoices , work items stored in the process queue 120B may be scanned invoices that have passed visual inspection, work items stored in the process queue 120C may be associated with invoices that require payment by a specific person or persons (e.g., level 2 approver) based on total dollar amount of the invoice. These are examples of "processing actions." Processing actions can also facilitate scripting actions, archiving actions, and routing actions.
[0046] Scripting actions causes the workflow application 122 to perform a particular action or actions on a work item within the business process. Scripting actions can be defined in a script file that comprises programmatic instructions in a scripting language, such as Iscrip, Visual scripting language (VSL), or any other compatible scripting language. For example, a script file may include instructions for interfacing the workflow application 122 with an automated processing device used during the workflow. This allows the workflow application 122 to communicate with an automated process, such as an automated or computer controlled machine that generates checks for payment for work items stored in process queue 120B. For example, the workflow application 122 generates a control message, as indicated by reference character 124, that includes instructions to control and/or interface with an automated process associated with the business processing system 102. The control message 124 may also include instructions for the user of the business processing system to perform a particular task or action, such as data entry.
[0047] Other scripting actions may include rotating, scaling, and resizing captured images. For example, the workflow request 114 received from the business process system 102 may include captured image data of an invoice The workflow management application 122 is configured to rotate, scale, or resize the captured image in order to obtain the required work item data. It is contemplated that the business process system 102 can also be configured to rotate, scale, and resize captured images.
[0048] Archiving actions include instructions for storing or updating work item data associated with a work item. For example, archiving actions may store or update work item data, such as the state of the work item, a time an action associated with a particular state occurs, a duration the work item remained at a particular state, or any other data associated with the work item. Archiving instructions may also include instructions for adding a record to inactive table (not shown) stored in the memory 118. The inactive table stores, for example, work items that have completed the business process.
[0049] Routing actions include instructions for routing a work item to a new queue. For example, routing actions may include instructions for routing work item data to a next queue in the business process based on the business process definition retrieved from the memory 118. Routing actions may also include instructions for delaying the application of an action for a predetermined period of time that would result in the routing of a work item from one queue to the next queue or completion of the workflow.
[0050] Processing actions can be an in-bound action, a within queue action, and/or an outbound action. An in-bound action is action that occurs to the work item as it is placed into a particular queue. For example, an in-bound action associated with the managing an accounts payable processing action may involve adding a stamp, such as a metadata stamp to the work item. The stamp describes the processing action that is to be performed to the work item at that particular queue. For example, if the processing action is to be manually performed by a user of the business processing system 102, the stamp may specify instructions/guidelines for the user when authorizing payment of an invoice. Such instructions may include contacting the construction superintendent to verify the construction materials identified in the invoice were delivered before authorizing payment.
[0051] A within queue action is the processing action (e.g., Actions A-C in FIG. IA) associated with particular queue in which the work item is located. For example, when an application document, such as a resume is received at a business with a job opening, the application document is in a data entry or input state. Within queue processing action that occurs at the data entry state is, for example, the entry of applicant information, such as applicant's name, education level, position applied for, and any other information relevant to the job opening.
[0052] An out-bound action is an action that occurs to a work item as it is leaving the particular queue or transitioning from one state to another state. For example, an out-bound action associated with managing accounts payable associated with a construction project verifying that the next step in the payroll process. As described above, the out-bound action may involve verifying the next step in the payroll process by looking at the invoice amount.
[0053] According to another aspect, the workflow management application 122 identifies a next one of the queues 120A-120C from which one or more work items should be retrieved for storage in a workflow data structure 126. For example, the workflow management application 122 analyzes the work item data, such as described above in reference to FIG. 3, that is associated with each work item stored in each of the queues 120A- 120C to identify a particular one of the queues 120A- 120C from which work items will be retrieved for storage in the workflow data structure 126.
[0054] FIG. 4 depicts an exemplary workflow data structure 400 storing work items and corresponding actions retrieved from the queues 120A-120C. According to one aspect, the workflow data structure 400 stores re-queued work items. For example, the workflow data structure 400comprises item 1 and item 2 from queue 120A, item 1, item 2, and item 3 from queue 120B, and item 1 and item 2 from queue 120C. The action to be applied to a particular requeued work item can be determined from work item data associated with that particular requeued work item. As described above in reference to FIG. 3, each work item comprises work item data that indicates the current action to apply to that work item. The current action can be a process action, an in-bound action, or an outbound action.
[0055] Referring back to FIG. IA, according to another aspect, the workflow management application 122 retrieves queue data from each of the queues 120A- 120C to identify a sequence or priority for accessing the queues 120A-120C to retrieve work items for storage in the workflow data structure 126. Queue data can include item count, action cost, latent time, user input, action time, last action time, and any other criteria that can be used for prioritizing queue selection. The item count is the number of work items currently stored in a queue. For example, if there are 200 work items stored in queue 120A, the item count for that queue is 200. Action cost refers to the processing load required to perform the processing action associated with that queue. Latent time is the processing time required to complete the particular action associated with that queue. User input is, for example, user preference data that indicates that user has assigned priority to the work items associated with that queue. Last action is, for example, a time that work items were last retrieved from the queue. It is contemplated that other types of queue data can be used to identify a priority for accessing the queues 120A- 120C.
[0056] FIG. 5 illustrates an exemplary workflow management application (WMA) 500 according to one aspect of the WMS 104. The WMA 500 includes instructions or modules that are executable by a processor 502 of the WMS 104 to manage the processing of work items received from one or more business processing system 102. The WMS 104 includes a computer readable medium 504 configured with the WMA 500.
[0057] Computer readable media 504, which include volatile media, nonvolatile media, removable media, and non-removable media, may be any available medium that may be accessed by the WMS 104. By way of example and not limitation, computer readable media 504 comprise computer storage media and communication media. Computer storage media include volatile media, nonvolatile media, removable media, and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. Communication media typically embody computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and include any information delivery media. [0058] A queue storage module 506 receives the work request 114 from the business processing system 102. As described above, the work request 114 identifies a desired business process and at least one work item. The queue storage module 506 retrieves the business process definition from the memory 118 that corresponds to the identified business process to identify the various states in the workflow. The queue storage module 506 then transmits at least one work item to queues 120A, 120B, or 120C based on the state of the at least one work item. For example, in the managing accounts payable described above, the queue storage module 506 stores work items that require a visual inspection into queue 120A, stores work items invoice that pass the visual inspection in queue 120B, and stores work items need to be routed to a next level approver based on payment amount queue in queue 120C.
[0059] A queue selection module 508 selects a next one of the queues 120A- 120C from which to retrieve work items for processing and transfers one or more work items from the selected one of the queues 120A-120C to the workflow data structure 126. According to one aspect, the queue selection module 508 calculates queue priority factors associated with each of the queues 120A-120C to determine which one of the queues to select for work item retrieval. The calculated queue priority factors for each queue include, for example, number of work items in the queue, average processing time for the action associated with the queue, length of time oldest item has been in the queue, action type, and frequency at which queue has been visited. According to one aspect, calculating the queue priority factors involves retrieving queue data associated with each of the queues 120A-120C. It is contemplated that the queue priority factors may include other queue priority factors, such as queue momentum, a user defined adjustment parameter, or any other queue selection criteria.
[0060] Queue momentum refers to a ratio of the rate at which work items are being added to a particular queue to the rate at which the work items from that particular queue are being processed and/or transferred to the workflow data structure 126. According to one aspect, the calculated momentum of a particular queue is at least one of the factors considered when determining the priority for that particular queue. If the rate at which work items are added to a particular queue is much greater than the rate at which the work items from that particular queue are transferred to the workflow data structure 126 for processing, the calculated momentum is high. In contrast, if the rate at which work items are added to the particular queue is substantially the same as the rate at which they being are transferred to the workflow data structure 126 for processing, the calculated momentum is low. The higher the calculated queue momentum for a particular queue, the faster that particular queue will reach its' maximum storage capacity. According to one aspect, the queue with the highest calculated queue momentum is assigned the highest priority for retrieving work items for transfer to the workflow data structure 126.
[0061] For example, consider that ten (10) work items are added to queue A during a particular period of time and that two work items are transferred from queue A for processing during that same particular period of time. Further, consider that ten (10) work items are added to queue B during the particular time period and that five (S) work items are transferred from queue B for processing during that the particular time period. The momentum of queue A can be expressed as 10/2 or S. The momentum of queue B can be expressed as 10/5 or 2. In this example, queue A would be assigned a higher priority than the priority assigned to queue B.
[0062] According to another aspect, the queue selection module 508 employs an algorithm that applies a weighting factor to each selection criterion when selecting a particular next one of the queues 120A- 120C from which to retrieve work items. For example, using the five queue priority factors in the example above, the algorithm may weight the average processing time for the associated action and the length of time oldest item has been in the queue more heavily than the number of work items in the queue.
[0063] As another example, the queue selection module 508 employs an algorithm that determines the number of work items to retrieve from each of the queues 120A- 120C based on an amount of time historically required to process items from in each queue. Although each queue may be allocated the same amount of processing time, the amount of work items pulled from each queue may be different.
[0064] The amount of time required to process all work items, D, can be calculated by the following equation:
Figure imgf000018_0001
where, in denotes the average duration required to complete the processing action for work items in work queue n, and Cn is the number of work items in work queue n, and N is the number of work queues in the system.
[0065] The number of work items, Pa, to be pulled from a particular work queue, such as "work queue A," can be calculated by the following equation:
Figure imgf000019_0001
were ia is the average time required historically to process work item i in work queue A.
[0066] An adjusted pull amount, P'a, is calculated using the following equation:
Figure imgf000019_0002
where k is a pull amount adjustment parameter. The pull amount adjustment variable, k, is an integer between 1 and 100 that is defined by an authorized user. For example, a system administrator uses an administrative input device (not shown) to interact with the WMS 104 to define the pull amount adjustment parameter via, for example, a system settings input form (not shown). From equation 3, it can be seen that the calculated P'a can range from 1.01 *Pa to 2*Pa.
The adjusted pull amount, P'a, identifies the number of work items to retrieve from work queue A for insertion into the workflow data structure 126. Processing modules, such as processing modules 510A-510C, each retrieve work items from the workflow data structure for processing. The processing modules 510A-510C also update duration statistics for completing process actions. According to another aspect, the calculated adjusted pull amount P'a is also used to indicate the retrieval priority of the work queue A. For example, the queue with the highest adjusted pull amount value will be assigned the highest priority.
[0067] According to another aspect, the number of work items to be pulled from each work queue is adjusted or modified based on a predetermined maximum number, m, of work items. The predetermined maximum number, m, defines the maximum number of work items to be processed at a time. A modified adjusted pull amount, pa, is determined using the following equation.
Figure imgf000020_0001
where P'x is a list of the calculated adjusted pull amount values for the work queues in the system. For example, if there are three work queues in the system, P'x is a list of the three calculated adjusted pull amount values for the three work queues. The max(P'x) corresponds to the maximum calculated adjusted pull amount in the list of adjusted pull amount values.
[0068] According to another aspect, the queue selection module 508 employs an algorithm that considers each of the queue priority factors equally when selecting a next one of the queues 120A- 120C from which to retrieve work items. For example, if the algorithm uses five (5) different types of selection criteria, each selection criterion may contribute 1/5 to determining the next queue. In other words, each of queue priority factors is weighted equally.
[0069] The WMA 500 includes multiple processing modules to retrieve work items from the workflow data structure 126 and to execute the associated action. For purposes of illustration, the WMA 500 is depicted as including three processing modules 510A, 510B, and 510C. However, it is contemplated that the WMA 500 may include less than or more than three processing modules. Also, although the processing modules 510A-510C are depicted as being located on the WMS 104, it is contemplated that each of the processing modules 510A-510C can be executed on one or more separate computing devices that are linked to the WMS 104.
[0070] According to one aspect, processing modules 510A, 510B, and 510C retrieve work items from the workflow data structure 126 according to the order in which they were stored and execute the associated action. For example, the workflow management application 122 retrieves work items from the workflow data structure 126 according to first in first out (FIFO) rules. Although the workflow management application 122 is described as performing process actions associated with the work items according to first-in-first-out (FIFO) rules, it is contemplated that in other aspects the workflow management application 122 enables performing multiple process actions associated with the multiple work items simultaneously. [0071] As an example, processing module 510A retrieves the first item (e.g., labeled queue A item 1) stored in the workflow data structure 126 and performs the associated action (e.g., Action A) on the work item. While processing module 510A is processing the first work item, the processing module 510B retrieves the next item (e.g., labeled queue A item 3) that was stored in the workflow data structure and performs the associated action on the next work item. As a result, the processing modules 510A and 510B not only enable processing multiple work items simultaneously, the processing modules 510A-510B also enable processing items from different queues simultaneously.
[0072] According to another aspect, processing modules 510A, 510B, and 510C retrieve work items from the workflow data structure 126 according to other non-FIFO rules. That is, the order in which work items were added to the data structure 126 is not relevant for purposes of determining the order in which processing modules 510A, 510B, and 510C retrieve work items from the workflow data structure 126 for processing. For example, the processing modules 510A, 510B, and 510C may retrieve work items from the workflow data structure 126 based on queue data and/or work item data associated with each work item.
[0073] An adaptive processing module 512 monitors the load on the processing modules 510A-510C and selectively activates additional processing modules or deactivates processing modules based on the load experienced by one or both of processing modules. For purposes of illustration, consider that the processing modules 510A and 510B are currently activated. During operation, the adaptive processing module 512 senses the processing load of each of processing modules 510A and 510B and compares the sensed processing load to maximum and minimum threshold load level values stored in the memory 118 to determine whether to activate an additional processing module or to deactivate a currently active processing module.
[0074] According to one aspect, the adaptive processing module 512 determines whether to activate an additional processing module 510C by comparing the actual processing load of the processing modules 510A and 510B to their respective maximum processing capacities to determine a percent of operating capacity for each of the processing modules 510A and 510B. If the actual processing loads of either the current processing modules 510A or 510B exceeds a maximum threshold percentage, the adaptive processing module 414 activates an additional processing module (e.g. processing module 510C) to retrieve and process work items from the workflow data structure 126. For example, if the load experienced by processing modules 510A or 510B exceeds 90% percent of maximum processing capacity, the adaptive processing module 512 activates processing module 510C.
[0075] According to another aspect, the adaptive processing module 512 monitors the load on the processing modules 510A-510C and selectively deactivates one of the processing modules 510A-510C when the load experienced by one or more of processing modules falls below a minimum processing threshold percentage. For example, if the load experienced by processing module 510A falls below twenty-five (25) percent of processing capacity, the adaptive processing module 512 deactivates processing module 510A.
[0076] FIG. 6 illustrates a method for populating the workflow data structure 126 in accordance with an aspect of the WMA 500. At 602, the WMA 500 determines priority factors associated with a plurality of process queues 120A-120C. Priority factors can include work item data associated with work items in the plurality of process queues 120A- 120C and/or queue data. The WMA 500 identifies one of the process queues 120A- 120C from which to retrieve work items for storage in a central workflow data structure as a function of the queue priority factors at 604. For example, the WMA 500 employs an algorithm that uses the retrieved priority criteria and/or work item data to identify one of the process queues 120A- 120C from which to retrieve work items. At 606, the WMA 500 retrieves one or more work items from the identified one of the process queues 120A- 120C and stores the retrieved one or more work items in the workflow data structure 126.
[0077] According to one aspect, the WMA 500 retrieves a predetermined number of work items from the identified process queue for storage in the central workflow data structure 126. For example, the WMA 500 may be configured to retrieve up to a maximum of 10 work items from the identified queue.
[0078] According to another aspect, the number of work items retrieved by the WMA 500 from the identified process queue is determined by employing a weighting algorithm such as described above.
[0079] At 608, WMA 500 retrieves new priority criteria associated with each of the process queues 120A-120C. The WMA 500 uses the new priority criteria retrieved at 508 to identify which one of the process queues 120A- 120C from which to retrieve work items for storage in a central workflow data structure 126 as a function of the retrieved priory criteria at 604. [0080] FIG. 7 illustrates a method for managing processing capacity in accordance with an aspect of the WMA 500. At 702, an initial or current number of processing modules (e.g., 510A and 510B) are enabled and retrieve work items from the workflow data structure according to first in first out (FIFO) rules. The WMA 500 monitors the actual processing load on the current number of processing modules at 704. At 706, WMA 500 compares the actual processing load on the current number of processing modules to minimum and maximum threshold levels retrieved from a memory to determines whether to add additional processing capacity, decrease processing capacity, or maintain the current processing capacity.
[0081] If the load experienced by the current processing modules 510A or 510B exceeds the maximum threshold level at 708, the WMA 500 activates an additional processing module (e.g. processing module 510C) to retrieve and process work items from the central workflow data structure at 710. If the load experienced by the current processing modules 510A and 510B does not exceed the maximum threshold level at 708, the WMA 500 determines if the load experienced by at least one of the current processing modules 510A and 510B falls below the minimum threshold percent level at 712. If the load experienced by at least one of the current processing modules 510A and 510B falls below the minimum threshold percent level at 712, WMA 500 deactivates that at least one of the processing modules 510A and 510B at 614. If the load experienced by at least one of the current processing modules 510A and 510B does not fall below the minimum threshold percent level at 712, the WMA 500 may maintain the current processing capacity at 716. Alternatively, if the load experienced by at least one of the current processing modules 510A and 510B does not fall below the minimum threshold percent level at 712, the WMA 500 may randomly decide to adjust the processing capacity at 716 to detect otherwise unnoticed changes to the state of the system running the WMA 500.
[0082] Those skilled in the art will appreciate that variations from the specific embodiments disclosed above are contemplated by the invention. The invention should not be restricted to the above embodiments, but should be measured by the following claims.

Claims

CLAIMSWhat is claimed is:
1. A system for processing work items in a workflow, the system comprising: a plurality of queues each comprising a plurality of work items, wherein each of the plurality of work items comprise work item data; and a processor to: determine a retrieval priority for each of the plurality of as a function of the work item data; retrieve at least one work item from each of the plurality of queues according to the retrieval priority; store the at least one work item retrieved from each of the plurality of queues in a workflow data structure; and process the work items stored in the workflow data structure.
2. The system of claim 1 wherein: the work item data is selected from a group consisting of state data, queue location data, current action data, history data, and description data; the current action data for each work item identifies a corresponding current action selected from a group consisting of an inbound action, a within queue action, and an outbound action; and the processor is configured to process the work items stored in the workflow data structure by applying the corresponding current action to each work item.
3. The system of any of claims 1-2 wherein: the processor is configured to determine the retrieval priority by: calculating queue priority factors for each of the plurality of queues, the queue priority factors for each of the plurality of queues comprises at least one of item counts, action costs, processing time data, a last processing action time, a calculated queue momentum, and a user input parameter; and weighting each of the queue priority factors for each of the plurality of queues to determine the retrieval priority.
4. The system of any of claims 1-3 wherein the processor is further configured to: retrieve the at least one work item from each of the plurality of queues in a sequence according to the retrieval priority; store the at least one work item retrieved from each of the plurality of queues in the workflow data structure according to the sequence; and process the work items stored in the workflow data structure according to a first in first out rule.
5. The system of any of claims 1-4 further comprising: a memory to store a plurality of business process definitions, wherein each of the plurality of business process definitions identifies a plurality of states of the work items in the workflow that corresponds to a different business process; and wherein the processor is further configured to: receive a workflow request from a remote processor, the workflow request identifies a desired business process and work item data; and retrieve a business process definition from the memory that corresponds to the desired business process to identify the plurality of states of the work items in the workflow for the desired business process, wherein the plurality of states identified for the desired business process identifies the plurality of queues.
6. A computer-readable medium encoded with a workflow application comprising modules executable by a processor and configured to process a plurality of work items in a workflow, the workflow application comprising: a queue storage module to receive a plurality of work items from a remote computer and to store each of the plurality of work items in one of a plurality of queues based on a state of each work item in the workflow; a queue selection module to determine a retrieval priority for each of the plurality of queues and to retrieve at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure; and a plurality of processing modules to process the work items in the workflow data structure.
7. The computer-readable medium of claim 6 wherein: each of the plurality of work items comprise work item data selected from a group consisting of state data, queue location data, current action data, history data, and description data; the current action data for each work item identifies a corresponding current action selected from a group consisting of an inbound action, a within queue action, and an outbound action; the queue selection module is configured to determine the retrieval priority for each of the plurality of queues as a function of the work item data; and each of the plurality of processing modules is configured to process one or more of work items stored in the workflow data structure by applying the corresponding current action to each of the one or more work items.
8. The computer-readable medium of any of claims 6-7 wherein the queue selection module is configured to determine the retrieval priority by: calculating queue priority factors for each of the plurality of queues, the queue priority factors for each of the plurality of queues comprising item counts, action costs, processing time data, a last processing action time, a calculated queue momentum, and a user input parameter; and weighting each of the queue priority factors for each of the plurality of queues to determine the retrieval priority.
9. The computer-readable medium of any of claims 6-8 wherein: the queue selection module is further configured to: retrieve the at least one work item from each of the plurality of queues in a sequence according to the retrieval priority; and store the at least one work item retrieved from each of the plurality of queues in the workflow data structure according to the sequence; and the plurality of processing modules are configured to process work items stored in the workflow data structure according to a first in first out rule.
10. The computer-readable medium of any of claims 6-9 further comprising: a memory to store a plurality of business process definitions, wherein each of the plurality of business process definitions identifies a plurality of states of the work items in the workflow that corresponds to a different business process; and the queue storage module is further configured to: receive a workflow request from a remote computing device, the workflow request identifying a desired business process; retrieve a business process definition from the memory that corresponds to the desired business process to identify the plurality states of the plurality of work items in the workflow for the desired business process, wherein the plurality of states identified for the desired business process identifies the plurality of queues; and transmit each of the plurality of work items to one of the identified plurality of queues based on a current state of each work item.
11. A system for processing work items in a workflow, the system comprising: a plurality of queues each comprising a plurality of work items; and a computing device comprising a workflow application comprising modules executable by the computing device and configured to process a plurality of work items in a workflow, the workflow application comprising: a queue selection module to determine a retrieval priority for each of the plurality of queues and to retrieve at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure; and a plurality of processing modules to process the work items in the workflow data structure.
12. The system of claim 11 wherein: each of the plurality of work items comprise work item data selected from a group consisting of state data, queue location data, current action data, history data, and description data; the current action data for each work item identifies a corresponding current action selected from a group consisting of an inbound action, a within queue action, and an outbound action; the queue selection module is configured to determine the retrieval priority for each of the plurality of queues as a function of the work item data; and each of the plurality of processing modules is configured to process one or more of work items stored in the workflow data structure by applying the corresponding current action to each of the one or more work items.
13. The system of any of claims 11-12 wherein the queue selection module is configured to determine the retrieval priority by: calculating queue priority factors for each of the plurality of queues, the queue priority factors for each of the plurality of comprising at least one of item counts, action costs, processing time data, a last processing action time, a calculated queue momentum, and a user input parameter; and weighting each of the queue priority factors for each of the plurality of queues to determine the retrieval priority.
14. The system of any of claims 11-13 wherein the queue selection module is further configured to: retrieve the at least one work item from each of the plurality of queues in a sequence according to the retrieval priority; store the at least one work item retrieved from each of the plurality of queues in the workflow data structure according to the sequence; and process work items stored in the workflow data structure according to a first in first out rule.
15. The system of any of claims 11-14 further comprising: a memory to store a plurality of business process definitions, wherein each of the plurality of business process definitions identifies a plurality of states of the work items in the workflow that corresponds to a different business process; and wherein the computing device further comprises: a queue storage module to: receive a workflow request from a remote computing device, the workflow request identifying a desired business process and at least one work item; retrieve a business process definition from the memory that corresponds to the desired business process to identify the plurality states of the work items in the workflow for the desired business process, wherein the plurality of states identified for the desired business process identify the plurality of queues; and transmit each of the work items to one of the identified plurality of queues based on a current state of the at least one work item.
16. A system for processing work items in a workflow, the system comprising: a plurality of queues each comprising a plurality of work items; a memory to store a plurality of business process definitions, wherein each of the plurality of business process definitions identifies a plurality of states of the work items in the workflow that corresponds to a different business process; and a processor to: receive a workflow request from a remote processor, the workflow request identifying a desired business process and work item data; retrieve a business process definition from the memory that corresponds to the desired business process to identify the plurality of states of the work items in the workflow for the desired business process, wherein the plurality of states identified for the desired business process identifies the plurality of queues; determine a retrieval priority for each of the plurality of queues; retrieve at least one work item from each of the plurality of queues according to the retrieval priority; store the at least one work item retrieved from each of the plurality of queues in a workflow data structure; and process the work items stored in the workflow data structure.
17. A computer-readable medium encoded with a workflow application comprising modules executable by a processor and configured to process a plurality of work items in a workflow, the workflow application comprising: a memory to store a plurality of business process definitions, wherein each of the plurality of business process definitions identifies a plurality of states of the work items in the workflow that corresponds to a different business process; a queue storage module to: receive a workflow request from a remote computing device, the workflow request identifying a desired business process; retrieve a business process definition from the memory that corresponds to the desired business process to identify the plurality states of the plurality of work items in the workflow for the desired business process, wherein the plurality of states identified for the desired business process identifies the plurality of queues; and transmit each of the plurality of work items to one of the identified plurality of queues based on a current state of each work item; a queue selection module to determine a retrieval priority for each of the plurality of queues and to retrieve the at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure; and a plurality of processing modules to process the work items in the workflow data structure.
18. A system for processing work items in a workflow, the system comprising: a plurality of queues each comprising a plurality of work items; a memory to store a plurality of business process definitions, wherein each of the plurality of business process definitions identifies a plurality of states of the work items in the workflow that corresponds to a different business process; a computing device comprising a workflow application comprising modules executable by the computing device and configured to process a plurality of work items in a workflow, the workflow application comprising: a queue storage module to: receive a workflow request from a remote computing device, the workflow request identifying a desired business process and at least one work item; retrieve a business process definition from the memory that corresponds to the desired business process to identify the plurality states of the work items in the workflow for the desired business process, wherein the plurality of states identified for the desired business process identify the plurality of queues; and transmit each of the work items to one of the identified plurality of queues based on a current state of the at least one work item; a queue selection module to determine a retrieval priority for each of the plurality of queues and to retrieve at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure; and a plurality of processing modules to process the work items in the workflow data structure.
19. A system for processing work items in a workflow, the system comprising: a plurality of queues each comprising a plurality of work items; and a processor to: determine a retrieval priority for each of the plurality of queues; retrieve at least one work item from each of the plurality of queues according to the retrieval priority; store the at least one work item retrieved from each of the plurality of queues in a workflow data structure; and selectively adjust an amount of processing capacity to process the work items stored in the workflow data structure.
20. The system of claim 19 wherein: each of the plurality of work items comprise work item data selected from a group consisting of state data, queue location data, current action data, history data, and description data; the current action data for each work item identifies a corresponding current action selected from a group consisting of an inbound action, a within queue action, and an outbound action; and the processor is configured to: determine the retrieval priority for each of the plurality of queues as a function of the work item data; and process the work items stored in the workflow data structure by applying the corresponding current action to each work item.
21. The system of any of claims 19-20 wherein: the queue priority factors for each of the plurality of queues comprises at least one of item counts, action costs, processing time data, a last processing action time, a calculated queue momentum, and a user input parameter; and the processor is configured to determine the retrieval priority by: calculating queue priority factors for each of the plurality of queues; and weighting each of the queue priority factors for each of the plurality of queues to determine the retrieval priority.
22. The system of any of claims 19-21 further comprising: a memory comprising threshold load level data; the threshold load level data comprises a minimum threshold load level and maximum threshold load level; the minimum threshold load level corresponding to a minimum allowable percentage of total processing capacity, and the maximum threshold load level corresponding to a maximum allowable percentage of total processing capacity; and wherein the processor is further configured to: monitor an actual processing load required to process the work items; and compare the actual processing load to threshold load level data to determine whether to adjust the amount of processing capacity; and adjust the amount of processing capacity by: increasing the processing capacity when the actual processing load is greater than the maximum threshold load level; and decreasing the processing capacity when the actual processing load is less than the minimum threshold load level.
23. The system of claim 22 wherein the processor is further configured to maintain a current amount of processing capacity to process the work items when the actual processing load is greater than the minimum threshold load level and less than the maximum threshold load level.
24. A computer-readable medium encoded with a workflow application comprising modules executable by a processor and configured to process a plurality of work items in a workflow, the workflow application comprising: a queue storage module to receive a plurality of work items from a remote computer and to store each of the plurality of work items in one of a plurality of queues based on a state of each work item in the workflow; a queue selection module to determine a retrieval priority for each of the plurality of queues and to retrieve at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure; and an adaptive processing module to selectively adjust a number of processing modules each configured to process work items stored in the workflow data structure.
25. The computer-readable medium of claim 24 wherein: each of the plurality of work items comprise work item data selected from a group consisting of state data, queue location data, current action data, history data, and description data; the current action data for each work item identifies a corresponding current action selected from a group consisting of an inbound action, a within queue action, and an outbound action; the queue selection module is configured to determine the retrieval priority for each of the plurality of queues as a function of the work item data; and each of the number of processing modules is configured to process one or more of work items stored in the workflow data structure by applying the corresponding current action to each of the one or more work items.
26. The computer-readable medium of any of claims 24-25 wherein the queue selection module is configured to determine the retrieval priority by: calculating queue priority factors for each of the plurality of queues, each of the plurality of queues comprising item counts, action costs, processing time data, and a last processing action time; and weighting each of the queue priority factors for each of the plurality of queues to determine the retrieval priority.
27. The computer-readable medium of any of claims 24-26 further comprising: a memory comprising threshold load level data, the threshold load level data comprising a minimum threshold load level and maximum threshold load level, wherein the minimum threshold load level corresponds to a minimum allowable percentage of total processing capacity and the maximum threshold load level corresponds to a maximum allowable percentage of total processing capacity; and wherein the adaptive processing module is further configured to: retrieve the threshold load level data from the memory; monitor an actual processing load required to process the work items; and compare the actual processing load to threshold load level data to determine whether to adjust the number of processing modules; adjusts the number of processing modules by: activating at least one processing module when the actual processing load is greater than the maximum threshold load level; and deactivating at least one processing module when the actual processing load is less than the minimum threshold load level; and maintain a current number of processing modules to process the work items when the actual processing load is greater than the minimum threshold load level and less than the maximum threshold load level.
28. A system for processing work items in a workflow, the system comprising: a plurality of queues each comprising a plurality of work items; a computing device comprising a workflow application comprising modules executable by the computing device and configured to process a plurality of work items in a workflow, the workflow application comprising: a queue selection module to determine a retrieval priority for each of the plurality of queues and to retrieve at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure; and an adaptive processing module to selectively adjust a number of processing modules each configured to process work items stored in the workflow data structure.
29. The system of claim 28 wherein each of the plurality of work items comprise work item data, and wherein the queue selection module is configured to determine the retrieval priority for each of the plurality of queues as a function of the work item data.
30. The system of any of claims 28-29 wherein: each work item comprises work item data selected from a group consisting of state data, queue location data, current action data, history data, and description data; the current action data for each work item identifies a corresponding current action selected from a group consisting of an inbound action, a within queue action, and an outbound action; and each of the number of processing modules is configured to process one or more of work items stored in the workflow data structure by applying the corresponding current action to each of the one or more work items.
31. The system of any of claims 28-30 wherein the queue selection module is configured to determine the retrieval priority by: calculating queue priority factors for each of the plurality of queues, the queue priority factors for each of the plurality of queues comprising item counts, action costs, processing time data, and a last processing action time; and weighting each of the queue priority factors for each of the plurality of queues to determine the retrieval priority.
32. The system of any of claims 28-31 wherein the queue selection module is further configured to: retrieve the at least one work item from each of the plurality of queues in a sequence according to the retrieval priority; store the at least one work item retrieved from each of the plurality of queues in the workflow data structure according to the sequence; and process work items stored in the workflow data structure according to a first in first out rule.
33. The system of any of claims 28-33 further comprising: a memory comprising threshold load level data, the threshold load level data comprising a minimum threshold load level and maximum threshold load level, wherein the minimum threshold load level corresponds to a minimum allowable percentage of total processing capacity and the maximum threshold load level corresponds to a maximum allowable percentage of total processing capacity; and wherein the adaptive processing module is further configured to: retrieve the threshold load level data from the memory; monitor an actual processing load required to process the work items; and compare the actual processing load to threshold load level data to determine whether to adjust the number of processing modules; adjust the number of processing modules by: activating at least one processing module when the actual processing load is greater than the maximum threshold load level; and deactivating at least one processing module when the actual processing load is less than the minimum threshold load level; and maintain a current number of processing modules to process the work items when the actual processing load is greater than the minimum threshold load level and less than the maximum threshold load level.
34. A system for processing work items in a workflow, the system comprising: a workflow data structure each comprising at plurality of work items; a computing device comprising a workflow application comprising modules executable by the computing device to process the plurality of work items, the workflow application comprises: a plurality of processing modules each configured to process a different one of work items stored in the workflow data structure; and an adaptive processing module to selectively adjust a number of the plurality of processing modules.
35. The system of claim 34 further comprising: a memory comprising threshold load level data, the threshold load level data comprising a minimum threshold load level and maximum threshold load level, wherein the minimum threshold load level corresponds to a minimum allowable percentage of total processing capacity and the maximum threshold load level corresponds to a maximum allowable percentage of total processing capacity; and wherein the adaptive processing module is further configured to: retrieve the threshold load level data from the memory; monitor an actual processing load required to process the work items; and compare the actual processing load to threshold load level data to determine whether to adjust the number of processing modules; adjusts the number of processing modules by: activating at least one processing module when the actual processing load is greater than the maximum threshold load level; and deactivating at least one processing module when the actual processing load is less than the minimum threshold load level; and maintain a current number of processing modules to process the work items when the actual processing load is greater than the minimum threshold load level and less than the maximum threshold load level.
36. A system for processing work items in a workflow, the system comprising: a plurality of queues each comprising a plurality of work items; a memory comprising threshold load level data; and a processor to: determine a retrieval priority for each of the plurality of queues; retrieve at least one work item from each of the plurality of queues according to the retrieval priority; store the at least one work item retrieved from each of the plurality of queues in a workflow data structure; process the work items stored in the workflow data structure at an initial number of processing modules; monitor an actual processing load required to process the work items; retrieve threshold load level data from the memory; compare the actual processing load to the threshold load level data; increase the initial number of processing modules to a higher number when the actual processing load is greater than the threshold load level data; and decrease the initial number of processing modules to a lower number when the actual processing load is less than the threshold load level data.
37. A computer-readable medium encoded with a workflow application comprising modules executable by a processor and configured to process a plurality of work items in a workflow, the workflow application comprising: a queue storage module to receive a plurality of work items from a remote computer and to store each of the plurality of work items in one of a plurality of queues based on a state of each work item in the workflow; a queue selection module to determine a retrieval priority for each of the plurality of queues and to retrieve at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure; a set of processing modules to process the work items stored in the workflow data structure, wherein an initial number of the processing modules are used to process the work items; and an adaptive processing module to: retrieve threshold load level data from a memory; monitor an actual processing load required to process the work items; compare the actual processing load to the threshold load level data; increase the initial number of processing modules to a higher number when the actual processing load is greater than the threshold load level data; and decrease the initial number of processing modules to a lower number when the actual processing load is less than the threshold load level data.
38. A system for processing work items in a workflow, the system comprising: a plurality of queues each comprising a plurality of work items; and a computing device comprising a workflow application comprising modules executable by the computing device and configured to process a plurality of work items in a workflow, the workflow application comprising: a queue selection module to determine a retrieval priority for each of the plurality of queues and to retrieve at least one work item from each of the plurality of queues according to the retrieval priority for storage in a workflow data structure; a set of processing modules to process the work items stored in the workflow data structure, wherein an initial number of the processing modules are used to process the work items; and an adaptive processing module to: retrieve threshold load level data from a memory; monitor an actual processing load required to process the work items; compare the actual processing load to the threshold load level data; increase the initial number of processing modules to a higher number of processing modules when the actual processing load is greater than the threshold load level data; and decrease the initial number of processing modules to a lower number of processing modules when the actual processing load is less than the threshold load level data.
PCT/US2010/036299 2009-05-29 2010-05-27 Workflow management system and method WO2010138658A1 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US12/475,081 2009-05-29
US12/475,045 US9081616B2 (en) 2009-05-29 2009-05-29 System and method for adjusting a number of processing modules based on processing load
US12/475,081 US20100306005A1 (en) 2009-05-29 2009-05-29 Workflow Management System and Method
US12/475,045 2009-05-29

Publications (1)

Publication Number Publication Date
WO2010138658A1 true WO2010138658A1 (en) 2010-12-02

Family

ID=43223063

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2010/036299 WO2010138658A1 (en) 2009-05-29 2010-05-27 Workflow management system and method

Country Status (1)

Country Link
WO (1) WO2010138658A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572182A (en) * 2014-12-23 2015-04-29 杭州华为数字技术有限公司 Configuration method of stream application, nodes and stream computing system
WO2019079545A1 (en) * 2017-10-18 2019-04-25 Cisco Technology, Inc. An apparatus and method for providing a performance based packet scheduler

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6463346B1 (en) * 1999-10-08 2002-10-08 Avaya Technology Corp. Workflow-scheduling optimization driven by target completion time
US20030149685A1 (en) * 2002-02-07 2003-08-07 Thinkdynamics Inc. Method and system for managing resources in a data center
US20060085412A1 (en) * 2003-04-15 2006-04-20 Johnson Sean A System for managing multiple disparate content repositories and workflow systems

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6463346B1 (en) * 1999-10-08 2002-10-08 Avaya Technology Corp. Workflow-scheduling optimization driven by target completion time
US20030149685A1 (en) * 2002-02-07 2003-08-07 Thinkdynamics Inc. Method and system for managing resources in a data center
US20060085412A1 (en) * 2003-04-15 2006-04-20 Johnson Sean A System for managing multiple disparate content repositories and workflow systems

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572182A (en) * 2014-12-23 2015-04-29 杭州华为数字技术有限公司 Configuration method of stream application, nodes and stream computing system
CN104572182B (en) * 2014-12-23 2018-07-13 杭州华为数字技术有限公司 A kind of configuration method of stream application, node and stream calculation system
WO2019079545A1 (en) * 2017-10-18 2019-04-25 Cisco Technology, Inc. An apparatus and method for providing a performance based packet scheduler

Similar Documents

Publication Publication Date Title
US20100306005A1 (en) Workflow Management System and Method
US9081616B2 (en) System and method for adjusting a number of processing modules based on processing load
US9424077B2 (en) Throttle control on cloud-based computing tasks utilizing enqueue and dequeue counters
US11954699B2 (en) Determining an unobscured demand for a fare class
JP5822310B2 (en) System and method for management and distribution of diagnostic images
US8666935B2 (en) System and method of on-demand document processing for a medical office
JP2007531112A (en) System and method for creating tasks associated with electronic image files
WO2015147878A1 (en) Systems and methods for providing an information technology interface
US20080040193A1 (en) System and method for dynamic staff bidding
US10853151B2 (en) System and method for service provision in a multi-tenant environment
US20040078318A1 (en) System and method for facilitating loan provision
US20100174581A1 (en) Workflow management apparatus, workflow management method, and workflow management program embodied on a computer-readable medium
AU2018271290A1 (en) Adaptive resource allocation
WO2019229539A2 (en) Mobile application and system for connecting users to carriers to facilitate availability of short-term, on-demand insurance
US7701950B2 (en) Heterogeneous, role based, enterprise priority manager
WO2010138658A1 (en) Workflow management system and method
US9786004B2 (en) Obtaining missing documents from user
JP2010040030A (en) System and method for authenticating document processing device
US20120053976A1 (en) System and method for determining whether service costs can be reduced
KR101214194B1 (en) Business automatic method using network
US10268972B2 (en) Work support system, work support method and computer-readable recording medium
US20240037460A1 (en) Systems and methods for assisting wheelchair passengers
JP2014194779A (en) System, method, and program for processing request, and information storage medium
JP5519880B1 (en) Request processing system, request processing method, program, and information storage medium
JP2017045324A (en) Data entry system, data input method and program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10781178

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10781178

Country of ref document: EP

Kind code of ref document: A1