WO1994029804A1 - Process management system - Google Patents

Process management system Download PDF

Info

Publication number
WO1994029804A1
WO1994029804A1 PCT/US1994/006688 US9406688W WO9429804A1 WO 1994029804 A1 WO1994029804 A1 WO 1994029804A1 US 9406688 W US9406688 W US 9406688W WO 9429804 A1 WO9429804 A1 WO 9429804A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
action
tasks
handler
job
Prior art date
Application number
PCT/US1994/006688
Other languages
French (fr)
Inventor
Boma Richard Koko
Original Assignee
Electronic Data Systems Corporation
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
Application filed by Electronic Data Systems Corporation filed Critical Electronic Data Systems Corporation
Priority to AU72071/94A priority Critical patent/AU7207194A/en
Publication of WO1994029804A1 publication Critical patent/WO1994029804A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • This invention relates to computer-aided business management, and more particularly to a method for managing the processes followed by a business enterprise.
  • PDM Process data management
  • Information Manager is a term used to describe computer-based methods for managing product design and manufacture.
  • An example of a PDM system is the Information Manager system, sold by Electronic Data Systems.
  • the design of the Information Manager system is based on the objects it manipulates.
  • the primary focus of the system is on representing the enterprise in terms of its objects and operations on them.
  • object classes are derived by modeling enterprise operations such as design, manufacture, administration, project management, and cost control.
  • a method of using a computer to manage a process followed by a business enterprise receives process definition data that specifies the process to be followed as a series of tasks, and stores the process definition data as a model of the process.
  • the computer system stores a set of actions that may be performed on tasks, to change said tasks from a current state to a next state. It also stores a set , of business rules that determine whether an action can be performed, each business rule having at least one condition.
  • the computer receives job specification data that specifies a job to be performed in accordance with the process. It then assembles a task disposition list representing at least one task to be performed during the job and the state of said task.
  • EPM Electronic Planar Processing
  • It outputs the task disposition list to a user, and receives action input from a user representing an action to be taken toward disposition of the task. It evaluates a business rule associated with the task, and performs the action if the business rule is satisfied. It then changes the state of said task to a next state. This process is repeated for each task, until all tasks of a job have been completed.
  • An advantage of the EPM system is that it provides a means by which a business enterprise can describe its processes. The system can then create instances of those processes in terms of "jobs" that it manages. It applies business rules to these processes so that consistent results are achieved. It manages data produced during a job and associates the data to the job.
  • EPM 12 ensures that processes are properly executed so that the right tasks are performed at the right time by the right person. It notifies assignees of tasks that their task is ready for action and provides that person with relevant data produced during previously performed tasks.
  • the system is especially useful for training new members of an enterprise who perform certain processes as described to the EPM system by experts.
  • EPM system provides a means for a business enterprise to model its processes "generically”. At the same time, it permits the attachment of data to a particular job on an "ad hoc" basis.
  • This combination of generic process models with the ability to attach job-specific data provides the enterprise with the ability to deal with change and job-to-job differences, while encouraging consistency and repeatability to the extent practicable.
  • FIG. 1 illustrates a computer-based PDM system, with which an EPM in accordance with the invention is used.
  • Figure 2 illustrates the basic steps of a computer- based method of managing a process in accordance with the invention.
  • Figure 3 illustrates the data classes used by EPM 12 to model a process.
  • Figure 4 is an example of a process definition dialog.
  • Figure 5 is an example of a task definition dialog.
  • Figure 6 is an example of a handler definition dialog.
  • Figure 7 is a syntax diagram of the main body of a task definition as stored by EPM.
  • Figure 8 is a syntax diagram of a business rule.
  • Figure 9 is a syntax diagram of an action handler or business rule handler.
  • Figure 10 is an example of a job status dialog.
  • Figure 11 is an example of task disposition dialog.
  • Figure 12 is an example of a user's in-box.
  • Figure 13 illustrates a change request form for initiating a job.
  • Figure 14 illustrates an in-box for the change request job.
  • Figure 15 illustrates a task disposition dialog for the change request job.
  • Figure 16 illustrates a disposition of a task of the change request job.
  • Figure 17 illustrates a list of tasks and other objects associated with the change request job.
  • FIG. 1 illustrates a computer system for implementing a product data manager (PDM) 10, with which an enterprise process manager (EPM) 12 is integrated.
  • EPM 12 is a type of PDM module that deals with modeling and managing processes in accordance with the invention described herein.
  • PDM product data manager
  • EPM 12 enterprise process manager
  • PDM 10 is stored in memory of, and is executed by, a conventional computer system 11, such as a VAX/VMS or a
  • the computer system is part of a distributed network of workstations having a number of computers 11.
  • the operating system includes a windows type sub-system, which supports various graphical user interfaces, such as dialog boxes and selection buttons.
  • Computer 11 is in communication with input and output devices, which for purposes of this description are a keyboard, pointing device, and graphics display.
  • EPM 12 may be integrated with other PDM modules 12a, which implement various PDM tasks.
  • An advantage of implementing EPM 12 as a part of a more comprehensive set of PDM modules 12a is that it can then make use of data from other program modules and deliver data to them.
  • a product structure manager (PSM) module might model the design of a product to be manufactured, with data from that module being provided to EPM 12 to indicate that certain components are to be assembled.
  • An enterprise resource manager (ERM) module might model how resources such as materials and employees are made available for use by the processes modeled by the EPM 12.
  • EPM 12 stores a model of at least one process, as specified by a user. Specification of a process is based on the assumption that most activities of an enterprise are sufficiently structured to be described with a given syntax. In this connection, process steps are modeled as tasks. Actions performed as part of a task may be affected by business rules associated with those actions.
  • EPM 12 The computer programming used to implement EPM 12 is based on object-oriented design.
  • data is associated with classes, which have hierarchies and relationships. Classes specify what data they store and what operations can be performed on them. Instances of data classes are objects, and are derived by modeling the operations of various application domains. It is representations of these objects that are manipulated by user interface 16, with graphical icons, dialogs, and selection buttons.
  • tasks, business rules, and actions are data classes whose objects represent a particular enterprise.
  • EPM 12 also stores "handlers", which are run-time functions defined for actions or business rules. Evaluation of a business rule or execution of an action may invoke an associated handler, which may be as simple as some sort of flag checking function or may be as complex as a decision support program. These handlers provide for process management that is customized to a particular enterprise. More specifically, actions and business rules can be defined generally, with different handlers being used to determine how actions are performed and how business rules are evaluated.
  • EPM 12 permits customized actions, business rules, and handlers, an advantage of the invention is that many aspects of business enterprises can be modeled "generically”. That is, many enterprises share common business rules. Also, many actions involved in performance of tasks are common to all tasks, such as "assign" or "start” or “complete”.
  • PDM platform 14 provides a base upon which the rest of the PDM system 10 is built. It has several modules, including a persistent object manager (POM) .
  • the POM provides the following services: mapping object representation to relational representation, messaging, and concurrent access control.
  • platform layer 14 isolates PSM 12 and other PDM modules 12a from the operating system and other sub-systems of computer 11.
  • User interface layer 16 is comprised of user application programming built on the underlying architecture. Because EPM 12 and other PDM modules 12a are designed for customization via user interface 16, they comply with the programming strategy often referred to as "toolkit" design.
  • Figure 2 illustrates the basic steps of a computer- based method of managing a process performed by a business enterprise, in accordance with the invention.
  • Figure 2 is an overview; each step is discussed in detail in connection with Figures 3 - 12.
  • a characteristic of the method is that it is interactive with a user. Thus, some steps of the method involve receiving input from a user. Also, different types of users within an enterprise might be involved during different steps. With respect to steps 202 - 208, a system administrator might be responsible for entering business rules and actions and process and task definitions. With respect to step 212, a supervisor might be responsible for creating jobs. With respect to step 218, a worker to whom a task is assigned might be responsible for entering actions. However, the method is the same regardless whether a single user, or different users, take these roles. It should also be understood, that in some cases, the "user” might be other programming that serves PDM 12 by providing data input. For purposes of this description, these various types of users are referred to as simply "the user".
  • Operation of PDM 12 has two phases.
  • a first phase is a process definition phase, in which business rules, actions, and tasks associated with a process are defined and stored in memory.
  • Steps 202-210 comprise this process definition phase.
  • a second phase is a process execution phase, in which specific instances of the process are managed, on a task by task basis, to disposition.
  • Steps 212-229 comprise this second phase. In a more general sense, these stages are set-up and run-time phases, respectively.
  • Step 202 is storing a set of business rules to be followed during the process.
  • Each business rule is an "if- then" type rule, having a set of conditions associated with its "if" side and at least one "action” associated with its "then” side. As explained below, the action is performed only if the conditions are met.
  • Business rules state what should be done or what should not be done in specific situations. They may manifest themselves as constraints or as collections of empirical knowledge. Some rules govern other rules, by stating when other rules can be ignored or when other rules must be applied. A business rule does not change data, but rather, determines when and if an action can be performed.
  • Step 204 is storing a set of actions that may be performed to change the state of any task.
  • actions are activities whose successful completion cause a change of state of a task.
  • the following are examples of actions: assign, start, do, complete, suspend, resume, skip, abort, refuse, and undo.
  • Examples of task states are: unassigned, pending, started, completed, suspended, skipped, and aborted.
  • Appendix A is a table of the relationships between states and actions. An exception to the general case of an action resulting in a change of state is the action, do, which can be repeatedly executed without a change of state.
  • Step 206 is receiving data representing a process definition.
  • a "process” is defined as an ordered sequence of tasks performed by an enterprise in order to accomplish the purpose of its business.
  • Step 208 is receiving data from a user representing definitions of tasks of the process. These definitions may include references to action handlers and to business rule handlers, whose programming is stored in accordance with steps 202 and 204.
  • the tasks may call for either manual or automated disposition. For example, a manual task might require a physical prototype of a new product to be built, whereas an automated task might require a geometric model to be modified.
  • Step 210 is storing the process definition data and the task definition data as a process model, to which specific instances can be mapped during run-time process management.
  • Step 212 is receiving a job specification.
  • a job is a specific instance of a process, and represents a process to be managed by the run-time aspects of the invention.
  • Step 214 is assembling a task list for the job specified in step 212.
  • This list may be sorted and combined with other task lists, such as to list tasks assigned to a particular person.
  • the list may be formatted into various displays of tasks to be performed together with other relevant data, such task states and the person to whom each task has been assigned.
  • Step 216 is presenting a task to a user, whether in the form of an in-box or some other form.
  • Step 218 is receiving data, representing explicitly or implicitly, some action to be performed for the task. In this sense, EPM 12 "prods" the user for task disposition and waits for input.
  • Step 220 is evaluating any business rule associated with the action requested for that task. This includes execution of any business rule handlers specified for that action in the task. The business rule evaluation returns a "go" or "no go” decision to indicate whether its conditions permit a proposed action to be performed, i.e., whether the business rule is satisfied.
  • Step 222 is reached only if step 220 returns a "go" decision.
  • the action is performed, which may include execution of any action handlers specified for that task and that action.
  • Step 224 is performed if the action returns no errors, and results in a change of state of the task.
  • Figure 3 illustrates the data classes used by EPM 12 to model a process with- data that represents tasks, business rules, and actions.
  • task objects are defined by specifying business rules and actions associated with them.
  • Business rule conditions govern actions, in the sense that no action can be performed if its associated conditions are not met.
  • a task is related to other tasks by the job specification in which it is included. Objects of other data classes may also be attached to a task, and may be carried from a previous task to a successor task, so that relevant data is retained.
  • Appendix B describes several of the data classes used by EPM 12 in further detail. Consistent with object- oriented data representation, these data classes have methods and attributes associated with them.
  • Figures 4 - 6 are examples of how a human user enters a process definition and task definitions during the process definition phase of operation. This data may include references to other data already stored, such as to actions, business rules, and handlers. The entered data and the stored data is used by EPM 12 to create the objects of Figure 3 and assemble a process model.
  • Figure 4 is a process definition dialog 40, with which the user enters data to define a process followed by a particular enterprise.
  • the user specifies a unique process name, and optionally, a process description.
  • the user also lists tasks of the process. Each process has a root task that takes the name of the process. All other tasks are added as sub-tasks of the root task or as sub-tasks of other sub-tasks.
  • a task may be a declaration that another already- defined process should he started. Such a task is indicated by a "Y" in the "invoked" column of the process definition dialog.
  • Figure 5 is a task definition dialog 50, with which a user enters data to define tasks. The user enters a task name, and optionally, a task description. Tasks are "re- useable" in the sense that task names are not unique to a process and different processes may include the same task.
  • the user may specify one or more action handlers. For example, in Figure 5, the action, start, has two handlers. One handler inherits data from the previous task. The other handler sets protection for objects during this task.
  • Appendix C describes the inherit handler as well as other examples of action handlers.
  • the user specifies one or more business rule handlers.
  • Appendix C describes the check-completion handler as well as other examples of business rule handlers.
  • a business rule can be defined as a number of sub- rules, each with its own handler. If this is the case, the user may also specify a quorum number, which is less than the number of business rules.
  • EPM 12 This permits EPM 12 to consider a business rule as satisfied if a quorum of handlers for that rule return a "go" decision.
  • the user may also specify an override privilege for a business rule handler, as indicated in the "priv” column, to permit one handler to override others.
  • the user may also specify that a business rule handler can be negated, as indicated in the "not” column.
  • the specification of a quorum, an override privilege, or negation are alternative means of satisfying a business rule associated with a task.
  • An example of a typical business rule is a rule that protects an object created during a job once it has reached certain stages of development. For example, if the job is one of product development, business rules may allow it to be changed only by certain members of an enterprise.
  • Figure 6 is a handler definition dialog 60 for declaring an action handler or a business rule handler for a particular action of a task.
  • the user enters a name, and optionally, one or more arguments.
  • Appendix B sets out examples of several action handlers and business rule handlers.
  • the business rule handlers correspond to "generic" business rules that any business might be expected to follow.
  • the action handlers correspond to how certain actions may be carried out in a manner common to a number of different enterprises.
  • the handlers of Appendix B are examples of "generic" handlers that might be stored in libraries of database 13.
  • Some business rules, actions, and handlers might not be "generic” , in that they are unique to a particular enterprise, but may be re-useable for different processes, jobs, or tasks. This re-usability of handlers promotes consistency within an enterprise.
  • EPM 12 Using the data entered by the user, EPM 12 assembles a process model.
  • the following code form is illustrative of a process model stored by EPM 12:
  • PROCESS :: PROCESS TASK-DEF-BODY
  • Figures 7 - 9 are syntax diagrams of the process model. Specifically, Figure 7 illustrates the syntax of a task, as a recursive set of the task definitions for a process.
  • the keyword, process starts a process definition if followed by a task-body.
  • a process is a special case of a task, i.e., a root task, and is associated with a process definition file.
  • the keyword, process may also appear in the definition of a task, in which case it represents an already defined process.
  • the keyword, task starts the definition of a task. It is followed by a task-body, which contains zero or more actions, business rules, or other task definitions and declarations.
  • the keyword, action represents an action that may be performed. It may or may not invoke a user-specified handler. Regardless of whether there is an action handler, the keyword, business rule, invokes a business rule handler to determine whether conditions permit a proposed action to be allowed.
  • Figure 8 illustrates the syntax of a business rule, for determining whether ah action, identified as A-ID, should be allowed.
  • the model includes a handler and any override or negation data such as specified with dialogs 50 and 60.
  • Figure 9 illustrates the syntax of a handler.
  • a handler has a string of argument data, which are passed to the handler during job management.
  • a tag to identify the job and task is also passed.
  • EPM 12 allows for process flow control that involves task branching. More specifically, business rules can be defined to model OR conditions by ensuring that only a desired task has its business rule(s) satisfied for a particular case. OR conditions are exemplified by what-if, if-then-else, and case-of conditions.
  • An AND condition is one in which several tasks must be completed before a subsequent task can be performed. This is modeled by making the tasks to be AND'd arguments of a check-completion rule in a subsequent task.
  • the following is an example of an AND model, where Task E cannot be started until Tasks B - D have been completed:
  • EPM 12 may manage specific instances of that process, which are referred to herein as "jobs". In this aspect of its operation, EPM 12 permits users to create jobs and dispose of tasks.
  • Figure 10 is an example of a job dialog box 100, such as a user might use to create a new job or review the status of its tasks.
  • the user is a supervisor, Mary Ann, who has entered a job named ECO-125-A.
  • EPM 12 automatically lists the tasks for this job.
  • each of its tasks has an unassigned state.
  • the "assign" button of dialog 100 a user can assign a task.
  • the "responsibility" column indicates that tasks have already been assigned.
  • the user might enter data representing a resource pool, and an assignment automatically made by EPM 12 to a member of that pool.
  • the "assign" action might invoke one or more action handlers or business rules that govern, respectively, how the assignment is to be carried out, or whether the requested assignment is permissible.
  • the job is in progress, as indicated by the differing task states. Once a job is in progress, its tasks are always each in a known state.
  • buttons of the dialog box 100 permit the user to see or edit details of each task. The user may select a task, and then a button to "open" the task.
  • the job dialog 100 of Figure 10 is an example of a means for a user to explicitly create a job.
  • An example of how a user might implicitly cause EPM 12 to create a job is discussed below in connection with Figure 13.
  • Figure 11 is an example of a task disposition dialog
  • EPM 12 when EPM 12 generates dialog 110, a user might use a job dialog 100 to select the task "validate change request" and then the "open” button.
  • Each task has an extendable list of objects attached to it.
  • these objects are instances of the other data classes discussed above in connection with Figure 3.
  • the user can add, delete, modify, or simply view objects associated with the task.
  • the user might select the object DRW-125-A, which is a drawing, and use the "open" button to view the drawing.
  • the ability to edit objects created by other PDM modules is an advantage of integrating EPM 12 with other PDM modules.
  • a user By entering data to dialog 110, a user can perform an action and change the state of a task. The user can change the state of the task by selecting an appropriate button.
  • the permitted actions are a matter of presentation, in that buttons for all or only some actions may be displayed.
  • Figure 12 is an example of an "in-box" 120 for reviewing the state of jobs assigned to a particular person or resource pool.
  • An in-box 120 is a means for EPM 12 to inform a user that a task needs action.
  • the specification of a job includes assigning responsibility for performance of each task to a particular person. Once the assignment is made, the task appears in that person's in-box 120.
  • an in-box 120 is a display of tasks assigned to a particular person.
  • An example of when EPM 12 displays i ⁇ -box 120 is in response to a user's explicit inquiry for all tasks assigned to him or to his resource pool. As with tasks listed in the job description dialog
  • a task from an in-box 120 can be selected and opened. This permits a person, such as the person who is performing the task, to add or delete data attached to the task. A user, depending on his role and privileges, can see the job of which his task is a part, the definition of the job, and conditions that have been or need to be met.
  • dialog 120 permits the user to view a display of the tasks of the entire job, such as by means of dialog 100.
  • any user may view and edit any data associated with a job, for which he has access rights.
  • Dialog 110 and in-box 120 are two examples of task disposition dialogs, with which a user can explicitly request EPM 12 to perform an action.
  • Dialog 110 lists tasks according to job
  • in-box 120 lists tasks according to user.
  • selection of a button is an example of a user's explicit change of state of a task.
  • EPM 12 also accommodates a change in state that is implied from a user's input. For example, a task might be for a user to examine some data. When the user's examination is complete, the user might enter data into a computer-generated form to implicitly indicate completion.
  • any associated business rule is evaluated in accordance with the method of Figure 2. If the business rule is not satisfied or if the action cannot be performed, the state of the task is not changed. Subsequent events, such as a change of conditions, may permit the action to be successfully performed.
  • a feature of EPM 12 is that although it relies on user-initiated actions, it attempts to move jobs toward completion. To this end, the performance of certain actions may automatically call certain action handlers. For example, when a task's start action is requested, all sub-tasks are requested to complete. Depending on the business rules of these sub-tasks, they may or may not actually change state. As another example, if a complete action is requested, all succeeding tasks are requested to start. Some will start because according to their business rule, all they were waiting for was the task just completed.
  • Example of Process Management Figures 13 - 17 illustrate an example of how EPM 12 is used for run-time process management.
  • the run-time process assumes that a process has been defined, including the business rules and actions associated with its tasks.
  • Figure 13 illustrates a display of a "change request" form 130 generated by EPM 12 or other PDM modules 12a in response to a user's request.
  • data was entered to the form by a user named Mary Ann, who identified the job as ECR-125-A and assigned it to Bob.
  • the job involves a change to design of a product component.
  • the user invokes a "change request save” handler, which causes EPM 12 to create the job and attach a change request disposition form to the job.
  • Figure 14 illustrates an in-box 140, which lists one or more of the tasks of the job ECR-125-A.
  • the in-box is that of Mary Ann's and Bob's manager, Jim, who can view the job at the job level or "open" the job to view tasks and objects.
  • Other buttons represent various actions that a user can request.
  • Figure 15 illustrates a task disposition dialog 150. It was created in response to an "open" button of the in- box 140. This dialog 150 corresponds to the change request disposition form created in response to the change request job creation form 130. Bob, or whomever he might re-assign the task to, may attach other information to the task as necessary. For example, he might enter an object in the subject list box 151, of object type Note, to indicate that the task should not have been assigned to him.
  • Figure 16 illustrates a disposition of a task of the job, ECR-125-A.
  • a user Mike, has been assigned the task of executing a change order. He has created the change order, ECO-125-A, and attached a drawing, L-123-E, to be. changed.
  • Figure 17 illustrates a task list 170 of various tasks and other objects of the job, ECR-125-A.
  • the task list 170 indicates that Mike has assigned the task of changing the drawing to Leroy. As a result, Leroy will find this task in his in-box. The task will have inherited the data created in the previous task. Leroy may open the task, which changes its state to "started”. He may then select the drawing attached to the task, make the necessary changes, and request a completion action, which changes the state to "completed”.
  • Objects are attached to the task for particular reasons or one can say a particular type of relation is created between task and object. This is represented by setting the appropriate type.
  • Current types include:
  • Appendix B This method will test for violation of intrinsic rules such as invalid state change(completed- ⁇ to—started) . It will then check any associated business preconditions. If all is well it will perform the specified action by executing the declared and registered action. The result of this execution (no errors) will determine whether or not the state value is actually changed. If an action is not declared the state value is simply changed.
  • intrinsic rules such as invalid state change(completed- ⁇ to—started) . It will then check any associated business preconditions. If all is well it will perform the specified action by executing the declared and registered action. The result of this execution (no errors) will determine whether or not the state value is actually changed. If an action is not declared the state value is simply changed.
  • This function sets the state of the task, initialize( process, node_id,first_target_object) load() load task from database.
  • taskDefinition() return task definition. removeReference(int) remove attachment at given position. executeHandlers(whatToDo, Data) assign(newParty) start() complete() suspend() resume() skip() abort() refuse() undo()
  • tag_list attachment_types isA integer list responsible_party tag of user/group/etc. state_value ⁇ EPM_unknown
  • EPM_aborted EPM_skipped ⁇ isA integer priority_value
  • Appendix B • sub_process_id a means of match task as stored in the database with their definition in the script.
  • a handler When a handler is called, it is passed a message that contains the tag to the instance of a task and the type of message (ASSIGN, START, DO, COMPLETE, etc.). For business rules this indicates what we wish the rule to be evaluated for.
  • Appendix B A message will also contain a list of arguments for which we shall provide a means of iterating over. Currently macros are being used in the prototype.
  • the handler could be a simple function that displays a dialog asking a user to say what state the task is in.
  • This class provides facilities to monitor the run-time process and make reports of the status of the job.
  • the facilities here and in Task may be enhanced to connect to other PDM modules. It inherits most of its behavior from Task.
  • Class Methods createlnstance(processName,jobld,jobDescription,first_tar get_object) InstanceMethods rootTask() task( int sub_process_id ) return the task with the matching subprocess id.
  • Appendix B Implementation Instance Methods (Protected/Private) initialization() load() selectEntireJob() loadEntireJob() deleteEntireJob() addNewTask() processDefinitionFileName()
  • Attributes definition_file isA string — definition_name root_task_tag def_file_tag name isA string
  • the purpose is to allow tasks to be run. Tasks cannot be run until resources/responsibility are assigned. It is ideal for use as the entry— andler for the root task. If used as such, then the creator of a task job can perform as many tasks as possible immediately when the job is created. process—signoff
  • the signoff handler maintains information for a particular instance of a sign off list. It will however, be extended to account for the fact that we have added QUORUM, OVERRIDE, and DENY to its model. do— ask
  • This handler provides a means of displaying the generic task disposition form and allowing us to record the state of a manual task.
  • This handler is a specialization of the set—change—level. It increases the level of each object in the target folder associated with the task by the number of levels specified by its integer argument. inherit This handler provides a means for collecting some or all of the data of a previous task. It takes several arguments. Each argument can specify a type of attachment to inherit. For example, a task can be specified to inherit all target attachments from the previous, parent or root task. notify
  • This handler provides an easy way to display a given form at appropriate times during a job to solicit information from the end user. undo—continue
  • a process at a current task can be undone all the way back to a task that can start a re-work.
  • This handler will check the state of a given task in the same job. If the job is found to have the specified state it will return a go decision. Otherwise, it will return a nogo decision. If for any reason it cannot determine the state to be what is required it will return a nogo. check—completion
  • This handler will take a list of argument strings that specify the name of tasks that must be completed before the one for which its business rule is specified as a constraint can start. EPM will pass these strings to the handler function. It does not interpret the strings. This means that the strings can themselves contain not only the
  • the arguments in a signoff handler can be of any of the above forms. It can specify a quorum of voters. It can specify an individual, a particular group, or a particular role. It can specify that any of these signees has override and/or deny privilege. allowed—role—list
  • This handler allows users to specify what role a user must have in order to perform a particular action.
  • the rule will ensure that responsibility is assigned only when this criteria is met and the action can only be performed by users with the specified set of roles.
  • This handler ensures that only users whose role satisfies the specified list will be allowed to assign/re—assign the task. In all other respects it is like the Allowed—£ole— ist.

