US6463346B1 - Workflow-scheduling optimization driven by target completion time - Google Patents
Workflow-scheduling optimization driven by target completion time Download PDFInfo
- Publication number
- US6463346B1 US6463346B1 US09/415,577 US41557799A US6463346B1 US 6463346 B1 US6463346 B1 US 6463346B1 US 41557799 A US41557799 A US 41557799A US 6463346 B1 US6463346 B1 US 6463346B1
- Authority
- US
- United States
- Prior art keywords
- queue
- item
- time
- items
- target
- Prior art date
- Legal status (The legal status 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 status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/50—Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
- H04M3/51—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
- H04M3/523—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing with call distribution or queueing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/50—Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
- H04M3/51—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
- H04M3/523—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing with call distribution or queueing
- H04M3/5238—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing with call distribution or queueing with waiting time or load prediction arrangements
Definitions
- This invention relates to workflow management.
- work items whether physical items such as products and paper documents or virtual items such as communications and electronic documents—progress through a series of one or more task stations, where each task station has an inbox queue for work items waiting to be serviced as well as resources that service work items retrieved from the inbox queue.
- each task station has an inbox queue for work items waiting to be serviced as well as resources that service work items retrieved from the inbox queue.
- some work items will make slower progress than others. This is due to the nature of the work items themselves (for example, a status-inquiry call is likely to take a different amount of time to handle than an order call) as well as to the different capabilities of the resources that are servicing the work items (for example, different levels of expertise of call center agents who are handling the calls). This results in some work items progressing through the workflow ahead of schedule while others fall behind schedule.
- the workflow it is desirable for the workflow to make automatic adjustments to bring each work item to completion on or ahead of its schedule as determined according to a given business strategy. For example, when a workflow is overloaded with work items, one business strategy is to bring all work items to completion a short time behind schedule (i.e., “share the pain”), while another business strategy is to maximize the number of on-schedule work items at the sacrifice of significantly delaying a small percentage of work items that have already fallen behind.
- Various extraneous data can also play a part in the business strategy. For example, in a call center application with known customers, such as account holders, the business strategy may require that tasks for preferred customers be completed on schedule at the expense of regular customers when necessary. Workflow adjustments to achieve such business strategies generally are difficult to implement automatically.
- the prior art has usually adopted the approach of initially assigning work items to different inbox queues based on the adopted business strategy, and then servicing the work items from each queue in a first-in, first-out and/or priority order. Servicing items on this basis does little or nothing to correct the schedules of “at risk” work items or to optimize the business results of workflows with different business strategies, however.
- work items in a queue are repeatedly reordered to maximize results according to a given business strategy that is expressed through target completion times and deviances therefrom.
- the amount of the target completion time of an item that has already expired e.g., the amount of the target completion time that the item has already spent in processing and in the queue
- the amount of additional time that is likely to expire before the item is worked e.g., the position of the item in the queue times the rate of advance of the item between queue positions
- the determination is of the number of queue positions that the item may or needs to be moved, and is computed as the difference between the target completion time and the sum of the above-mentioned expired time and additional likely time, divided by the rate of advance and rounded down.
- the items in the queue are then reordered to optimize a metric of items that may fail to meet their target completion times (e.g., those items that need to be advanced in the queue).
- an optimization function is performed on the queue to determine an order that optimizes the metric (e.g., that minimizes a number of the items that will fail to meet their target completion times or that minimizes the amount of time by which the items will exceed their target completion times), and the items in the queue are reordered accordingly.
- the metric e.g., that minimizes a number of the items that will fail to meet their target completion times or that minimizes the amount of time by which the items will exceed their target completion times
- the determination and reordering are preferably performed when the item enters the queue or each time that an item changes position in the queue.
- the order of the enqueued items is thus frequently adjusted to maximize whatever business strategy, expressed through target completion times and deviances therefrom, is being pursued.
- the status of each work item in the inbox queue is uniquely classified, and the needs and consequences of advancing or retarding any given item can be easily evaluated.
- Particularly advantageous is tying the number of positions that an item can be advanced or retarded to the inqueue rate of advance. This allows the consequences of any reordering of work items to be clearly evaluated.
- the invention encompasses both method and apparatus. While the method comprises the steps of the just-characterized procedure, the apparatus effects the method steps. It preferably includes an effector—any entity that effects the corresponding step, unlike a means—for each method step. Further according to the invention, there is provided a computer-readable medium containing software which, when executed in a computer, causes the computer to perform the method steps.
- FIG. 1 is a block diagram of a processing center that includes an illustrative embodiment of the invention
- FIG. 2 is a flow diagram of operations of an SEQ function of the center of FIG. 1 upon a work item entering a queue of the center of FIG. 1;
- FIG. 3 is a flow diagram of operations of the SEQ function upon invocation of reordering of a queue in the center of FIG. 1;
- FIG. 4 is a flow diagram of operations of the SEQ function upon a change in the in-queue position of a work item in a queue of the center of FIG. 1;
- FIG. 5 is a flow diagram of an illustrative workflow definition of the center of FIG. 1 .
- FIG. 1 shows an illustrative work processing center that comprises a workflow management engine 10 serving a plurality of task stations 11 where work items 40 —illustratively electronic documents in this example, such as loan applications—are processed, e.g., by agents 25 .
- Workflow management engine 10 sends each work item 40 to one or more task stations 11 for processing in a sequence determined by the item's workflow definition 50 .
- An illustrative workflow definition 50 is shown in FIG. 5.
- a workflow definition 50 is a sequence 502 of one or more tasks (A-E) 500 . Each task 500 is generally performed by a different task station 11 . The same task 500 may be performed by a plurality of stations 11 . Different sets of work items 40 may have different workflow definitions 50 .
- Workflow definitions 50 are stored in a workflow definitions store 14 . Work items 40 themselves are stored in a work item store 13 . As described so far, the work processing center of FIG. 1 is conventional.
- Memory 15 further includes an estimated wait time (EWT) function 22 .
- EWT estimated wait time
- this function determines an estimate of how long a work item 40 that is placed in a queue 21 will have to wait before being connected to a station 11 for processing. The estimate is derived separately by EWT function 22 for each queue 21 . It is based on the average rate of advance of work items 40 through positions 23 of queue 21 ; this rate of advance is also computed by EWT function 22 .
- An illustrative implementation of EWT function 22 is disclosed in U.S. Pat. No. 5,506,898.
- work items 40 are assigned time goals for completing the whole workflow defined by the corresponding workflow definition 50 , and/or for starting and/or completing each task 500 within that workflow.
- each work item 40 in queue 21 has its own associated target workflow completion time (TWCT) 30 , target task start time (TTST) 31 and/or target task completion time (TTCT) 32 , and item queue rating (IQR) 28 .
- TWCT target workflow completion time
- TTST target task start time
- TTCT target task completion time
- IQR item queue rating
- WIID work item's identifier
- each queue 21 has its own-associated queue advance time (QAT) 26 .
- each queue 21 may have target times 31 - 32 that are common to all work items 40 in that queue 21 .
- TWCT 30 is administered according to customer commitments or internal business goals derived from contents of a business/customer information database 12 , and represents either the maximum amount of time that the work item 40 should spend in the corresponding workflow, or the absolute (calendar or clock) time by which the processing of work item 40 should be finished.
- TTST 31 is the maximum time that work item 40 should spend in queue 21 corresponding to this task 500 .
- TTCT 32 is the time in which the task 500 should be completed and the work item be passed on to the next task in the workflow sequence.
- TTST 31 and TTCT 32 are administered based on the work item's TWCT 30 and on historical performance measures for the corresponding task. Times 31 and 32 are also expressed either as amounts of time or as absolute times.
- QAT 26 is a measure of the average time that it takes for a work item 40 to advance one position 23 toward the head of that queue 21 , periodically calculated by EWT 22 illustratively in the manner described in U.S. Pat. No. 5,506,898.
- IQR 28 is an indication of the number of positions 23 that the corresponding work item 40 is ahead of or behind schedule in meeting its TTST 31 or TTCT 32 . Hence, IQR 28 represents the number of positions 23 that a work item 40 either may be retarded or needs to be advanced in queue 21 to remain on schedule.
- Memory 15 further includes a call-sequencing (SEQ) function 24 which calculates and uses IQRs 28 . Its functionality is shown in FIGS. 2-4. When a call becomes enqueued in a queue 21 , at step 200 of FIG. 2, function 24 computes its IQR 28 , at step 202 or 203 .
- SEQ call-sequencing
- IQR 28 is computed at step 202 as (a) either (i) the time sum of the present time and EWT of the work item 40 subtracted from TTST 31 of that work item 40 , or (ii) the time sum of the present time, the EWT of the work item 40 , and the AHT for this task subtracted from TTCT 31 of that work item 40 , and (b) the resulting time difference divided by QAT 26 of that queue 21 and rounded down.
- IQR 28 is computed at step 203 as (a) either (i) the difference between TTST 31 and EWT of that work item 40 , or (ii) the difference between TTCT 31 of this work item 40 and the sum of the EWT of this item 40 and AHT of this task 500 , and (b) the resulting difference divided by QAT 26 of that queue 21 and rounded down.
- Function 24 then stores the computed IQR 28 in queue position 23 that is occupied by the subject work item 40 , at step 204 , and then performs a queue 21 reordering, at step 206 , which is shown in FIG. 3 .
- function 24 Upon invocation of reordering of a queue 21 , at step 400 of FIG. 3, function 24 checks IQRs 28 of all positions 23 in the subject queue 21 to determine if any are less than 0, at step 402 . If none are less than zero, it means that all enqueued work items 40 are meeting service objectives, and so function 24 ends its operation, at step 450 . If any IQRs 28 are less than zero, function 24 performs a linear optimization function on the subject queue 21 to minimize negative IQRs 28 , at step 404 . Linear optimization functions are well-known in the art.
- the minimization may take any one of a number of possible forms, such as minimizing the total number of negative IQRs 28 , or minimizing the sum of the values of negative IQRs 28 .
- function 24 performs the IQR 28 recomputations of step 302 of FIG. 4 for the various permutations of work items 40 that it considers for the subject queue 21 . Having come up with a new ordering of enqueued work items 40 at step 404 , function 24 now reorders work items 40 and their new IQRs 28 in positions 23 of the subject queue 21 accordingly, at steps 406 and 408 . Function 24 then proceeds to perform a queue position change, at step 450 . Queue position change is shown in FIG. 4 .
- function 24 recomputes IQR 28 of every work item 40 in that queue 21 , at stop 302 .
- Each work item's IQR 28 is recomputed as the sum of the present IQR 28 and the number of positions 23 that the work item 40 has either advanced (a positive number) or been retarded (a negative number) in that queue 21 .
- Function 24 then stores the computed IQR 28 in queue position 23 that is presently occupied by the subject work item 40 , at step 304 .
- function 24 ends its operation, at step 308 .
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- Entrepreneurship & Innovation (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Marketing (AREA)
- Economics (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Quality & Reliability (AREA)
- Operations Research (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Signal Processing (AREA)
- Software Systems (AREA)
- Development Economics (AREA)
- Educational Administration (AREA)
- Game Theory and Decision Science (AREA)
- Computer Hardware Design (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- General Factory Administration (AREA)
Abstract
Description
Claims (15)
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/415,577 US6463346B1 (en) | 1999-10-08 | 1999-10-08 | Workflow-scheduling optimization driven by target completion time |
EP00307381A EP1091307A3 (en) | 1999-10-08 | 2000-08-29 | Workflow-scheduling optimization driven by target completion time |
CA002321605A CA2321605A1 (en) | 1999-10-08 | 2000-10-02 | Workflow scheduling optimization driven by target completion time |
KR1020000058767A KR20010067298A (en) | 1999-10-08 | 2000-10-06 | Workflow-scheduling optimization driven by target completion time |
JP2000306927A JP3735028B2 (en) | 1999-10-08 | 2000-10-06 | Method and apparatus for optimizing a workflow plan based on target completion time |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/415,577 US6463346B1 (en) | 1999-10-08 | 1999-10-08 | Workflow-scheduling optimization driven by target completion time |
Publications (1)
Publication Number | Publication Date |
---|---|
US6463346B1 true US6463346B1 (en) | 2002-10-08 |
Family
ID=23646274
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/415,577 Expired - Lifetime US6463346B1 (en) | 1999-10-08 | 1999-10-08 | Workflow-scheduling optimization driven by target completion time |
Country Status (5)
Country | Link |
---|---|
US (1) | US6463346B1 (en) |
EP (1) | EP1091307A3 (en) |
JP (1) | JP3735028B2 (en) |
KR (1) | KR20010067298A (en) |
CA (1) | CA2321605A1 (en) |
Cited By (124)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020178037A1 (en) * | 2001-02-07 | 2002-11-28 | Reading Jason Albert | Load balancing system and method |
US20030152212A1 (en) * | 1999-12-15 | 2003-08-14 | Didina Burok | Automated workflow method for assigning work items to resources |
US20030167199A1 (en) * | 2002-03-01 | 2003-09-04 | Thomann Karen S. | Automated workflow means and method for pension products |
US6647307B1 (en) * | 2002-11-07 | 2003-11-11 | Taiwan Semiconductor Mfg. Co. Ltd. | Method for controlling queue time constraints in a fabrication facility |
US6714643B1 (en) * | 2000-02-24 | 2004-03-30 | Siemens Information & Communication Networks, Inc. | System and method for implementing wait time estimation in automatic call distribution queues |
US6741699B1 (en) | 2000-04-27 | 2004-05-25 | Avaya Technology Corp. | Arrangement for controlling the volume and type of contacts in an internet call center |
US6754333B1 (en) | 2000-04-27 | 2004-06-22 | Avaya Technology Corp. | Wait time prediction arrangement for non-real-time customer contacts |
US20040181446A1 (en) * | 2003-03-13 | 2004-09-16 | Vance Michael E. | Method, system and apparatus for managing workflow in a workplace |
US20040255685A1 (en) * | 2003-02-03 | 2004-12-23 | Pekar Robert W. | Inflatable manometers |
US20040260668A1 (en) * | 2001-04-30 | 2004-12-23 | Bradford David L. | System and method for priority-based work order scheduling |
US6859529B2 (en) | 2000-04-12 | 2005-02-22 | Austin Logistics Incorporated | Method and system for self-service scheduling of inbound inquiries |
US20050060217A1 (en) * | 2003-08-29 | 2005-03-17 | James Douglas | Customer service support system |
US20050071212A1 (en) * | 2003-09-26 | 2005-03-31 | Flockhart Andrew D. | Method and apparatus for business time computation in a resource allocation system |
US20050075747A1 (en) * | 2003-10-02 | 2005-04-07 | Jen-Lin Chao | System and method of control factor management |
US20050222786A1 (en) * | 2004-03-31 | 2005-10-06 | Tarpo James L | Method and system for testing spas |
US7054434B2 (en) | 2001-07-09 | 2006-05-30 | Austin Logistics Incorporated | System and method for common account based routing of contact records |
US7085367B1 (en) | 2004-02-24 | 2006-08-01 | Avaya Technology Corp. | Call duration alert |
US7103173B2 (en) | 2001-07-09 | 2006-09-05 | Austin Logistics Incorporated | System and method for preemptive goals based routing of contact records |
US20060218012A1 (en) * | 2005-03-22 | 2006-09-28 | HERNANDEZ Andres | System for managing documents and associated document information deficiencies |
US7142662B2 (en) | 2000-07-11 | 2006-11-28 | Austin Logistics Incorporated | Method and system for distributing outbound telephone calls |
US20070150972A1 (en) * | 2003-09-22 | 2007-06-28 | Institut Pasteur | Method for detecting Nipah virus and method for providing immunoprotection against Henipa viruses |
US20070239300A1 (en) * | 2006-03-30 | 2007-10-11 | Burda Richard G | Method and system for setting rates and targets in a range management system |
US20070282636A1 (en) * | 2006-06-06 | 2007-12-06 | Siemens Medical Solutions Usa, Inc. | Document Deficiency and Workflow Management System |
US7336779B2 (en) | 2002-03-15 | 2008-02-26 | Avaya Technology Corp. | Topical dynamic chat |
US7376784B2 (en) | 2004-01-26 | 2008-05-20 | Hitachi Global Storage Technologies Netherlands B.V. | System and method for selecting command for execution in HDD based on benefit |
US20080162246A1 (en) * | 2007-01-03 | 2008-07-03 | International Business Machines Corporation | Method and system for contract based call center and/or contact center management |
US7415417B2 (en) | 2002-03-15 | 2008-08-19 | Avaya Technology Corp. | Presence awareness agent |
US20080226059A1 (en) * | 2007-03-15 | 2008-09-18 | Shmuel Shaffer | Method and system for managing calls |
US20080243896A1 (en) * | 2007-03-28 | 2008-10-02 | General Electric Company | Systems and methods for profiling clinic workflow |
US7502460B2 (en) | 2006-11-20 | 2009-03-10 | Austin Logistics Incorporated | Method and system for distributing outbound telephone calls |
US7567653B1 (en) | 2005-03-22 | 2009-07-28 | Avaya Inc. | Method by which call centers can vector inbound TTY calls automatically to TTY-enabled resources |
US7620169B2 (en) | 2002-06-17 | 2009-11-17 | Avaya Inc. | Waiting but not ready |
US7657021B2 (en) | 2004-09-29 | 2010-02-02 | Avaya Inc. | Method and apparatus for global call queue in a global call center |
US7711104B1 (en) | 2004-03-31 | 2010-05-04 | Avaya Inc. | Multi-tasking tracking agent |
US7715546B2 (en) | 2001-07-09 | 2010-05-11 | Austin Logistics Incorporated | System and method for updating contact records |
US7729490B2 (en) | 2004-02-12 | 2010-06-01 | Avaya Inc. | Post-termination contact management |
US7734032B1 (en) | 2004-03-31 | 2010-06-08 | Avaya Inc. | Contact center and method for tracking and acting on one and done customer contacts |
US7747705B1 (en) | 2007-05-08 | 2010-06-29 | Avaya Inc. | Method to make a discussion forum or RSS feed a source for customer contact into a multimedia contact center that is capable of handling emails |
US7752230B2 (en) | 2005-10-06 | 2010-07-06 | Avaya Inc. | Data extensibility using external database tables |
US7770175B2 (en) | 2003-09-26 | 2010-08-03 | Avaya Inc. | Method and apparatus for load balancing work on a network of servers based on the probability of being serviced within a service time goal |
US7779042B1 (en) | 2005-08-08 | 2010-08-17 | Avaya Inc. | Deferred control of surrogate key generation in a distributed processing architecture |
US7787609B1 (en) | 2005-10-06 | 2010-08-31 | Avaya Inc. | Prioritized service delivery based on presence and availability of interruptible enterprise resources with skills |
US7809127B2 (en) | 2005-05-26 | 2010-10-05 | Avaya Inc. | Method for discovering problem agent behaviors |
US7817796B1 (en) | 2005-04-27 | 2010-10-19 | Avaya Inc. | Coordinating work assignments for contact center agents |
US7822587B1 (en) | 2005-10-03 | 2010-10-26 | Avaya Inc. | Hybrid database architecture for both maintaining and relaxing type 2 data entity behavior |
US7835514B1 (en) | 2006-09-18 | 2010-11-16 | Avaya Inc. | Provide a graceful transfer out of active wait treatment |
US7844504B1 (en) | 2000-04-27 | 2010-11-30 | Avaya Inc. | Routing based on the contents of a shopping cart |
WO2010138658A1 (en) * | 2009-05-29 | 2010-12-02 | Perceptive Software, Inc. | Workflow management system and method |
US20100306779A1 (en) * | 2009-05-29 | 2010-12-02 | Perceptive Software, Inc. | Workflow management system and method |
US20100306005A1 (en) * | 2009-05-29 | 2010-12-02 | Perceptive Software, Inc. | Workflow Management System and Method |
US20100322406A1 (en) * | 2009-06-23 | 2010-12-23 | Avaya Inc. | Servicing Calls in Call Centers Based On Estimated Call Value |
US20100322408A1 (en) * | 2009-06-23 | 2010-12-23 | Avaya Inc. | Data Store for Assessing Accuracy of Call Center Agent Service Time Estimates |
US7881450B1 (en) | 2005-09-15 | 2011-02-01 | Avaya Inc. | Answer on hold notification |
US7885401B1 (en) | 2004-03-29 | 2011-02-08 | Avaya Inc. | Method and apparatus to forecast the availability of a resource |
US20110088034A1 (en) * | 2009-10-09 | 2011-04-14 | International Business Machines Corporation | Method and system for managing resources |
US7936867B1 (en) | 2006-08-15 | 2011-05-03 | Avaya Inc. | Multi-service request within a contact center |
US7949121B1 (en) | 2004-09-27 | 2011-05-24 | Avaya Inc. | Method and apparatus for the simultaneous delivery of multiple contacts to an agent |
US7949123B1 (en) | 2004-09-28 | 2011-05-24 | Avaya Inc. | Wait time predictor for long shelf-life work |
US8000989B1 (en) | 2004-03-31 | 2011-08-16 | Avaya Inc. | Using true value in routing work items to resources |
US8073129B1 (en) | 2005-10-03 | 2011-12-06 | Avaya Inc. | Work item relation awareness for agents during routing engine driven sub-optimal work assignments |
CN102280398A (en) * | 2010-06-13 | 2011-12-14 | 中芯国际集成电路制造(上海)有限公司 | wafer group allocation method |
US8094804B2 (en) | 2003-09-26 | 2012-01-10 | Avaya Inc. | Method and apparatus for assessing the status of work waiting for service |
US8116446B1 (en) | 2005-10-03 | 2012-02-14 | Avaya Inc. | Agent driven work item awareness for tuning routing engine work-assignment algorithms |
US8116237B2 (en) | 2008-09-26 | 2012-02-14 | Avaya Inc. | Clearing house for publish/subscribe of status data from distributed telecommunications systems |
US20120078673A1 (en) * | 2010-09-28 | 2012-03-29 | John Koke | Dynamic queueing and management system |
US8234141B1 (en) | 2004-09-27 | 2012-07-31 | Avaya Inc. | Dynamic work assignment strategies based on multiple aspects of agent proficiency |
US8238541B1 (en) | 2006-01-31 | 2012-08-07 | Avaya Inc. | Intent based skill-set classification for accurate, automatic determination of agent skills |
US8306212B2 (en) | 2010-02-19 | 2012-11-06 | Avaya Inc. | Time-based work assignments in automated contact distribution |
US20130013359A1 (en) * | 2011-07-08 | 2013-01-10 | Avaya Inc. | System and method for scheduling based on service completion objectives |
US8385533B2 (en) | 2009-09-21 | 2013-02-26 | Avaya Inc. | Bidding work assignment on conference/subscribe RTP clearing house |
US8385532B1 (en) | 2008-05-12 | 2013-02-26 | Avaya Inc. | Real-time detective |
US8391463B1 (en) | 2006-09-01 | 2013-03-05 | Avaya Inc. | Method and apparatus for identifying related contacts |
US8411843B1 (en) | 2005-10-04 | 2013-04-02 | Avaya Inc. | Next agent available notification |
US8442197B1 (en) | 2006-03-30 | 2013-05-14 | Avaya Inc. | Telephone-based user interface for participating simultaneously in more than one teleconference |
US8457300B2 (en) | 2004-02-12 | 2013-06-04 | Avaya Inc. | Instant message contact management in a contact center |
US8504534B1 (en) | 2007-09-26 | 2013-08-06 | Avaya Inc. | Database structures and administration techniques for generalized localization of database items |
US20130253680A1 (en) * | 2012-03-22 | 2013-09-26 | Kabushiki Kaisha Toshiba | Scheduling device and method therefor |
US8565386B2 (en) | 2009-09-29 | 2013-10-22 | Avaya Inc. | Automatic configuration of soft phones that are usable in conjunction with special-purpose endpoints |
US8577015B2 (en) | 2005-09-16 | 2013-11-05 | Avaya Inc. | Method and apparatus for the automated delivery of notifications to contacts based on predicted work prioritization |
US8621011B2 (en) | 2009-05-12 | 2013-12-31 | Avaya Inc. | Treatment of web feeds as work assignment in a contact center |
US8644491B2 (en) | 2009-08-21 | 2014-02-04 | Avaya Inc. | Mechanism for multisite service state description |
US8675860B2 (en) | 2012-02-16 | 2014-03-18 | Avaya Inc. | Training optimizer for contact center agents |
US8737173B2 (en) | 2006-02-24 | 2014-05-27 | Avaya Inc. | Date and time dimensions for contact center reporting in arbitrary international time zones |
US8767944B1 (en) | 2007-01-03 | 2014-07-01 | Avaya Inc. | Mechanism for status and control communication over SIP using CODEC tunneling |
US8811597B1 (en) | 2006-09-07 | 2014-08-19 | Avaya Inc. | Contact center performance prediction |
US8831206B1 (en) | 2008-05-12 | 2014-09-09 | Avaya Inc. | Automated, data-based mechanism to detect evolution of employee skills |
US8856182B2 (en) | 2008-01-25 | 2014-10-07 | Avaya Inc. | Report database dependency tracing through business intelligence metadata |
US8855292B1 (en) | 2006-09-08 | 2014-10-07 | Avaya Inc. | Agent-enabled queue bypass to agent |
US8938063B1 (en) | 2006-09-07 | 2015-01-20 | Avaya Inc. | Contact center service monitoring and correcting |
US8964958B2 (en) | 2009-05-20 | 2015-02-24 | Avaya Inc. | Grid-based contact center |
US9270743B2 (en) | 2011-02-18 | 2016-02-23 | Pegasystems Inc. | Systems and methods for distributed rules processing |
US20160098298A1 (en) * | 2009-04-24 | 2016-04-07 | Pegasystems Inc. | Methods and apparatus for integrated work management |
US9516069B2 (en) | 2009-11-17 | 2016-12-06 | Avaya Inc. | Packet headers as a trigger for automatic activation of special-purpose softphone applications |
US9658735B2 (en) | 2006-03-30 | 2017-05-23 | Pegasystems Inc. | Methods and apparatus for user interface optimization |
WO2017091195A1 (en) * | 2015-11-23 | 2017-06-01 | Hewlett-Packard Development Company, L.P. | Data usage effectiveness determination |
US9678719B1 (en) | 2009-03-30 | 2017-06-13 | Pegasystems Inc. | System and software for creation and modification of software |
US20170337492A1 (en) * | 2016-05-20 | 2017-11-23 | International Business Machines Corporation | Workflow scheduling and optimization tools |
US10032136B1 (en) | 2012-07-30 | 2018-07-24 | Verint Americas Inc. | System and method of scheduling work within a workflow with defined process goals |
US10375244B2 (en) | 2008-08-06 | 2019-08-06 | Avaya Inc. | Premises enabled mobile kiosk, using customers' mobile communication device |
US10469396B2 (en) | 2014-10-10 | 2019-11-05 | Pegasystems, Inc. | Event processing with enhanced throughput |
US10467200B1 (en) | 2009-03-12 | 2019-11-05 | Pegasystems, Inc. | Techniques for dynamic data processing |
US10572236B2 (en) | 2011-12-30 | 2020-02-25 | Pegasystems, Inc. | System and method for updating or modifying an application without manual coding |
US10572879B1 (en) | 2005-10-03 | 2020-02-25 | Avaya Inc. | Agent driven media-agnostic work item grouping and sharing over a consult medium |
US20200134059A1 (en) * | 2018-10-31 | 2020-04-30 | Salesforce.Com, Inc. | Automatic rearrangement of process flows in a database system |
US10698647B2 (en) | 2016-07-11 | 2020-06-30 | Pegasystems Inc. | Selective sharing for collaborative application usage |
US10698599B2 (en) | 2016-06-03 | 2020-06-30 | Pegasystems, Inc. | Connecting graphical shapes using gestures |
US10860585B2 (en) | 2017-12-08 | 2020-12-08 | Ensemble Rcm, Llc | Workflow automation through tagging of database records |
US10908950B1 (en) * | 2018-04-20 | 2021-02-02 | Automation Anywhere, Inc. | Robotic process automation system with queue orchestration and task prioritization |
US10929128B2 (en) | 2018-11-29 | 2021-02-23 | Ensemble Rcm, Llc | Vectorization for parsing of complexly structured files |
US10977243B2 (en) | 2018-01-22 | 2021-04-13 | Ensemble Rcm, Llc | Processing of transaction records in a database based on reason codes |
US10977239B2 (en) * | 2018-02-26 | 2021-04-13 | Ensemble Rcm, Llc | Adapting workflows based on constrained optimizations |
US11010340B2 (en) | 2018-07-09 | 2021-05-18 | Ensemble Rcm, Llc | Adapting workflows based on expected results |
US11025707B1 (en) | 2017-06-20 | 2021-06-01 | Amazon Technologies, Inc. | Dynamic execution resource selection for customized workflow tasks |
US11048488B2 (en) | 2018-08-14 | 2021-06-29 | Pegasystems, Inc. | Software code optimizer and method |
US11232092B2 (en) | 2018-10-29 | 2022-01-25 | Ensemble Rcm, Llc | Workflow automation on policy updates |
US11334586B1 (en) | 2021-03-15 | 2022-05-17 | Ensemble Rcm, Llc | Methods and systems for processing database records based on results of a dynamic query session |
US11354164B1 (en) | 2018-04-20 | 2022-06-07 | Automation Anywhere, Inc. | Robotic process automation system with quality of service based automation |
US20220182493A1 (en) * | 2020-12-08 | 2022-06-09 | Genesys Telecommunications Laboratories, Inc. | Method and system for robust wait time estimation in a multi-skilled contact center with abandonment |
US11372901B2 (en) | 2019-07-01 | 2022-06-28 | Ensemble Rcm, Llc | Customizing modular workflows for processing of database records |
US11531670B2 (en) | 2020-09-15 | 2022-12-20 | Ensemble Rcm, Llc | Methods and systems for capturing data of a database record related to an event |
US11537968B2 (en) * | 2018-02-06 | 2022-12-27 | Siemens Healthcare Diagnostics Inc. | Predictive inventory control including scheduling and performing bio-fluid tests out of order based on reagent inventory expiration |
US11567945B1 (en) | 2020-08-27 | 2023-01-31 | Pegasystems Inc. | Customized digital content generation systems and methods |
US11663051B2 (en) | 2020-01-07 | 2023-05-30 | International Business Machines Corporation | Workflow pipeline optimization based on machine learning operation for determining wait time between successive executions of the workflow |
US12141148B2 (en) | 2021-03-15 | 2024-11-12 | Ensemble Rcm, Llc | Methods and systems for automated processing of database records on a system of record |
Families Citing this family (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6985462B2 (en) | 2001-10-05 | 2006-01-10 | Telefonaktiebolaget Lm Ericsson (Publ) | System and method for user scheduling in a communication network |
US20030233341A1 (en) * | 2002-05-29 | 2003-12-18 | Taylor Amanda Kim | Systems and methods for work list prediction |
US7627091B2 (en) | 2003-06-25 | 2009-12-01 | Avaya Inc. | Universal emergency number ELIN based on network address ranges |
US8472612B1 (en) | 2004-01-29 | 2013-06-25 | Avaya Inc. | Call center customer queue shortcut access code |
US7130385B1 (en) | 2004-03-05 | 2006-10-31 | Avaya Technology Corp. | Advanced port-based E911 strategy for IP telephony |
US8738412B2 (en) | 2004-07-13 | 2014-05-27 | Avaya Inc. | Method and apparatus for supporting individualized selection rules for resource allocation |
US7246746B2 (en) | 2004-08-03 | 2007-07-24 | Avaya Technology Corp. | Integrated real-time automated location positioning asset management system |
US8107625B2 (en) | 2005-03-31 | 2012-01-31 | Avaya Inc. | IP phone intruder security monitoring system |
US7630487B2 (en) * | 2005-04-26 | 2009-12-08 | Cisco Technology, Inc. | Method and system for distributing calls |
KR100697866B1 (en) * | 2005-04-29 | 2007-03-22 | 한국과학기술정보연구원 | Work management system with work waiting time detection method, work waiting time detection method and recording medium recording the program |
US7821386B1 (en) | 2005-10-11 | 2010-10-26 | Avaya Inc. | Departure-based reminder systems |
US9232055B2 (en) | 2008-12-23 | 2016-01-05 | Avaya Inc. | SIP presence based notifications |
CA2783339A1 (en) * | 2012-06-04 | 2013-12-04 | Source Evolution | Priority scheduling for multi-channel context aware communication technology |
US8566414B2 (en) | 2012-10-12 | 2013-10-22 | Freedomone Mobile, Inc. | Systems and methods for subscription management in a multi-channel context aware communication environment |
US20150095029A1 (en) * | 2013-10-02 | 2015-04-02 | StarTek, Inc. | Computer-Implemented System And Method For Quantitatively Assessing Vocal Behavioral Risk |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5170355A (en) * | 1988-12-14 | 1992-12-08 | Siemens Corporate Research, Inc. | Apparatus and a method for controlling the release of jobs from a pool of pending jobs into a factory |
US5291397A (en) * | 1991-12-20 | 1994-03-01 | Powell Roger A | Method for resource allocation and project control for the production of a product |
US5446671A (en) * | 1993-10-22 | 1995-08-29 | Micron Semiconductor, Inc. | Look-ahead method for maintaining optimum queued quantities of in-process parts at a manufacturing bottleneck |
US5506898A (en) * | 1994-07-12 | 1996-04-09 | At&T Corp. | Expected wait-time indication arrangement |
US5612886A (en) * | 1995-05-12 | 1997-03-18 | Taiwan Semiconductor Manufacturing Company Ltd. | Method and system for dynamic dispatching in semiconductor manufacturing plants |
US5751580A (en) * | 1996-07-26 | 1998-05-12 | Chartered Semiconductor Manufacturing, Ltd. | Fuzzy logic method and system for adjustment of priority rating of work in process in a production line |
US5890134A (en) * | 1996-02-16 | 1999-03-30 | Mcdonnell Douglas Corporation | Scheduling optimizer |
US6115640A (en) * | 1997-01-17 | 2000-09-05 | Nec Corporation | Workflow system for rearrangement of a workflow according to the progress of a work and its workflow management method |
US6130942A (en) * | 1998-10-30 | 2000-10-10 | Ericsson Inc. | Skills-based automatic call distribution system |
US6353769B1 (en) * | 1999-03-22 | 2002-03-05 | Taiwan Semiconductor Manufacturing Company | Method for allocating lot priority by ranking lots as a function of budget queue time in a manufacturing control system |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2666755B2 (en) * | 1995-01-11 | 1997-10-22 | 日本電気株式会社 | Workflow system |
-
1999
- 1999-10-08 US US09/415,577 patent/US6463346B1/en not_active Expired - Lifetime
-
2000
- 2000-08-29 EP EP00307381A patent/EP1091307A3/en not_active Ceased
- 2000-10-02 CA CA002321605A patent/CA2321605A1/en not_active Abandoned
- 2000-10-06 KR KR1020000058767A patent/KR20010067298A/en not_active Application Discontinuation
- 2000-10-06 JP JP2000306927A patent/JP3735028B2/en not_active Expired - Fee Related
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5170355A (en) * | 1988-12-14 | 1992-12-08 | Siemens Corporate Research, Inc. | Apparatus and a method for controlling the release of jobs from a pool of pending jobs into a factory |
US5291397A (en) * | 1991-12-20 | 1994-03-01 | Powell Roger A | Method for resource allocation and project control for the production of a product |
US5446671A (en) * | 1993-10-22 | 1995-08-29 | Micron Semiconductor, Inc. | Look-ahead method for maintaining optimum queued quantities of in-process parts at a manufacturing bottleneck |
US5506898A (en) * | 1994-07-12 | 1996-04-09 | At&T Corp. | Expected wait-time indication arrangement |
US5612886A (en) * | 1995-05-12 | 1997-03-18 | Taiwan Semiconductor Manufacturing Company Ltd. | Method and system for dynamic dispatching in semiconductor manufacturing plants |
US5890134A (en) * | 1996-02-16 | 1999-03-30 | Mcdonnell Douglas Corporation | Scheduling optimizer |
US5751580A (en) * | 1996-07-26 | 1998-05-12 | Chartered Semiconductor Manufacturing, Ltd. | Fuzzy logic method and system for adjustment of priority rating of work in process in a production line |
US6115640A (en) * | 1997-01-17 | 2000-09-05 | Nec Corporation | Workflow system for rearrangement of a workflow according to the progress of a work and its workflow management method |
US6130942A (en) * | 1998-10-30 | 2000-10-10 | Ericsson Inc. | Skills-based automatic call distribution system |
US6353769B1 (en) * | 1999-03-22 | 2002-03-05 | Taiwan Semiconductor Manufacturing Company | Method for allocating lot priority by ranking lots as a function of budget queue time in a manufacturing control system |
Cited By (166)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6707903B2 (en) * | 1999-12-15 | 2004-03-16 | Avaya, Inc. | Automated workflow method for assigning work items to resources |
US20030152212A1 (en) * | 1999-12-15 | 2003-08-14 | Didina Burok | Automated workflow method for assigning work items to resources |
US6714643B1 (en) * | 2000-02-24 | 2004-03-30 | Siemens Information & Communication Networks, Inc. | System and method for implementing wait time estimation in automatic call distribution queues |
US6859529B2 (en) | 2000-04-12 | 2005-02-22 | Austin Logistics Incorporated | Method and system for self-service scheduling of inbound inquiries |
US7844504B1 (en) | 2000-04-27 | 2010-11-30 | Avaya Inc. | Routing based on the contents of a shopping cart |
US6741699B1 (en) | 2000-04-27 | 2004-05-25 | Avaya Technology Corp. | Arrangement for controlling the volume and type of contacts in an internet call center |
US6754333B1 (en) | 2000-04-27 | 2004-06-22 | Avaya Technology Corp. | Wait time prediction arrangement for non-real-time customer contacts |
US7239692B2 (en) | 2000-07-11 | 2007-07-03 | Austin Logistics Incorporated | Method and system for distributing outbound telephone calls |
US7142662B2 (en) | 2000-07-11 | 2006-11-28 | Austin Logistics Incorporated | Method and system for distributing outbound telephone calls |
USRE46420E1 (en) | 2000-07-11 | 2017-05-30 | Noble Systems Corporation | Method and system for distributing outbound telephone calls |
USRE46467E1 (en) | 2000-07-11 | 2017-07-04 | Noble Systems Corporation | Method and system for distributing outbound telephone calls |
USRE46478E1 (en) | 2000-07-11 | 2017-07-11 | Noble Systems Corporation | System and method for preemptive goals based routing of contact records |
US7657590B2 (en) * | 2001-02-07 | 2010-02-02 | Ubs Ag | Load balancing system and method |
US20020178037A1 (en) * | 2001-02-07 | 2002-11-28 | Reading Jason Albert | Load balancing system and method |
US6941514B2 (en) * | 2001-04-30 | 2005-09-06 | Bellsouth Intellectual Property Corporation | System and method for priority-based work order scheduling |
US20040260668A1 (en) * | 2001-04-30 | 2004-12-23 | Bradford David L. | System and method for priority-based work order scheduling |
US8175258B2 (en) | 2001-07-09 | 2012-05-08 | Austin Logistics Incorporated | System and method for common account based routing of contact records |
USRE44979E1 (en) | 2001-07-09 | 2014-07-01 | Noble Systems Corporation | System and method for common account based routing of contact records |
US7715546B2 (en) | 2001-07-09 | 2010-05-11 | Austin Logistics Incorporated | System and method for updating contact records |
US7158629B2 (en) | 2001-07-09 | 2007-01-02 | Austin Logistics Incorporated | System and method for preemptive goals based routing of contact records |
US7054434B2 (en) | 2001-07-09 | 2006-05-30 | Austin Logistics Incorporated | System and method for common account based routing of contact records |
US7103173B2 (en) | 2001-07-09 | 2006-09-05 | Austin Logistics Incorporated | System and method for preemptive goals based routing of contact records |
US20030167199A1 (en) * | 2002-03-01 | 2003-09-04 | Thomann Karen S. | Automated workflow means and method for pension products |
US7415417B2 (en) | 2002-03-15 | 2008-08-19 | Avaya Technology Corp. | Presence awareness agent |
US7336779B2 (en) | 2002-03-15 | 2008-02-26 | Avaya Technology Corp. | Topical dynamic chat |
US7620169B2 (en) | 2002-06-17 | 2009-11-17 | Avaya Inc. | Waiting but not ready |
US6647307B1 (en) * | 2002-11-07 | 2003-11-11 | Taiwan Semiconductor Mfg. Co. Ltd. | Method for controlling queue time constraints in a fabrication facility |
US20040255685A1 (en) * | 2003-02-03 | 2004-12-23 | Pekar Robert W. | Inflatable manometers |
US20040181446A1 (en) * | 2003-03-13 | 2004-09-16 | Vance Michael E. | Method, system and apparatus for managing workflow in a workplace |
US20050060217A1 (en) * | 2003-08-29 | 2005-03-17 | James Douglas | Customer service support system |
US20070150972A1 (en) * | 2003-09-22 | 2007-06-28 | Institut Pasteur | Method for detecting Nipah virus and method for providing immunoprotection against Henipa viruses |
US8891747B2 (en) | 2003-09-26 | 2014-11-18 | Avaya Inc. | Method and apparatus for assessing the status of work waiting for service |
US9025761B2 (en) | 2003-09-26 | 2015-05-05 | Avaya Inc. | Method and apparatus for assessing the status of work waiting for service |
US8751274B2 (en) | 2003-09-26 | 2014-06-10 | Avaya Inc. | Method and apparatus for assessing the status of work waiting for service |
US20050071212A1 (en) * | 2003-09-26 | 2005-03-31 | Flockhart Andrew D. | Method and apparatus for business time computation in a resource allocation system |
US8094804B2 (en) | 2003-09-26 | 2012-01-10 | Avaya Inc. | Method and apparatus for assessing the status of work waiting for service |
US7770175B2 (en) | 2003-09-26 | 2010-08-03 | Avaya Inc. | Method and apparatus for load balancing work on a network of servers based on the probability of being serviced within a service time goal |
US7103435B2 (en) * | 2003-10-02 | 2006-09-05 | Taiwan Semiconductor Manufacturing Co., Ltd. | System and method of control factor management |
US20050075747A1 (en) * | 2003-10-02 | 2005-04-07 | Jen-Lin Chao | System and method of control factor management |
US7376784B2 (en) | 2004-01-26 | 2008-05-20 | Hitachi Global Storage Technologies Netherlands B.V. | System and method for selecting command for execution in HDD based on benefit |
US7729490B2 (en) | 2004-02-12 | 2010-06-01 | Avaya Inc. | Post-termination contact management |
US8457300B2 (en) | 2004-02-12 | 2013-06-04 | Avaya Inc. | Instant message contact management in a contact center |
US8873739B2 (en) | 2004-02-12 | 2014-10-28 | Avaya Inc. | Instant message contact management in a contact center |
US7085367B1 (en) | 2004-02-24 | 2006-08-01 | Avaya Technology Corp. | Call duration alert |
US7885401B1 (en) | 2004-03-29 | 2011-02-08 | Avaya Inc. | Method and apparatus to forecast the availability of a resource |
US7953859B1 (en) | 2004-03-31 | 2011-05-31 | Avaya Inc. | Data model of participation in multi-channel and multi-party contacts |
US8000989B1 (en) | 2004-03-31 | 2011-08-16 | Avaya Inc. | Using true value in routing work items to resources |
US8731177B1 (en) | 2004-03-31 | 2014-05-20 | Avaya Inc. | Data model of participation in multi-channel and multi-party contacts |
US7158909B2 (en) | 2004-03-31 | 2007-01-02 | Balboa Instruments, Inc. | Method and system for testing spas |
US7734032B1 (en) | 2004-03-31 | 2010-06-08 | Avaya Inc. | Contact center and method for tracking and acting on one and done customer contacts |
US7711104B1 (en) | 2004-03-31 | 2010-05-04 | Avaya Inc. | Multi-tasking tracking agent |
US20050222786A1 (en) * | 2004-03-31 | 2005-10-06 | Tarpo James L | Method and system for testing spas |
US7949121B1 (en) | 2004-09-27 | 2011-05-24 | Avaya Inc. | Method and apparatus for the simultaneous delivery of multiple contacts to an agent |
US8234141B1 (en) | 2004-09-27 | 2012-07-31 | Avaya Inc. | Dynamic work assignment strategies based on multiple aspects of agent proficiency |
US7949123B1 (en) | 2004-09-28 | 2011-05-24 | Avaya Inc. | Wait time predictor for long shelf-life work |
US7657021B2 (en) | 2004-09-29 | 2010-02-02 | Avaya Inc. | Method and apparatus for global call queue in a global call center |
US7567653B1 (en) | 2005-03-22 | 2009-07-28 | Avaya Inc. | Method by which call centers can vector inbound TTY calls automatically to TTY-enabled resources |
US20060218012A1 (en) * | 2005-03-22 | 2006-09-28 | HERNANDEZ Andres | System for managing documents and associated document information deficiencies |
US7817796B1 (en) | 2005-04-27 | 2010-10-19 | Avaya Inc. | Coordinating work assignments for contact center agents |
US7809127B2 (en) | 2005-05-26 | 2010-10-05 | Avaya Inc. | Method for discovering problem agent behaviors |
US8578396B2 (en) | 2005-08-08 | 2013-11-05 | Avaya Inc. | Deferred control of surrogate key generation in a distributed processing architecture |
US7779042B1 (en) | 2005-08-08 | 2010-08-17 | Avaya Inc. | Deferred control of surrogate key generation in a distributed processing architecture |
US7881450B1 (en) | 2005-09-15 | 2011-02-01 | Avaya Inc. | Answer on hold notification |
US8577015B2 (en) | 2005-09-16 | 2013-11-05 | Avaya Inc. | Method and apparatus for the automated delivery of notifications to contacts based on predicted work prioritization |
US7822587B1 (en) | 2005-10-03 | 2010-10-26 | Avaya Inc. | Hybrid database architecture for both maintaining and relaxing type 2 data entity behavior |
US10572879B1 (en) | 2005-10-03 | 2020-02-25 | Avaya Inc. | Agent driven media-agnostic work item grouping and sharing over a consult medium |
US8073129B1 (en) | 2005-10-03 | 2011-12-06 | Avaya Inc. | Work item relation awareness for agents during routing engine driven sub-optimal work assignments |
US8116446B1 (en) | 2005-10-03 | 2012-02-14 | Avaya Inc. | Agent driven work item awareness for tuning routing engine work-assignment algorithms |
US8411843B1 (en) | 2005-10-04 | 2013-04-02 | Avaya Inc. | Next agent available notification |
US7787609B1 (en) | 2005-10-06 | 2010-08-31 | Avaya Inc. | Prioritized service delivery based on presence and availability of interruptible enterprise resources with skills |
US7752230B2 (en) | 2005-10-06 | 2010-07-06 | Avaya Inc. | Data extensibility using external database tables |
US8238541B1 (en) | 2006-01-31 | 2012-08-07 | Avaya Inc. | Intent based skill-set classification for accurate, automatic determination of agent skills |
US8737173B2 (en) | 2006-02-24 | 2014-05-27 | Avaya Inc. | Date and time dimensions for contact center reporting in arbitrary international time zones |
US9658735B2 (en) | 2006-03-30 | 2017-05-23 | Pegasystems Inc. | Methods and apparatus for user interface optimization |
US8442197B1 (en) | 2006-03-30 | 2013-05-14 | Avaya Inc. | Telephone-based user interface for participating simultaneously in more than one teleconference |
US10838569B2 (en) | 2006-03-30 | 2020-11-17 | Pegasystems Inc. | Method and apparatus for user interface non-conformance detection and correction |
US20070239300A1 (en) * | 2006-03-30 | 2007-10-11 | Burda Richard G | Method and system for setting rates and targets in a range management system |
US20070282636A1 (en) * | 2006-06-06 | 2007-12-06 | Siemens Medical Solutions Usa, Inc. | Document Deficiency and Workflow Management System |
US7936867B1 (en) | 2006-08-15 | 2011-05-03 | Avaya Inc. | Multi-service request within a contact center |
US8391463B1 (en) | 2006-09-01 | 2013-03-05 | Avaya Inc. | Method and apparatus for identifying related contacts |
US8811597B1 (en) | 2006-09-07 | 2014-08-19 | Avaya Inc. | Contact center performance prediction |
US8938063B1 (en) | 2006-09-07 | 2015-01-20 | Avaya Inc. | Contact center service monitoring and correcting |
US8855292B1 (en) | 2006-09-08 | 2014-10-07 | Avaya Inc. | Agent-enabled queue bypass to agent |
US7835514B1 (en) | 2006-09-18 | 2010-11-16 | Avaya Inc. | Provide a graceful transfer out of active wait treatment |
US7502460B2 (en) | 2006-11-20 | 2009-03-10 | Austin Logistics Incorporated | Method and system for distributing outbound telephone calls |
US20080162246A1 (en) * | 2007-01-03 | 2008-07-03 | International Business Machines Corporation | Method and system for contract based call center and/or contact center management |
US8767944B1 (en) | 2007-01-03 | 2014-07-01 | Avaya Inc. | Mechanism for status and control communication over SIP using CODEC tunneling |
US8189761B2 (en) * | 2007-03-15 | 2012-05-29 | Cisco Technology, Inc. | Method and system for managing calls |
US20080226059A1 (en) * | 2007-03-15 | 2008-09-18 | Shmuel Shaffer | Method and system for managing calls |
US20080243896A1 (en) * | 2007-03-28 | 2008-10-02 | General Electric Company | Systems and methods for profiling clinic workflow |
US7877270B2 (en) * | 2007-03-28 | 2011-01-25 | General Electric Company | Systems and methods for profiling clinic workflow |
US7747705B1 (en) | 2007-05-08 | 2010-06-29 | Avaya Inc. | Method to make a discussion forum or RSS feed a source for customer contact into a multimedia contact center that is capable of handling emails |
US8504534B1 (en) | 2007-09-26 | 2013-08-06 | Avaya Inc. | Database structures and administration techniques for generalized localization of database items |
US8856182B2 (en) | 2008-01-25 | 2014-10-07 | Avaya Inc. | Report database dependency tracing through business intelligence metadata |
US8831206B1 (en) | 2008-05-12 | 2014-09-09 | Avaya Inc. | Automated, data-based mechanism to detect evolution of employee skills |
US8385532B1 (en) | 2008-05-12 | 2013-02-26 | Avaya Inc. | Real-time detective |
US10375244B2 (en) | 2008-08-06 | 2019-08-06 | Avaya Inc. | Premises enabled mobile kiosk, using customers' mobile communication device |
US8116237B2 (en) | 2008-09-26 | 2012-02-14 | Avaya Inc. | Clearing house for publish/subscribe of status data from distributed telecommunications systems |
US10467200B1 (en) | 2009-03-12 | 2019-11-05 | Pegasystems, Inc. | Techniques for dynamic data processing |
US9678719B1 (en) | 2009-03-30 | 2017-06-13 | Pegasystems Inc. | System and software for creation and modification of software |
US20160098298A1 (en) * | 2009-04-24 | 2016-04-07 | Pegasystems Inc. | Methods and apparatus for integrated work management |
US8621011B2 (en) | 2009-05-12 | 2013-12-31 | Avaya Inc. | Treatment of web feeds as work assignment in a contact center |
US8964958B2 (en) | 2009-05-20 | 2015-02-24 | Avaya Inc. | Grid-based contact center |
US20100306779A1 (en) * | 2009-05-29 | 2010-12-02 | Perceptive Software, Inc. | Workflow management system and method |
US20100306005A1 (en) * | 2009-05-29 | 2010-12-02 | Perceptive Software, Inc. | Workflow Management System and Method |
WO2010138658A1 (en) * | 2009-05-29 | 2010-12-02 | Perceptive Software, Inc. | Workflow management system and method |
US9081616B2 (en) * | 2009-05-29 | 2015-07-14 | Lexmark International Technology, SA | System and method for adjusting a number of processing modules based on processing load |
US8565412B2 (en) | 2009-06-23 | 2013-10-22 | Avaya Inc. | Servicing calls in call centers based on estimated call value |
US8731182B2 (en) * | 2009-06-23 | 2014-05-20 | Avaya Inc. | Data store for assessing accuracy of call center agent service time estimates |
US8923503B2 (en) | 2009-06-23 | 2014-12-30 | Avaya Inc. | Servicing calls in call centers based on estimated call value |
US20100322406A1 (en) * | 2009-06-23 | 2010-12-23 | Avaya Inc. | Servicing Calls in Call Centers Based On Estimated Call Value |
US20100322408A1 (en) * | 2009-06-23 | 2010-12-23 | Avaya Inc. | Data Store for Assessing Accuracy of Call Center Agent Service Time Estimates |
US8644491B2 (en) | 2009-08-21 | 2014-02-04 | Avaya Inc. | Mechanism for multisite service state description |
US8385533B2 (en) | 2009-09-21 | 2013-02-26 | Avaya Inc. | Bidding work assignment on conference/subscribe RTP clearing house |
US8565386B2 (en) | 2009-09-29 | 2013-10-22 | Avaya Inc. | Automatic configuration of soft phones that are usable in conjunction with special-purpose endpoints |
US10606645B2 (en) | 2009-10-09 | 2020-03-31 | International Business Machines Corporation | Generating timing sequence for activating resources linked through time dependency relationships |
US9471379B2 (en) | 2009-10-09 | 2016-10-18 | International Business Machines Corporation | Generating timing sequence for activating resources linked through time dependency relationships |
US20110088034A1 (en) * | 2009-10-09 | 2011-04-14 | International Business Machines Corporation | Method and system for managing resources |
US8793690B2 (en) | 2009-10-09 | 2014-07-29 | International Business Machines Corporation | Generating timing sequence for activating resources linked through time dependency relationships |
US9516069B2 (en) | 2009-11-17 | 2016-12-06 | Avaya Inc. | Packet headers as a trigger for automatic activation of special-purpose softphone applications |
US8306212B2 (en) | 2010-02-19 | 2012-11-06 | Avaya Inc. | Time-based work assignments in automated contact distribution |
CN102280398A (en) * | 2010-06-13 | 2011-12-14 | 中芯国际集成电路制造(上海)有限公司 | wafer group allocation method |
CN102280398B (en) * | 2010-06-13 | 2014-01-15 | 中芯国际集成电路制造(上海)有限公司 | Wafer group allocation method |
US20120078673A1 (en) * | 2010-09-28 | 2012-03-29 | John Koke | Dynamic queueing and management system |
US9270743B2 (en) | 2011-02-18 | 2016-02-23 | Pegasystems Inc. | Systems and methods for distributed rules processing |
US20130013359A1 (en) * | 2011-07-08 | 2013-01-10 | Avaya Inc. | System and method for scheduling based on service completion objectives |
US10579947B2 (en) * | 2011-07-08 | 2020-03-03 | Avaya Inc. | System and method for scheduling based on service completion objectives |
US10572236B2 (en) | 2011-12-30 | 2020-02-25 | Pegasystems, Inc. | System and method for updating or modifying an application without manual coding |
US8675860B2 (en) | 2012-02-16 | 2014-03-18 | Avaya Inc. | Training optimizer for contact center agents |
US9063527B2 (en) * | 2012-03-22 | 2015-06-23 | Kabushiki Kaisha Toshiba | Scheduling device and method therefor |
US20130253680A1 (en) * | 2012-03-22 | 2013-09-26 | Kabushiki Kaisha Toshiba | Scheduling device and method therefor |
US11392904B2 (en) | 2012-07-30 | 2022-07-19 | Verint Americas Inc. | System and method of scheduling work within a workflow with defined process goals |
US10032136B1 (en) | 2012-07-30 | 2018-07-24 | Verint Americas Inc. | System and method of scheduling work within a workflow with defined process goals |
US10878382B2 (en) | 2012-07-30 | 2020-12-29 | Verint Americas Inc. | System and method of scheduling work within a workflow with defined process goals |
US11379800B2 (en) | 2012-07-30 | 2022-07-05 | Verint Americas Inc. | System and method of scheduling work within a workflow with defined process goals |
US10769567B1 (en) | 2012-07-30 | 2020-09-08 | Verint Americas Inc. | System and method of scheduling work within a workflow with defined process goals |
US10469396B2 (en) | 2014-10-10 | 2019-11-05 | Pegasystems, Inc. | Event processing with enhanced throughput |
US11057313B2 (en) | 2014-10-10 | 2021-07-06 | Pegasystems Inc. | Event processing with enhanced throughput |
US10866835B2 (en) | 2015-11-23 | 2020-12-15 | Hewlett-Packard Development Company, L.P. | Data usage effectiveness determination |
WO2017091195A1 (en) * | 2015-11-23 | 2017-06-01 | Hewlett-Packard Development Company, L.P. | Data usage effectiveness determination |
US11816616B2 (en) * | 2016-05-20 | 2023-11-14 | International Business Machines Corporation | Workflow scheduling and optimization tools |
US20170337492A1 (en) * | 2016-05-20 | 2017-11-23 | International Business Machines Corporation | Workflow scheduling and optimization tools |
US10698599B2 (en) | 2016-06-03 | 2020-06-30 | Pegasystems, Inc. | Connecting graphical shapes using gestures |
US10698647B2 (en) | 2016-07-11 | 2020-06-30 | Pegasystems Inc. | Selective sharing for collaborative application usage |
US11025707B1 (en) | 2017-06-20 | 2021-06-01 | Amazon Technologies, Inc. | Dynamic execution resource selection for customized workflow tasks |
US11627180B2 (en) | 2017-06-20 | 2023-04-11 | Amazon Technologies, Inc. | Dynamic execution resource selection for customized workflow tasks |
US10860585B2 (en) | 2017-12-08 | 2020-12-08 | Ensemble Rcm, Llc | Workflow automation through tagging of database records |
US10977243B2 (en) | 2018-01-22 | 2021-04-13 | Ensemble Rcm, Llc | Processing of transaction records in a database based on reason codes |
US11537968B2 (en) * | 2018-02-06 | 2022-12-27 | Siemens Healthcare Diagnostics Inc. | Predictive inventory control including scheduling and performing bio-fluid tests out of order based on reagent inventory expiration |
US10977239B2 (en) * | 2018-02-26 | 2021-04-13 | Ensemble Rcm, Llc | Adapting workflows based on constrained optimizations |
US10908950B1 (en) * | 2018-04-20 | 2021-02-02 | Automation Anywhere, Inc. | Robotic process automation system with queue orchestration and task prioritization |
US11354164B1 (en) | 2018-04-20 | 2022-06-07 | Automation Anywhere, Inc. | Robotic process automation system with quality of service based automation |
US11010340B2 (en) | 2018-07-09 | 2021-05-18 | Ensemble Rcm, Llc | Adapting workflows based on expected results |
US11048488B2 (en) | 2018-08-14 | 2021-06-29 | Pegasystems, Inc. | Software code optimizer and method |
US11232092B2 (en) | 2018-10-29 | 2022-01-25 | Ensemble Rcm, Llc | Workflow automation on policy updates |
US20200134059A1 (en) * | 2018-10-31 | 2020-04-30 | Salesforce.Com, Inc. | Automatic rearrangement of process flows in a database system |
US10929367B2 (en) * | 2018-10-31 | 2021-02-23 | Salesforce.Com, Inc. | Automatic rearrangement of process flows in a database system |
US10929128B2 (en) | 2018-11-29 | 2021-02-23 | Ensemble Rcm, Llc | Vectorization for parsing of complexly structured files |
US11372901B2 (en) | 2019-07-01 | 2022-06-28 | Ensemble Rcm, Llc | Customizing modular workflows for processing of database records |
US11663051B2 (en) | 2020-01-07 | 2023-05-30 | International Business Machines Corporation | Workflow pipeline optimization based on machine learning operation for determining wait time between successive executions of the workflow |
US11567945B1 (en) | 2020-08-27 | 2023-01-31 | Pegasystems Inc. | Customized digital content generation systems and methods |
US11531670B2 (en) | 2020-09-15 | 2022-12-20 | Ensemble Rcm, Llc | Methods and systems for capturing data of a database record related to an event |
US20220182493A1 (en) * | 2020-12-08 | 2022-06-09 | Genesys Telecommunications Laboratories, Inc. | Method and system for robust wait time estimation in a multi-skilled contact center with abandonment |
US11716423B2 (en) * | 2020-12-08 | 2023-08-01 | Genesys Cloud Services, Inc. | Method and system for robust wait time estimation in a multi-skilled contact center with abandonment |
US11334586B1 (en) | 2021-03-15 | 2022-05-17 | Ensemble Rcm, Llc | Methods and systems for processing database records based on results of a dynamic query session |
US12141148B2 (en) | 2021-03-15 | 2024-11-12 | Ensemble Rcm, Llc | Methods and systems for automated processing of database records on a system of record |
Also Published As
Publication number | Publication date |
---|---|
EP1091307A2 (en) | 2001-04-11 |
KR20010067298A (en) | 2001-07-12 |
JP3735028B2 (en) | 2006-01-11 |
JP2001167202A (en) | 2001-06-22 |
CA2321605A1 (en) | 2001-04-08 |
EP1091307A3 (en) | 2001-08-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6463346B1 (en) | Workflow-scheduling optimization driven by target completion time | |
US6661889B1 (en) | Methods and apparatus for multi-variable work assignment in a call center | |
US6263065B1 (en) | Method and apparatus for simulating central queue for distributing call in distributed arrangement of automatic call distributors | |
US6563920B1 (en) | Methods and apparatus for processing of communications in a call center based on variable rest period determinations | |
JP3877939B2 (en) | Method and apparatus for calculating work waiting time from current processing stage of preceding work item | |
JP3759359B2 (en) | Adjusting call selection to achieve performance metrics targets based on call center segments | |
US8050955B2 (en) | Method for forecasting and managing multimedia contacts | |
US5826238A (en) | Daily target generation and machine allocation with priority | |
US20060167729A1 (en) | Method and system for scheduling a customer service callback | |
JP2000232522A (en) | Selection of call based on continuous technology level of call center | |
US20090292581A1 (en) | System, method and computer-accessible medium for making worker distribution plan on the basis of updated skill assessment data | |
CN102779367A (en) | Scheduling method of queuing processing system and queuing machine for prediction of service processing time | |
Babiceanu et al. | Real-time holonic scheduling of material handling operations in a dynamic manufacturing environment | |
WO2017182879A1 (en) | Techniques for benchmarking pairing strategies in a contact center system | |
US12008494B2 (en) | Techniques for behavioral pairing in a multistage task assignment system | |
CN110175073B (en) | Scheduling method, sending method, device and related equipment of data exchange job | |
Linn et al. | A simulation analysis of sequencing rules for ASRS in a pull-based assembly facility | |
JPH0561507A (en) | Jyobushiyo Production Control System | |
US11250359B2 (en) | Techniques for workforce management in a task assignment system | |
JPH0930616A (en) | Inventory management device | |
JP2008139919A (en) | Scheduling method for production fluctuation | |
JP2003263213A (en) | Production management system and production management method | |
JP2001100832A (en) | System for delivery date calculation, and method for calculating delivery date for ordered product | |
Adewusi et al. | Modelling Customer’s Satisfaction at Portofino Eatery Ado-Ekiti Using Queuing Theory | |
CN119047803A (en) | Intelligent scheduling method and device for vehicle maintenance, electronic equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: LUCENT TECHNOLOGIES, INC., NEW JERSEY Free format text: INVALID ASSIGNMENT;ASSIGNORS:FLOCKHART, ANDREW D.;MAXWELL, DARRYL J.;MCFARLANE, KEITH ROBERT;AND OTHERS;REEL/FRAME:010311/0804;SIGNING DATES FROM 19990921 TO 19990924 Owner name: LUCENT TECHNOLOGIES INC., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:FLOCKHART, ANDREW D.;MAXWELL, DARRYL J.;MCFARLANE, KEITH ROBERT;AND OTHERS;REEL/FRAME:010853/0909;SIGNING DATES FROM 19990921 TO 19990924 |
|
AS | Assignment |
Owner name: AVAYA TECHNOLOGY CORP., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LUCENT TECHNOLOGIES INC.;REEL/FRAME:012707/0562 Effective date: 20000929 |
|
AS | Assignment |
Owner name: BANK OF NEW YORK, THE, NEW YORK Free format text: SECURITY INTEREST;ASSIGNOR:AVAYA TECHNOLOGY CORP.;REEL/FRAME:012816/0088 Effective date: 20020405 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: CITIBANK, N.A., AS ADMINISTRATIVE AGENT, NEW YORK Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020156/0149 Effective date: 20071026 Owner name: CITIBANK, N.A., AS ADMINISTRATIVE AGENT,NEW YORK Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020156/0149 Effective date: 20071026 |
|
AS | Assignment |
Owner name: CITICORP USA, INC., AS ADMINISTRATIVE AGENT, NEW Y Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020166/0705 Effective date: 20071026 Owner name: CITICORP USA, INC., AS ADMINISTRATIVE AGENT, NEW YORK Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020166/0705 Effective date: 20071026 Owner name: CITICORP USA, INC., AS ADMINISTRATIVE AGENT,NEW YO Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020166/0705 Effective date: 20071026 |
|
AS | Assignment |
Owner name: AVAYA INC, NEW JERSEY Free format text: REASSIGNMENT;ASSIGNOR:AVAYA TECHNOLOGY LLC;REEL/FRAME:021158/0310 Effective date: 20080625 |
|
AS | Assignment |
Owner name: AVAYA TECHNOLOGY LLC, NEW JERSEY Free format text: CONVERSION FROM CORP TO LLC;ASSIGNOR:AVAYA TECHNOLOGY CORP.;REEL/FRAME:022071/0420 Effective date: 20051004 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: BANK OF NEW YORK MELLON TRUST, NA, AS NOTES COLLATERAL AGENT, THE, PENNSYLVANIA Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA INC., A DELAWARE CORPORATION;REEL/FRAME:025863/0535 Effective date: 20110211 Owner name: BANK OF NEW YORK MELLON TRUST, NA, AS NOTES COLLAT Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA INC., A DELAWARE CORPORATION;REEL/FRAME:025863/0535 Effective date: 20110211 |
|
AS | Assignment |
Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE, PENNSYLVANIA Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA, INC.;REEL/FRAME:030083/0639 Effective date: 20130307 Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE, Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA, INC.;REEL/FRAME:030083/0639 Effective date: 20130307 |
|
FPAY | Fee payment |
Year of fee payment: 12 |
|
AS | Assignment |
Owner name: CITIBANK, N.A., AS ADMINISTRATIVE AGENT, NEW YORK Free format text: SECURITY INTEREST;ASSIGNORS:AVAYA INC.;AVAYA INTEGRATED CABINET SOLUTIONS INC.;OCTEL COMMUNICATIONS CORPORATION;AND OTHERS;REEL/FRAME:041576/0001 Effective date: 20170124 |
|
AS | Assignment |
Owner name: OCTEL COMMUNICATIONS LLC (FORMERLY KNOWN AS OCTEL COMMUNICATIONS CORPORATION), CALIFORNIA Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 041576/0001;ASSIGNOR:CITIBANK, N.A.;REEL/FRAME:044893/0531 Effective date: 20171128 Owner name: AVAYA INTEGRATED CABINET SOLUTIONS INC., CALIFORNIA Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 041576/0001;ASSIGNOR:CITIBANK, N.A.;REEL/FRAME:044893/0531 Effective date: 20171128 Owner name: AVAYA INC. (FORMERLY KNOWN AS AVAYA TECHNOLOGY COR Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 012816/0088;ASSIGNOR:THE BANK OF NEW YORK;REEL/FRAME:044892/0158 Effective date: 20171128 Owner name: AVAYA INC., CALIFORNIA Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 025863/0535;ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST, NA;REEL/FRAME:044892/0001 Effective date: 20171128 Owner name: AVAYA INC., CALIFORNIA Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 041576/0001;ASSIGNOR:CITIBANK, N.A.;REEL/FRAME:044893/0531 Effective date: 20171128 Owner name: VPNET TECHNOLOGIES, INC., CALIFORNIA Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 041576/0001;ASSIGNOR:CITIBANK, N.A.;REEL/FRAME:044893/0531 Effective date: 20171128 Owner name: OCTEL COMMUNICATIONS LLC (FORMERLY KNOWN AS OCTEL Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 041576/0001;ASSIGNOR:CITIBANK, N.A.;REEL/FRAME:044893/0531 Effective date: 20171128 Owner name: AVAYA INTEGRATED CABINET SOLUTIONS INC., CALIFORNI Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 041576/0001;ASSIGNOR:CITIBANK, N.A.;REEL/FRAME:044893/0531 Effective date: 20171128 Owner name: AVAYA INC., CALIFORNIA Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 030083/0639;ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.;REEL/FRAME:045012/0666 Effective date: 20171128 |
|
AS | Assignment |
Owner name: AVAYA, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 Owner name: VPNET TECHNOLOGIES, INC., NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 Owner name: SIERRA HOLDINGS CORP., NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 Owner name: OCTEL COMMUNICATIONS LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 Owner name: AVAYA TECHNOLOGY, LLC, NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 |
|
AS | Assignment |
Owner name: GOLDMAN SACHS BANK USA, AS COLLATERAL AGENT, NEW YORK Free format text: SECURITY INTEREST;ASSIGNORS:AVAYA INC.;AVAYA INTEGRATED CABINET SOLUTIONS LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:045034/0001 Effective date: 20171215 Owner name: GOLDMAN SACHS BANK USA, AS COLLATERAL AGENT, NEW Y Free format text: SECURITY INTEREST;ASSIGNORS:AVAYA INC.;AVAYA INTEGRATED CABINET SOLUTIONS LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:045034/0001 Effective date: 20171215 |
|
AS | Assignment |
Owner name: CITIBANK, N.A., AS COLLATERAL AGENT, NEW YORK Free format text: SECURITY INTEREST;ASSIGNORS:AVAYA INC.;AVAYA INTEGRATED CABINET SOLUTIONS LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:045124/0026 Effective date: 20171215 |
|
AS | Assignment |
Owner name: AVAYA INTEGRATED CABINET SOLUTIONS LLC, NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS AT REEL 45124/FRAME 0026;ASSIGNOR:CITIBANK, N.A., AS COLLATERAL AGENT;REEL/FRAME:063457/0001 Effective date: 20230403 Owner name: AVAYA MANAGEMENT L.P., NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS AT REEL 45124/FRAME 0026;ASSIGNOR:CITIBANK, N.A., AS COLLATERAL AGENT;REEL/FRAME:063457/0001 Effective date: 20230403 Owner name: AVAYA INC., NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS AT REEL 45124/FRAME 0026;ASSIGNOR:CITIBANK, N.A., AS COLLATERAL AGENT;REEL/FRAME:063457/0001 Effective date: 20230403 Owner name: AVAYA HOLDINGS CORP., NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS AT REEL 45124/FRAME 0026;ASSIGNOR:CITIBANK, N.A., AS COLLATERAL AGENT;REEL/FRAME:063457/0001 Effective date: 20230403 |
|
AS | Assignment |
Owner name: AVAYA MANAGEMENT L.P., NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 Owner name: CAAS TECHNOLOGIES, LLC, NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 Owner name: HYPERQUALITY II, LLC, NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 Owner name: HYPERQUALITY, INC., NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 Owner name: ZANG, INC. (FORMER NAME OF AVAYA CLOUD INC.), NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 Owner name: VPNET TECHNOLOGIES, INC., NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 Owner name: OCTEL COMMUNICATIONS LLC, NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 Owner name: AVAYA INTEGRATED CABINET SOLUTIONS LLC, NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 Owner name: INTELLISIST, INC., NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 Owner name: AVAYA INC., NEW JERSEY Free format text: RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001);ASSIGNOR:GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT;REEL/FRAME:063779/0622 Effective date: 20230501 |