Abstract

A computer-based method of modeling and managing processes followed by a business enterprise. A process is modeled as a series of tasks. During a task disposition process, each task may have a number of different states. Tasks change state in response to performance of actions, which can be accomplished manually or by automated means. Business rules represent conditions that determine whether an action can be performed. Business rule handlers may be invoked to determine whether business rule conditions are met. Action handlers may be invoked to determine how an action is to be executed.

Description

PROCESS MANAGEMENT SYSTEM
TECHNICAL FIELD OF THE INVENTION
This invention relates to computer-aided business management, and more particularly to a method for managing the processes followed by a business enterprise.
BACKGROUND OF THE INVENTION
"Product data management" (PDM) is a term used to describe computer-based methods for managing product design and manufacture. An example of a PDM system is the Information Manager system, sold by Electronic Data Systems. The design of the Information Manager system is based on the objects it manipulates. The primary focus of the system is on representing the enterprise in terms of its objects and operations on them. object classes are derived by modeling enterprise operations such as design, manufacture, administration, project management, and cost control.
Apart from PDM systems, various other computer-based management systems have been developed to assist in business process management. One such product is the Power Frame system, a product of Digital Equipment Corporation. Another such product is the KI Shell system, a product of Universal Energy Systems. However, neither of these systems provides or is easily integrated with PDM tasks. Another disadvantage of existing computer based- decision making systems is the heavy data entry burden on the business enterprise that is to implement the system. The enterprise must model each job and the business rules that apply to it.
SUMMARY OF THE INVENTION
A method of using a computer to manage a process followed by a business enterprise. During a process definition phase of operation, the computer receives process definition data that specifies the process to be followed as a series of tasks, and stores the process definition data as a model of the process. The computer system stores a set of actions that may be performed on tasks, to change said tasks from a current state to a next state. It also stores a set , of business rules that determine whether an action can be performed, each business rule having at least one condition. During a job management phase of operation, the computer receives job specification data that specifies a job to be performed in accordance with the process. It then assembles a task disposition list representing at least one task to be performed during the job and the state of said task. It outputs the task disposition list to a user, and receives action input from a user representing an action to be taken toward disposition of the task. It evaluates a business rule associated with the task, and performs the action if the business rule is satisfied. It then changes the state of said task to a next state. This process is repeated for each task, until all tasks of a job have been completed. An advantage of the EPM system is that it provides a means by which a business enterprise can describe its processes. The system can then create instances of those processes in terms of "jobs" that it manages. It applies business rules to these processes so that consistent results are achieved. It manages data produced during a job and associates the data to the job.
In general, EPM 12 ensures that processes are properly executed so that the right tasks are performed at the right time by the right person. It notifies assignees of tasks that their task is ready for action and provides that person with relevant data produced during previously performed tasks. The system is especially useful for training new members of an enterprise who perform certain processes as described to the EPM system by experts.
Another advantage of the EPM system is that it provides a means for a business enterprise to model its processes "generically". At the same time, it permits the attachment of data to a particular job on an "ad hoc" basis. This combination of generic process models with the ability to attach job-specific data provides the enterprise with the ability to deal with change and job-to-job differences, while encouraging consistency and repeatability to the extent practicable.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 illustrates a computer-based PDM system, with which an EPM in accordance with the invention is used.
Figure 2 illustrates the basic steps of a computer- based method of managing a process in accordance with the invention.
Figure 3 illustrates the data classes used by EPM 12 to model a process.
Figure 4 is an example of a process definition dialog. Figure 5 is an example of a task definition dialog.
Figure 6 is an example of a handler definition dialog.
Figure 7 is a syntax diagram of the main body of a task definition as stored by EPM.
Figure 8 is a syntax diagram of a business rule. Figure 9 is a syntax diagram of an action handler or business rule handler.
Figure 10 is an example of a job status dialog.
Figure 11 is an example of task disposition dialog.
Figure 12 is an example of a user's in-box. Figure 13 illustrates a change request form for initiating a job.
Figure 14 illustrates an in-box for the change request job.
Figure 15 illustrates a task disposition dialog for the change request job.
Figure 16 illustrates a disposition of a task of the change request job.
Figure 17 illustrates a list of tasks and other objects associated with the change request job. DETAILED DESCRIPTION OF THE INVENTION
System Overview
Figure 1 illustrates a computer system for implementing a product data manager (PDM) 10, with which an enterprise process manager (EPM) 12 is integrated. EPM 12 is a type of PDM module that deals with modeling and managing processes in accordance with the invention described herein. As stated in the background section, an example of a PDM system 10, without EPM 12, is the
Information Manager, a product of Electronic Data Systems.
PDM 10 is stored in memory of, and is executed by, a conventional computer system 11, such as a VAX/VMS or a
UNIX system. Typically, the computer system is part of a distributed network of workstations having a number of computers 11. In the example of this description, the operating system includes a windows type sub-system, which supports various graphical user interfaces, such as dialog boxes and selection buttons. Computer 11 is in communication with input and output devices, which for purposes of this description are a keyboard, pointing device, and graphics display.
EPM 12 may be integrated with other PDM modules 12a, which implement various PDM tasks. An advantage of implementing EPM 12 as a part of a more comprehensive set of PDM modules 12a is that it can then make use of data from other program modules and deliver data to them. For example, a product structure manager (PSM) module might model the design of a product to be manufactured, with data from that module being provided to EPM 12 to indicate that certain components are to be assembled. An enterprise resource manager (ERM) module might model how resources such as materials and employees are made available for use by the processes modeled by the EPM 12. As explained below, EPM 12 stores a model of at least one process, as specified by a user. Specification of a process is based on the assumption that most activities of an enterprise are sufficiently structured to be described with a given syntax. In this connection, process steps are modeled as tasks. Actions performed as part of a task may be affected by business rules associated with those actions.
The computer programming used to implement EPM 12 is based on object-oriented design. Thus, data is associated with classes, which have hierarchies and relationships. Classes specify what data they store and what operations can be performed on them. Instances of data classes are objects, and are derived by modeling the operations of various application domains. It is representations of these objects that are manipulated by user interface 16, with graphical icons, dialogs, and selection buttons. As explained below, tasks, business rules, and actions are data classes whose objects represent a particular enterprise.
EPM 12 also stores "handlers", which are run-time functions defined for actions or business rules. Evaluation of a business rule or execution of an action may invoke an associated handler, which may be as simple as some sort of flag checking function or may be as complex as a decision support program. These handlers provide for process management that is customized to a particular enterprise. More specifically, actions and business rules can be defined generally, with different handlers being used to determine how actions are performed and how business rules are evaluated. Although EPM 12 permits customized actions, business rules, and handlers, an advantage of the invention is that many aspects of business enterprises can be modeled "generically". That is, many enterprises share common business rules. Also, many actions involved in performance of tasks are common to all tasks, such as "assign" or "start" or "complete". Likewise, handlers for business rules and actions may be common to various enterprises. Database 13 stores these generic objects and functions, so that a particular business enterprise need only describe those objects that are unique to it. PDM platform 14 provides a base upon which the rest of the PDM system 10 is built. It has several modules, including a persistent object manager (POM) . The POM provides the following services: mapping object representation to relational representation, messaging, and concurrent access control. In general, platform layer 14 isolates PSM 12 and other PDM modules 12a from the operating system and other sub-systems of computer 11.
User interface layer 16 is comprised of user application programming built on the underlying architecture. Because EPM 12 and other PDM modules 12a are designed for customization via user interface 16, they comply with the programming strategy often referred to as "toolkit" design.
Figure 2 illustrates the basic steps of a computer- based method of managing a process performed by a business enterprise, in accordance with the invention. Figure 2 is an overview; each step is discussed in detail in connection with Figures 3 - 12.
A characteristic of the method is that it is interactive with a user. Thus, some steps of the method involve receiving input from a user. Also, different types of users within an enterprise might be involved during different steps. With respect to steps 202 - 208, a system administrator might be responsible for entering business rules and actions and process and task definitions. With respect to step 212, a supervisor might be responsible for creating jobs. With respect to step 218, a worker to whom a task is assigned might be responsible for entering actions. However, the method is the same regardless whether a single user, or different users, take these roles. It should also be understood, that in some cases, the "user" might be other programming that serves PDM 12 by providing data input. For purposes of this description, these various types of users are referred to as simply "the user". Operation of PDM 12 has two phases. A first phase is a process definition phase, in which business rules, actions, and tasks associated with a process are defined and stored in memory. Steps 202-210 comprise this process definition phase. A second phase is a process execution phase, in which specific instances of the process are managed, on a task by task basis, to disposition. Steps 212-229 comprise this second phase. In a more general sense, these stages are set-up and run-time phases, respectively. Step 202 is storing a set of business rules to be followed during the process. Each business rule is an "if- then" type rule, having a set of conditions associated with its "if" side and at least one "action" associated with its "then" side. As explained below, the action is performed only if the conditions are met. Business rules state what should be done or what should not be done in specific situations. They may manifest themselves as constraints or as collections of empirical knowledge. Some rules govern other rules, by stating when other rules can be ignored or when other rules must be applied. A business rule does not change data, but rather, determines when and if an action can be performed.
Step 204 is storing a set of actions that may be performed to change the state of any task. In general, actions are activities whose successful completion cause a change of state of a task. The following are examples of actions: assign, start, do, complete, suspend, resume, skip, abort, refuse, and undo. Examples of task states are: unassigned, pending, started, completed, suspended, skipped, and aborted. Appendix A is a table of the relationships between states and actions. An exception to the general case of an action resulting in a change of state is the action, do, which can be repeatedly executed without a change of state.
Step 206 is receiving data representing a process definition. A "process" is defined as an ordered sequence of tasks performed by an enterprise in order to accomplish the purpose of its business. Step 208 is receiving data from a user representing definitions of tasks of the process. These definitions may include references to action handlers and to business rule handlers, whose programming is stored in accordance with steps 202 and 204. The tasks may call for either manual or automated disposition. For example, a manual task might require a physical prototype of a new product to be built, whereas an automated task might require a geometric model to be modified.
Step 210 is storing the process definition data and the task definition data as a process model, to which specific instances can be mapped during run-time process management.
Step 212 is receiving a job specification. A job is a specific instance of a process, and represents a process to be managed by the run-time aspects of the invention.
Step 214 is assembling a task list for the job specified in step 212. This list may be sorted and combined with other task lists, such as to list tasks assigned to a particular person. The list may be formatted into various displays of tasks to be performed together with other relevant data, such task states and the person to whom each task has been assigned.
Step 216 is presenting a task to a user, whether in the form of an in-box or some other form. Step 218 is receiving data, representing explicitly or implicitly, some action to be performed for the task. In this sense, EPM 12 "prods" the user for task disposition and waits for input. Step 220 is evaluating any business rule associated with the action requested for that task. This includes execution of any business rule handlers specified for that action in the task. The business rule evaluation returns a "go" or "no go" decision to indicate whether its conditions permit a proposed action to be performed, i.e., whether the business rule is satisfied.
Step 222 is reached only if step 220 returns a "go" decision. In step 222, the action is performed, which may include execution of any action handlers specified for that task and that action.
Step 224 is performed if the action returns no errors, and results in a change of state of the task.
Process and Task Definition
Figure 3 illustrates the data classes used by EPM 12 to model a process with- data that represents tasks, business rules, and actions. As described above, task objects are defined by specifying business rules and actions associated with them. Business rule conditions govern actions, in the sense that no action can be performed if its associated conditions are not met. A task is related to other tasks by the job specification in which it is included. Objects of other data classes may also be attached to a task, and may be carried from a previous task to a successor task, so that relevant data is retained.
Appendix B describes several of the data classes used by EPM 12 in further detail. Consistent with object- oriented data representation, these data classes have methods and attributes associated with them.
Because actions and business rules are not always instantaneous, the data associated with a task and the state of the task are persistent. In the case of business rules, the persistent result of business rule evaluation is stored by its corresponding task. Figures 4 - 6 are examples of how a human user enters a process definition and task definitions during the process definition phase of operation. This data may include references to other data already stored, such as to actions, business rules, and handlers. The entered data and the stored data is used by EPM 12 to create the objects of Figure 3 and assemble a process model.
Figure 4 is a process definition dialog 40, with which the user enters data to define a process followed by a particular enterprise. The user specifies a unique process name, and optionally, a process description. The user also lists tasks of the process. Each process has a root task that takes the name of the process. All other tasks are added as sub-tasks of the root task or as sub-tasks of other sub-tasks.
A task may be a declaration that another already- defined process should he started. Such a task is indicated by a "Y" in the "invoked" column of the process definition dialog. Figure 5 is a task definition dialog 50, with which a user enters data to define tasks. The user enters a task name, and optionally, a task description. Tasks are "re- useable" in the sense that task names are not unique to a process and different processes may include the same task. For each action available for a task, the user may specify one or more action handlers. For example, in Figure 5, the action, start, has two handlers. One handler inherits data from the previous task. The other handler sets protection for objects during this task. Thus, even though different processes may include the same task, the task can be performed differently during different jobs, by invoking a different handler. Appendix C describes the inherit handler as well as other examples of action handlers. For each business rule associated with an action, the user specifies one or more business rule handlers. In the example of Figure 5, there are two business rule handlers, check-role and check-completion. Appendix C describes the check-completion handler as well as other examples of business rule handlers. A business rule can be defined as a number of sub- rules, each with its own handler. If this is the case, the user may also specify a quorum number, which is less than the number of business rules. This permits EPM 12 to consider a business rule as satisfied if a quorum of handlers for that rule return a "go" decision. The user may also specify an override privilege for a business rule handler, as indicated in the "priv" column, to permit one handler to override others. The user may also specify that a business rule handler can be negated, as indicated in the "not" column. In general, the specification of a quorum, an override privilege, or negation, are alternative means of satisfying a business rule associated with a task.
An example of a typical business rule is a rule that protects an object created during a job once it has reached certain stages of development. For example, if the job is one of product development, business rules may allow it to be changed only by certain members of an enterprise.
Figure 6 is a handler definition dialog 60 for declaring an action handler or a business rule handler for a particular action of a task. The user enters a name, and optionally, one or more arguments.
After a process and its tasks have been defined, any business rules or handlers that are not already stored in database 13 must be loaded. Appendix B sets out examples of several action handlers and business rule handlers. The business rule handlers correspond to "generic" business rules that any business might be expected to follow. Likewise, the action handlers correspond to how certain actions may be carried out in a manner common to a number of different enterprises. Thus, the handlers of Appendix B are examples of "generic" handlers that might be stored in libraries of database 13.
Some business rules, actions, and handlers might not be "generic" , in that they are unique to a particular enterprise, but may be re-useable for different processes, jobs, or tasks. This re-usability of handlers promotes consistency within an enterprise.
Using the data entered by the user, EPM 12 assembles a process model. The following code form is illustrative of a process model stored by EPM 12:
PROCESS ::= PROCESS TASK-DEF-BODY
TASK-DEF : := TASK-DEF-BODY TASK-DEF-BODY ::= name [description]
{ [business-rule-definition]+ [action-definition]+ [{TASK-DEFl TASK-DECL}]+
}
TASK-DECL ::= PROCESS process-name business-rule-definition: := BUSINESS-RULE action-id [<n>] {
[business-rule-handler-definition]+
} business-rule-handler-definition ::= name ( [string]+) [NOT] [OVERRIDE] handler ::= ACTION action-id name ( [string]+ ) action-id ::= {INITIALIZE I ASSIGN I START I DO I COMPLETE I SUSPEND I RESUME I SKIP I ABORT I UNDO I
REJECT}
Figures 7 - 9 are syntax diagrams of the process model. Specifically, Figure 7 illustrates the syntax of a task, as a recursive set of the task definitions for a process. The keyword, process, starts a process definition if followed by a task-body. A process is a special case of a task, i.e., a root task, and is associated with a process definition file. The keyword, process, may also appear in the definition of a task, in which case it represents an already defined process. The keyword, task, starts the definition of a task. It is followed by a task-body, which contains zero or more actions, business rules, or other task definitions and declarations.
The keyword, action, represents an action that may be performed. It may or may not invoke a user-specified handler. Regardless of whether there is an action handler, the keyword, business rule, invokes a business rule handler to determine whether conditions permit a proposed action to be allowed.
Figure 8 illustrates the syntax of a business rule, for determining whether ah action, identified as A-ID, should be allowed. The model includes a handler and any override or negation data such as specified with dialogs 50 and 60.
Figure 9 illustrates the syntax of a handler. A handler has a string of argument data, which are passed to the handler during job management. A tag to identify the job and task is also passed.
EPM 12 allows for process flow control that involves task branching. More specifically, business rules can be defined to model OR conditions by ensuring that only a desired task has its business rule(s) satisfied for a particular case. OR conditions are exemplified by what-if, if-then-else, and case-of conditions. An example of a case-of model, where Task A breaks to peer Tasks B - D, which are followed by Task E, is: TASK A {
TASK E {
TASK B {
BUSINESS-RULE START 2 /* quorum = 2 */
{ EPM-task-state( C: :started ) NOT
EPM-task-state( D::started ) NOT MANUAL-0K() OVERRIDE /* User does this. */ } } TASK C
{
BUSINESS-RULE START 2 /* quorum = 2 */ {
EPM-task-state( B: :started ) NOT EPM-task-state( D: :started ) NOT MANUAL-OK() OVERRIDE /* User does this. */ }
}
TASK D {
BUSINESS-RULE START 2 /* quorum = 2 */ {
EPM-task-state( C: :started ) NOT EPM-task-state( B: :started ) NOT MANUAL-OK() OVERRIDE /* User does this. */ }
} } } An AND condition is one in which several tasks must be completed before a subsequent task can be performed. This is modeled by making the tasks to be AND'd arguments of a check-completion rule in a subsequent task. The following is an example of an AND model, where Task E cannot be started until Tasks B - D have been completed:
TASK E {
BUSINESS-RULE START{
CHECK-COMPLETION (B C D) }
}
Process Management
Once a process and its tasks have been defined, handlers have been stored, and a process model assembled, EPM 12 may manage specific instances of that process, which are referred to herein as "jobs". In this aspect of its operation, EPM 12 permits users to create jobs and dispose of tasks. Figure 10 is an example of a job dialog box 100, such as a user might use to create a new job or review the status of its tasks. Here, the user is a supervisor, Mary Ann, who has entered a job named ECO-125-A. EPM 12 automatically lists the tasks for this job.
When a job is created, each of its tasks has an unassigned state. However, by using the "assign" button of dialog 100, a user can assign a task. In the example of Figure 10, the "responsibility" column indicates that tasks have already been assigned. Instead of a single person, the user might enter data representing a resource pool, and an assignment automatically made by EPM 12 to a member of that pool. In either case, the "assign" action might invoke one or more action handlers or business rules that govern, respectively, how the assignment is to be carried out, or whether the requested assignment is permissible. The job is in progress, as indicated by the differing task states. Once a job is in progress, its tasks are always each in a known state.
The buttons of the dialog box 100 permit the user to see or edit details of each task. The user may select a task, and then a button to "open" the task.
The job dialog 100 of Figure 10 is an example of a means for a user to explicitly create a job. An example of how a user might implicitly cause EPM 12 to create a job is discussed below in connection with Figure 13. Figure 11 is an example of a task disposition dialog
110. As an example of when EPM 12 generates dialog 110, a user might use a job dialog 100 to select the task "validate change request" and then the "open" button.
Each task has an extendable list of objects attached to it. In general, these objects are instances of the other data classes discussed above in connection with Figure 3. Via dialog 110, the user can add, delete, modify, or simply view objects associated with the task. For example, the user might select the object DRW-125-A, which is a drawing, and use the "open" button to view the drawing. The ability to edit objects created by other PDM modules is an advantage of integrating EPM 12 with other PDM modules.
By entering data to dialog 110, a user can perform an action and change the state of a task. The user can change the state of the task by selecting an appropriate button.
The permitted actions are a matter of presentation, in that buttons for all or only some actions may be displayed.
Figure 12 is an example of an "in-box" 120 for reviewing the state of jobs assigned to a particular person or resource pool. An in-box 120 is a means for EPM 12 to inform a user that a task needs action. Referring again to Figure 10, the specification of a job includes assigning responsibility for performance of each task to a particular person. Once the assignment is made, the task appears in that person's in-box 120. In other words, an in-box 120 is a display of tasks assigned to a particular person. An example of when EPM 12 displays iή-box 120 is in response to a user's explicit inquiry for all tasks assigned to him or to his resource pool. As with tasks listed in the job description dialog
100, a task from an in-box 120 can be selected and opened. This permits a person, such as the person who is performing the task, to add or delete data attached to the task. A user, depending on his role and privileges, can see the job of which his task is a part, the definition of the job, and conditions that have been or need to be met.
The "open job" button of dialog 120 permits the user to view a display of the tasks of the entire job, such as by means of dialog 100. In general, any user may view and edit any data associated with a job, for which he has access rights.
Dialog 110 and in-box 120 are two examples of task disposition dialogs, with which a user can explicitly request EPM 12 to perform an action. Dialog 110 lists tasks according to job, and in-box 120 lists tasks according to user. In each case, selection of a button is an example of a user's explicit change of state of a task.
EPM 12 also accommodates a change in state that is implied from a user's input. For example, a task might be for a user to examine some data. When the user's examination is complete, the user might enter data into a computer-generated form to implicitly indicate completion.
Regardless of whether the user explicitly or implicitly requests an action to be performed, any associated business rule is are evaluated in accordance with the method of Figure 2. If the business rule is not satisfied or if the action cannot be performed, the state of the task is not changed. Subsequent events, such as a change of conditions, may permit the action to be successfully performed.
A feature of EPM 12 is that although it relies on user-initiated actions, it attempts to move jobs toward completion. To this end, the performance of certain actions may automatically call certain action handlers. For example, when a task's start action is requested, all sub-tasks are requested to complete. Depending on the business rules of these sub-tasks, they may or may not actually change state. As another example, if a complete action is requested, all succeeding tasks are requested to start. Some will start because according to their business rule, all they were waiting for was the task just completed.
Example of Process Management Figures 13 - 17 illustrate an example of how EPM 12 is used for run-time process management. The run-time process assumes that a process has been defined, including the business rules and actions associated with its tasks.
Figure 13 illustrates a display of a "change request" form 130 generated by EPM 12 or other PDM modules 12a in response to a user's request. In this case, data was entered to the form by a user named Mary Ann, who identified the job as ECR-125-A and assigned it to Bob. The job involves a change to design of a product component. By pressing an "OK" button, the user invokes a "change request save" handler, which causes EPM 12 to create the job and attach a change request disposition form to the job.
Figure 14 illustrates an in-box 140, which lists one or more of the tasks of the job ECR-125-A. The in-box is that of Mary Ann's and Bob's manager, Jim, who can view the job at the job level or "open" the job to view tasks and objects. Other buttons represent various actions that a user can request.
Figure 15 illustrates a task disposition dialog 150. It was created in response to an "open" button of the in- box 140. This dialog 150 corresponds to the change request disposition form created in response to the change request job creation form 130. Bob, or whomever he might re-assign the task to, may attach other information to the task as necessary. For example, he might enter an object in the subject list box 151, of object type Note, to indicate that the task should not have been assigned to him.
Figure 16 illustrates a disposition of a task of the job, ECR-125-A. A user, Mike, has been assigned the task of executing a change order. He has created the change order, ECO-125-A, and attached a drawing, L-123-E, to be. changed.
Figure 17 illustrates a task list 170 of various tasks and other objects of the job, ECR-125-A. The task list 170 indicates that Mike has assigned the task of changing the drawing to Leroy. As a result, Leroy will find this task in his in-box. The task will have inherited the data created in the previous task. Leroy may open the task, which changes its state to "started". He may then select the drawing attached to the task, make the necessary changes, and request a completion action, which changes the state to "completed".
Other Embodiments Although the invention has been described with reference to specific embodiments, this description is not meant to be construed in a limiting sense. Various modifications of the disclosed embodiments, as well as alternative embodiments, will be apparent to persons skilled in the art. It is, therefore, contemplated that the appended claims will cover all modifications that fall within the true scope of the invention.
State Action State unassigned assign pending pending pending started started pending start started started complete completed unassigned suspend suspended pending started suspended resume unassigned pending started unassigned skip completed pending started suspended unassigned abort aborted pending started suspended pending refuse unassigned start undo pending unassigned completed pending
Appendix A Task
Implementation Class Methods Currently only a job can create a task. The create function is not part of the public interface.
• createlnstance Public Instance Methods name() the name as defined in the script, description() responsibleParty() • assignResponsibilityO attachObject(tag_t, int attachment_type)
Objects are attached to the task for particular reasons or one can say a particular type of relation is created between task and object. This is represented by setting the appropriate type. Current types include:
• target the reason for the task. Fix drawing x. Drawing x Will be the target of the task
• reference reference information quite similar to the current RLM concept.
• status usually a task form will be attached with this type.
• decision for signoff purposes a signoff is attached as a decision. These are not inherited from task to task. attachedObjects(int*,int* types,tag_t**) return the attached objects and their attachment types. detachObject() detach an object from the task. parentProcess() return the job of which this task is a part. state() This function returns the state_value. nextTask() rootTask() previousTask() callingTask() checkRule( const char* ruleName ) This method will evaluate the specified rule. performAction(EPM_task_action_t,tag_t data)
Appendix B This method will test for violation of intrinsic rules such as invalid state change(completed-^to—started) . It will then check any associated business preconditions. If all is well it will perform the specified action by executing the declared and registered action. The result of this execution (no errors) will determine whether or not the state value is actually changed. If an action is not declared the state value is simply changed.
Protected/Private (Implementation) Instance Methods
• promote()
• checkCriteria(int entry/exit)
Evaluate the business rules associated with the entry criteria. Return {EPM_go|EPM_nogo|EPM_undecided}
• state(newState)
This function sets the state of the task, initialize( process, node_id,first_target_object) load() load task from database. taskDefinition() return task definition. removeReference(int) remove attachment at given position. executeHandlers(whatToDo, Data) assign(newParty) start() complete() suspend() resume() skip() abort() refuse() undo()
Attributes parent_process tag attachments isA tag_list attachment_types isA integer list responsible_party tag of user/group/etc.... state_value {EPM_unknown | EPM_unassigned | EPM_assigned | EPM_started | EPM_completed EPM_suspended | EPM_undone |
EPM_aborted | EPM_skipped } isA integer priority_value
Appendix B • sub_process_id a means of match task as stored in the database with their definition in the script.
Process
Class Methods • createlnstance Instance Methods
• traverse
Attributes
• name
• description string • task_handler isA TaskHandler
• entry_criteria SetOf(TaskHandler)
• exit_criteria SetOf(TaskHandler)
EPM File
This class provides facilities to store the definitions of processes persistently. It provides facilities to compile these files and locate them. Class Methods
• createlnstance
• lookup
• compile
Instance Methods
• loopUpProcess Attributes
• tag_t
Handler
When a handler is called, it is passed a message that contains the tag to the instance of a task and the type of message (ASSIGN, START, DO, COMPLETE, etc.). For business rules this indicates what we wish the rule to be evaluated for.
Appendix B A message will also contain a list of arguments for which we shall provide a means of iterating over. Currently macros are being used in the prototype.
• void init_argument_list(argument_list)
• char* next_argument(argument_list)
• int number_of_arguments(argument_list)
Class Methods
• createlnstance Instance Methods • apply()
This function will invoke the handler. The handler could be a simple function that displays a dialog asking a user to say what state the task is in.
A task that takes a while to execute can return "EPM_started". We shall be by again some time and we shall use the function state() to ask the questions. Attributes
• name
• function_pointer
• number_of_arguments • arguments
Job
This class provides facilities to monitor the run-time process and make reports of the status of the job. The facilities here and in Task may be enhanced to connect to other PDM modules. It inherits most of its behavior from Task. Class Methods createlnstance(processName,jobld,jobDescription,first_tar get_object) InstanceMethods rootTask() task( int sub_process_id ) return the task with the matching subprocess id.
Appendix B Implementation Instance Methods (Protected/Private) initialization() load() selectEntireJob() loadEntireJob() deleteEntireJob() addNewTask() processDefinitionFileName()
Attributes definition_file isA string — definition_name root_task_tag def_file_tag name isA string
Appendix B Action Handlers auto—assign—rest This handler attempts to assign the users/groups listed in its arguments to the remaining tasks in the process. If none of them satisfy the assignment criteria, the current user/group will be tried as a final resort. The purpose is to allow tasks to be run. Tasks cannot be run until resources/responsibility are assigned. It is ideal for use as the entry— andler for the root task. If used as such, then the creator of a task job can perform as many tasks as possible immediately when the job is created. process—signoff
The signoff handler maintains information for a particular instance of a sign off list. It will however, be extended to account for the fact that we have added QUORUM, OVERRIDE, and DENY to its model. do— ask
This handler provides a means of displaying the generic task disposition form and allowing us to record the state of a manual task. set—change—1eve1 This handler sets the change level of an object to the specified one in the list of levels established for this object type. It will expect to find a file; "change—level.definitions" in a data directory. The format for this file shall simply be: object-type = "levellO" "levell"
The order of the levels is implied by position. When this function appears in a process definition, the object—type and level is provided. If the target folder for that task contains only objects of a particular type, the type specification may have only the level specified. object-type = "levellO" "levell".
Appendix C advance—change—level
This handler is a specialization of the set—change—level. It increases the level of each object in the target folder associated with the task by the number of levels specified by its integer argument. inherit This handler provides a means for collecting some or all of the data of a previous task. It takes several arguments. Each argument can specify a type of attachment to inherit. For example, a task can be specified to inherit all target attachments from the previous, parent or root task. notify
The arguments to this handler are user—ids, group—ids or distribution list ids. prompt—user
This handler provides an easy way to display a given form at appropriate times during a job to solicit information from the end user. undo—continue
A process at a current task can be undone all the way back to a task that can start a re-work.
Business Rule Handlers check—state
This handler will check the state of a given task in the same job. If the job is found to have the specified state it will return a go decision. Otherwise, it will return a nogo decision. If for any reason it cannot determine the state to be what is required it will return a nogo. check—completion
This handler will take a list of argument strings that specify the name of tasks that must be completed before the one for which its business rule is specified as a constraint can start. EPM will pass these strings to the handler function. It does not interpret the strings. This means that the strings can themselves contain not only the
Appendix C task that needs to be completed but possibly the expected result. perform—signoff
Any time before a decision is made on an entire signoff list associated with a task, the rule will return a " nogo" to EPM. EPM will evaluate this result and those of the other constraints and proceed accordingly.
SIGNOFF ( "QUORUM=3" "department: :role" "individual=user- id[DENY]" "group=group-id" "role")
The arguments in a signoff handler can be of any of the above forms. It can specify a quorum of voters. It can specify an individual, a particular group, or a particular role. It can specify that any of these signees has override and/or deny privilege. allowed—role—list
This handler allows users to specify what role a user must have in order to perform a particular action. The rule will ensure that responsibility is assigned only when this criteria is met and the action can only be performed by users with the specified set of roles.
The arguments of this rule will be of the form [<group name>: : ] {*I<role name>} assigner—role—list
This handler ensures that only users whose role satisfies the specified list will be allowed to assign/re—assign the task. In all other respects it is like the Allowed—£ole— ist.
Appendix C

Claims

WHAT IS CLAIMED IS:
1. A method of using a computer to manage a process followed by a business enterprise, comprising the steps of: receiving process definition data from a user, specifying a process to be followed as a series of tasks; storing said process definition data as a model of said process; storing a set of actions that may be performed on said tasks, to change said tasks from a current state to a next state; storing a set of business rules that each determine whether an action can be performed, each business rule having at least one handler for determining whether a business rule condition has been satisfied; receiving job specification data from a user, specifying a job to be performed in accordance with said process; assembling a task disposition list representing at least one task to be performed during said job and the state of said task; displaying at least a portion of said task disposition list to a user; receiving action input representing an action to be taken toward disposition of said task; evaluating a business rule associated with said action, by executing said handler; performing said action if said business rule is satisfied; changing the state of said task; and repeating said displaying, receiving, evaluating, performing, and changing steps for each task of said job.
2. The method of Claim 1, wherein said step of receiving job specification data further comprises receiving assignment data that specifies at least one person by whom a task may be performed.
3. The method of Claim 1, further comprising the step of receiving task definition data for at least one task, which specifies at least one action handler, and the step of performing a computer process in accordance with said handler after said step of receiving action input.
4. The method of Claim 1, further comprising the step of receiving task definition data, which specifies a business rule associated with at least one action of that task.
5. The method of Claim l, further comprising the step of receiving task definition data for at least one task, which specifies at least one business rule handler, and wherein said step of evaluating a business rule includes performing a computer process in accordance with said handler.
6. The method of Claim 5, wherein said steps of specifying at least one business rule handler and said step of evaluating a business rule are performed for more than one handler.
7. The method of Claim l, wherein said action input is generated by said computer.
8. The method of Claim 1, wherein action input is in response to manual input.
9. The method of Claim l, further comprising the step of sorting a number of task list to generate a list of tasks to be performed by a particular user.
10. The method of Claim 1, wherein said tasks are represented as data objects, and further comprising the step of associating other data objects to said tasks.
11. The method of Claim 1, wherein said step of storing a set of actions includes storing a do action, and wherein said step of performing said action may be repeated before said step of changing the state of said task.
12. The method of Claim 1 , wherein said step of evaluating a business rule is repeated for a number of tasks such that only one task can have an action performed.
13. The method of Claim 1, wherein said step of receiving task definition data comprises specifying a business rule handler such that at least one of its actions cannot be performed until another task has been completed.
14. The method of Claim 1, wherein said assembling step comprises assembling a list of tasks to be performed by a specified user.
15. The method of Claim 1, wherein said assembling step comprises assembling a list of tasks of said job.
16. The method of Claim 1, wherein said changing step is followed by the step of automatically changing the state of other tasks.
17. The method of Claim 1, wherein said displaying step comprises displaying each task of said job and its current state.
PCT/US1994/006688 1993-06-16 1994-06-14 Process management system WO1994029804A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU72071/94A AU7207194A (en) 1993-06-16 1994-06-14 Process management system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US7866393A 1993-06-16 1993-06-16
US08/078,663 1993-06-16

Publications (1)

Publication Number Publication Date
WO1994029804A1 true WO1994029804A1 (en) 1994-12-22

Family

ID=22145491

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1994/006688 WO1994029804A1 (en) 1993-06-16 1994-06-14 Process management system

Country Status (2)

Country Link
AU (1) AU7207194A (en)
WO (1) WO1994029804A1 (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0774725A2 (en) * 1995-11-14 1997-05-21 Dun &amp; Bradstreet Software Services, Inc. Method and apparatus for distributing conditional work flow processes among a plurality of users
EP0841627A2 (en) * 1996-11-08 1998-05-13 Hitachi, Ltd. Task execution support system
EP0843271A2 (en) * 1996-11-15 1998-05-20 Xerox Corporation Systems and methods providing flexible representations of work
EP0903678A2 (en) * 1997-09-23 1999-03-24 International Computers Limited Workflow management system
EP0953929A2 (en) * 1998-04-30 1999-11-03 Enterworks, Inc. Workflow management system, method and medium with personal subflows
EP0994429A1 (en) * 1998-10-14 2000-04-19 ETP Software Limited A modelling system for project control
EP1065617A2 (en) * 1999-06-30 2001-01-03 Phoenix Technology Patent Development Limited A work flow management system
EP1086567A1 (en) * 1998-03-12 2001-03-28 A:/Scribes Corporation Automatic electronic document processor system
EP1131767A1 (en) * 1998-10-31 2001-09-12 M/A/R/C Inc. Method and apparatus for data management using an event transition network
EP1222510A2 (en) * 1999-10-06 2002-07-17 Accenture LLP Organization of information technology functions
NL1020992C2 (en) * 2001-07-31 2003-02-03 Koninkl Kpn Nv Work assignments booking system used in e.g. hospital, provides worker interface to log worker onto systems' work assignments database, to mark work assignment record as booked
EP1310886A1 (en) * 2001-11-13 2003-05-14 Koninklijke KPN N.V. System and method for booking work assignments
US6633788B1 (en) 1998-09-12 2003-10-14 Rolls-Royce Plc Data processing method and system
EP1473649A1 (en) * 2003-04-28 2004-11-03 Nederlandse Organisatie voor toegepast-natuurwetenschappelijk Onderzoek TNO A system and method for task management
US6862573B2 (en) * 2001-03-22 2005-03-01 Clear Technology, Inc. Automated transaction management system and method
EP1522938A1 (en) * 2003-10-10 2005-04-13 Sap Ag Distributed handling of associated data sets in a computer network
US7031998B2 (en) 1997-03-13 2006-04-18 A: /Scribes Corporation Systems and methods for automatically managing workflow based on optimization of job step scheduling
WO2006059240A2 (en) * 2004-06-16 2006-06-08 Ids Scheer Aktiengesellschaft User interface for complex process inplementation
US7275039B2 (en) * 2000-10-03 2007-09-25 Michael Setteducati Workflow management software overview
US7346533B1 (en) * 2001-10-24 2008-03-18 Perot Systems Corporation Method and system for utilizing best practices to satisfy requirements of a requirements specification
US7653566B2 (en) * 2000-11-30 2010-01-26 Handysoft Global Corporation Systems and methods for automating a process of business decision making and workflow
US7693893B2 (en) 2003-10-10 2010-04-06 Sap Ag Distributed handling of associated data sets in a computer network
CN101174137B (en) * 2006-09-13 2011-05-18 福特汽车公司 Location selection system and method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0510908A2 (en) * 1991-04-25 1992-10-28 International Business Machines Corporation System and method for generating a data processing system
EP0514231A2 (en) * 1991-05-10 1992-11-19 Intellinomics Corporation Work management computer system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0510908A2 (en) * 1991-04-25 1992-10-28 International Business Machines Corporation System and method for generating a data processing system
EP0514231A2 (en) * 1991-05-10 1992-11-19 Intellinomics Corporation Work management computer system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
P. HENNESSY ET AL: "Distributed Work Management: Activity Coordination within the EuroCoOp Project", COMPUTER COMMUNICATIONS, vol. 15, no. 8, October 1992 (1992-10-01), LONDON, GB, pages 477 - 488, XP000296989 *
S.K. SARIN ET AL: "A Process Model and System for Supporting Collaborative Work", SIGOIS BULLETIN - CONFERENCE ON ORGANIZATIONAL COMPUTING SYSTEMS, ATLANTA, vol. 12, no. 2,3, November 1991 (1991-11-01), USA, pages 213 - 224, XP000313812 *

Cited By (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0774725A2 (en) * 1995-11-14 1997-05-21 Dun &amp; Bradstreet Software Services, Inc. Method and apparatus for distributing conditional work flow processes among a plurality of users
EP0774725A3 (en) * 1995-11-14 1998-10-28 Dun &amp; Bradstreet Software Services, Inc. Method and apparatus for distributing conditional work flow processes among a plurality of users
EP0841627A2 (en) * 1996-11-08 1998-05-13 Hitachi, Ltd. Task execution support system
EP0841627A3 (en) * 1996-11-08 1999-05-19 Hitachi, Ltd. Task execution support system
US6092048A (en) * 1996-11-08 2000-07-18 Hitachi, Ltd. Task execution support system
EP0843271A2 (en) * 1996-11-15 1998-05-20 Xerox Corporation Systems and methods providing flexible representations of work
EP0843271A3 (en) * 1996-11-15 1998-12-02 Xerox Corporation Systems and methods providing flexible representations of work
US6725428B1 (en) 1996-11-15 2004-04-20 Xerox Corporation Systems and methods providing flexible representations of work
US8903901B2 (en) 1997-03-13 2014-12-02 Anthurium Solutions, Inc. Systems and methods for managing workflow based on analysis of worker selection criteria
US8954499B2 (en) 1997-03-13 2015-02-10 Anthurium Solutions, Inc. Systems and methods for managing workflow based on dynamic modification of job processing requirements
US8700694B2 (en) 1997-03-13 2014-04-15 Anthurium Solutions, Inc. Systems and methods for managing workflow based on multi-level specification of job processing requirements
US7031998B2 (en) 1997-03-13 2006-04-18 A: /Scribes Corporation Systems and methods for automatically managing workflow based on optimization of job step scheduling
EP0903678A3 (en) * 1997-09-23 2000-06-14 International Computers Limited Workflow management system
EP0903678A2 (en) * 1997-09-23 1999-03-24 International Computers Limited Workflow management system
EP1086567A1 (en) * 1998-03-12 2001-03-28 A:/Scribes Corporation Automatic electronic document processor system
EP1086567A4 (en) * 1998-03-12 2005-01-26 Scribes Corp A Automatic electronic document processor system
US6697784B2 (en) 1998-04-30 2004-02-24 Enterworks Workflow management system, method, and medium with personal subflows
EP0953929A2 (en) * 1998-04-30 1999-11-03 Enterworks, Inc. Workflow management system, method and medium with personal subflows
EP0953929A3 (en) * 1998-04-30 2003-01-02 Enterworks, Inc. Workflow management system, method and medium with personal subflows
US6633788B1 (en) 1998-09-12 2003-10-14 Rolls-Royce Plc Data processing method and system
EP0994429A1 (en) * 1998-10-14 2000-04-19 ETP Software Limited A modelling system for project control
EP1131767A4 (en) * 1998-10-31 2005-09-14 M A R C Inc Method and apparatus for data management using an event transition network
EP1131767A1 (en) * 1998-10-31 2001-09-12 M/A/R/C Inc. Method and apparatus for data management using an event transition network
EP1065617A2 (en) * 1999-06-30 2001-01-03 Phoenix Technology Patent Development Limited A work flow management system
EP1065617A3 (en) * 1999-06-30 2002-04-17 Phoenix Technology Patent Development Limited A work flow management system
EP1222510A4 (en) * 1999-10-06 2007-10-31 Accenture Llp Organization of information technology functions
EP1222510A2 (en) * 1999-10-06 2002-07-17 Accenture LLP Organization of information technology functions
US7275039B2 (en) * 2000-10-03 2007-09-25 Michael Setteducati Workflow management software overview
US7653566B2 (en) * 2000-11-30 2010-01-26 Handysoft Global Corporation Systems and methods for automating a process of business decision making and workflow
US6862573B2 (en) * 2001-03-22 2005-03-01 Clear Technology, Inc. Automated transaction management system and method
NL1020992C2 (en) * 2001-07-31 2003-02-03 Koninkl Kpn Nv Work assignments booking system used in e.g. hospital, provides worker interface to log worker onto systems' work assignments database, to mark work assignment record as booked
US7346533B1 (en) * 2001-10-24 2008-03-18 Perot Systems Corporation Method and system for utilizing best practices to satisfy requirements of a requirements specification
EP1310886A1 (en) * 2001-11-13 2003-05-14 Koninklijke KPN N.V. System and method for booking work assignments
EP1473649A1 (en) * 2003-04-28 2004-11-03 Nederlandse Organisatie voor toegepast-natuurwetenschappelijk Onderzoek TNO A system and method for task management
WO2004097705A1 (en) * 2003-04-28 2004-11-11 Nederlandsche Organisatie Voor Toegepast- Natuurwetenschappelijk Onderzoek Tno A system and method for task management
US7693893B2 (en) 2003-10-10 2010-04-06 Sap Ag Distributed handling of associated data sets in a computer network
EP1522938A1 (en) * 2003-10-10 2005-04-13 Sap Ag Distributed handling of associated data sets in a computer network
WO2006059240A3 (en) * 2004-06-16 2006-10-26 Ids Scheer Ag User interface for complex process inplementation
WO2006059240A2 (en) * 2004-06-16 2006-06-08 Ids Scheer Aktiengesellschaft User interface for complex process inplementation
CN101174137B (en) * 2006-09-13 2011-05-18 福特汽车公司 Location selection system and method

Also Published As

Publication number Publication date
AU7207194A (en) 1995-01-03

Similar Documents

Publication Publication Date Title
WO1994029804A1 (en) Process management system
US6065009A (en) Events as activities in process models of workflow management systems
JP2986051B2 (en) Object oriented computer system and object execution method
US7533366B2 (en) Object oriented based methodology for modeling business functionality for enabling implementation in a web based environment
US5530861A (en) Process enaction and tool integration via a task oriented paradigm
US5644764A (en) Method for supporting object modeling in a repository
US6237020B1 (en) Task-oriented automatic distribution of software
US6772407B1 (en) Staging objects in workflow management systems
US7406483B2 (en) Provisioning of software components via workflow management systems
EP1061431A2 (en) Configuring computer systems
US20030195789A1 (en) Method for incorporating human-based activities in business process models
US6598035B2 (en) Object oriented rule-based expert system framework mechanism
JP2004280821A (en) Software business process model
JP2004280820A (en) Framework for supporting business software application
Cheong et al. Frame-based method for customizing generic software architectures
US20010049712A1 (en) Archiving in workflow management systems
WO2001009831A2 (en) Integrated system and method of creating intelligent agents
Sarin Object-oriented workflow technology in InConcert
Shim et al. A unified approach for software policy modeling: Incorporating implementation into a modeling methodology
Selfridge et al. Knowledge management tools for business process support and reengineering
Wagner Object Event Modeling for DES and IS Engineering.
Kant et al. Engineering Information System (EIS)
Flanders et al. Software Re-Engineering of the Human Factors Analysis and Classification System-(Maintenance Extension) Using Object Oriented Methods in a Microsoft Environment
Herrmann Lua/P—a repository language for flexible software engineering environments
Serrano et al. Programming social middleware through social interaction types

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU BR CA JP RU

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: CA

122 Ep: pct application non-entry in european phase