On Capturing Exceptions in Workflow Process Models

Size: px
Start display at page:

Download "On Capturing Exceptions in Workflow Process Models"

Transcription

1 On Capturing Exceptions in Workflow Process Models Shazia W. Sadiq Maria E. Orlowska Department of Computer Science and Electrical Engineering The University of Queensland QLD 4072 Australia Abstract-Exceptions have always been a major source of complexity and limitation in business process automation. In this paper we review exception handling from the perspective of large business processes that involve several, possibly heterogeneous and distributed information systems. The aim is to capture behavior which represents deviations from the normal process, but still can be anticipated, and handled accordingly. These exceptions are useful and a key to effective and flexible processes. Using workflow techniques as instruments of business process modeling, we provide methodological guidelines for analyzing exceptional behavior and designing special constructs within the process model that support useful exceptions. 1 Introduction A business process model is a description of an organization s activities in terms of tasks, agents, rules and procedures. It is engineered to fulfill a business goal [GHS95]. In the dynamic and competitive business environments of recent times, process models are subject to frequent and unavoidable change [Dav93]. Process models thus evolve over time. It is necessary for the technology supporting business process automation to allow the process models to adapt to the changing requirements [SMO99]. Process evolution is generally a carefully planned strategic decision. It comprises several phases of propose, define/clarify, review, analyze, revise, distribute, enact and evaluate. However, a process model may be unable to fulfill the business goal because of reasons other than changed circumstances. Consequently, reengineering or process evolution is not always the right solution. In fact, limitation of process models is most frequently felt in their inability to cater for rare or unanticipated cases [SW95]. These deviations from the prescribed process logic are exceptions. Exceptions may or may not trigger a re-definition of the process model. A large majority of exceptions, however, can be anticipated. Thus they are not exceptions in the real sense, but they still represent deviations from the normal process. Recognition and design of these deviant processes promotes the flexible aspect of the business process. As such, an exception can be perceived as [SM95]: Useful, that is, a 'key to effective and flexible' processes, and thus should be handled. Unanticipated, that is, the result of an 'unexpected, infrequent and non-repetitive' event. In general, exception handling is expensive. Business processes that are (partially) automated through process enactment systems such as group ware and workflow systems are liable to suffer substantially from a lack of exception handling support since it essentially causes 'system work arounds'. For processes that span organizational boundaries, or extend beyond organizations into virtual enterprises, the consequences of these work arounds cannot be easily established. As a result exceptional handling may come in conflict with process goals, and this conflict may go undetected until a critical point, and which time a cascade of further exceptions may be triggered [KD98]. This is obviously not desirable. In this paper, we primarily deal with exceptions that are deemed useful. The aim is to enhance the process model, so that these exceptions can be handled without system work arounds, and in conformance with process goals. We thus view a business process as a composition of the core process and a collection of exception processes. 1

2 In the following sections we investigate viable approaches for the modeling of such processes using workflow techniques. In section 2, we provide a brief introduction to workflow technology and related concepts. We will also introduce a workflow modeling language, which is used in the subsequent discussion. Section 3 gives a description of various classes of exceptions from a modeling perspective. We illustrate the taxonomy with an example scenario of a workflow that represents a typical international conference. Finally, in section 4 and 5, we present methodological guidelines for incorporating useful exceptions into the process model. We will also briefly discuss the extensibility of the proposed methods for supporting unanticipated exceptions. 2 Business Process Automation Workflow technology has emerged as an appropriate platform for consolidating the distributed information resources of an enterprise, promoting interoperability in cross-platform systems and for providing a global view and understanding of business process models. A workflow is defined as the automation of a business process, in whole or part, during which documents, information or tasks are passed from one participant to another for action, according to a set of procedural rules [WFMC95]. Workflow management is a means by which the ordering, coordination and allocation of tasks can be defined and controlled in accordance with usually a given set of rules and procedures. A Workflow has two main components: The process model, or workflow model is a definition of the tasks, ordering, data, resources, and other aspects of the process. This represents the workflow schema or type. Most, if not all, workflow models are defined as graphs which depict the flow or ordering of the tasks involved in the process, together with a description of other task properties. For example, we can define an admission workflow that handles student admission applications in a university. The process instance is a particular occurrence of the process, for example, a particular application for admission represents an instance of the admission workflow. Different instances of the same workflow may perform a different subset of workflow tasks, i.e. they may have different execution paths in the workflow graph. An instance class is a set of instances that can be represented by the same (execution) sub-graph We briefly introduce the workflow modeling language first [SO97]. This conforms closely to the Workflow Management Coalition standards [WFMC98]. Figure 1 gives example graph notations. Figure 1. Process Graph Notations A Workflow is a Directed Acyclic Graph (DAG) W = <N, F> such that N: Finite Set of Nodes, F: Flow Relation F NΧN. Nodes can be tasks (rectangles) or coordinators (circles). Each task in the workflow is described by a set of properties. These relate to the data, time, underlying applications, resources, clients, compensation and other properties [JB96]. We do not elaborate on task properties in this paper. However, the task is a complex object with rich semantics, and cannot be considered as a mere node in the workflow graph. Each node n N in the Workflow W also has an execution structure consisting of a set of visible states and a set of transitions between these states [RS94]. The execution of nodes is modeled by the Finite State Machine in Figure 2. Nodes can take the following states: 2

3 Scheduled: Scheduled for execution, but not yet allocated to any workflow client Active: Chosen by its client, and being performed Suspended: Temporarily put on hold Complete: Successfully completed Terminated: Result of aborting an active task or recalling a scheduled task Suspended Scheduled Active Completed Allocate Complete Recal Abort Terminated Figure 2. Finite State Machine for a Node Let INS be the set of instances for W nodestate: N X INS {Scheduled, Active, Complete, Terminated, Suspended}, nodestate(n, i) : State of Node n for instance i where n N, i INS. Assuming that time lapse between the completion of a node and the scheduling of its chosen successors is negligible, we define the following states for an instance: Ready: An instance i is in Ready State when nodestate (n 0, i) = Scheduled Current: An instance i is in Current State when n N, s.t. nodestate (n, i) = Active ( n N, s.t. nodestate (n, i) = Scheduled m N, s.t. nodestate (m, i) = Completed) Complete: An instance i is in Complete State when nodestate (n f, i) = Completed Where n 0 is the Initial Task and n f is the Final Task of W The above concepts are typical to most workflow process and execution models. We will use these concepts in the subsequent sections to illustrate the examples and modeling methodology. 3 Classes of Exceptions Several classifications of exceptions can be found in related literature. One of the earliest contributions came from [SM95] in the area of information systems. They provide five different perspectives on exceptions, namely random-event, error, political system, total quality management, and human computer system perspective. In the context of business processes and workflow systems, notable work on exception classes can be found in [EL95], [HS98], [CP99]. [EL95] were the first to present a classification of workflow exceptions. They divide exceptions that may occur during workflow execution into basic failures, which are failures at the system level, application failures, expected exceptions and unexpected exceptions. In [HS98], the authors provide a taxonomy based on the level of abstraction. This includes adaptation to a changing business context, which is the domain level. Process level adaptation, which is adaptation of workflow schemas and tasks including model evolution as well as ad-hoc changes. Resource level adaptation, which deals with adaptation of organization and data structures. And finally, infrastructure level adaptation, which is adapting to technical advances and changed system configurations. [CP99] classify exceptions on the basis of time of occurring. Thus exceptions can occur synchronously with the flow of the process, or asynchronously. They further divide synchronicity into localized and sparse. 3

4 We approach the problem from a modeling perspective, thus classifying exceptions on the basis of when and how useful exceptions can be included in the process model. The underlying assumption is that these exceptional cases in the business process are well recognized and understood, and the procedures for handling them have been determined. The main characteristic that distinguishes these exceptions from 'normal' business process logic is infrequency. Exceptions in the process are driven by events. These events could be of a variety of forms, including predicates over process data, temporal events, resource violations, and external notification. A typical process may have a significant number of exception conditions that require special proceduress, which are not part of the normal process. Useful exceptions (UE) for a given process can be described through UE: (W, F) E where W is the Workflow Process, F is the Failure Condition and E is the Exception Handling (sub) Process. Several F may trigger the same E, so E is not necessarily unique to a given F. Call for Papers Review Accepted N Rejection Notification Y Acceptance Notification Publication Presentation Close To illustrate our classification, we introduce an example scenario. Consider a workflow process that models a typical international conference management process (Figure 3). Some of these activities are blocks, consisting of several workflow tasks. There are several clients for this workflow, including the conference organizers, the program committee, authors, publishers and sponsors. This example does not represent the design of any particular conference, nor does it aim at providing a comprehensive process model for this application area. This process model has been designed to the best of our knowledge using commonly accepted procedures. We now introduce the classification of exceptions, which groups exceptions on the basis of when and how they can be integrated with the process model. 3.1 Embedded Figure 3. A Conference Workflow The simplest approach to model exceptional behavior is to embed exception logic into process logic. Consider the workflow representing the Publication block. This primarily involves the publishers and the authors. Normal processes can be modeled as in Figure 4. The publishers for the conference receive the data from the conference organizers regarding papers and authors. They, then communicate to the authors necessary pre-requisites for printing. Assuming that electronic media is the main form of communication, the authors receive author kits through s, with necessary documents as attachments. The process represented in Figure 4 is an iterative process, however, iterative structures have been omitted for simplicity. Several exceptions can arise in this scenario, for example: 4

5 1. Authors are unable to view the author kit attachments 2. The author sends the paper but does not fully comply with the formatting guidelines 3. The author does not send the paper at all, or after the deadline The process model depicted in Figure 4 is unable to handle any of these exceptions. In order to embed the exception logic into the process model, first the exception handling procedure has to be defined. Recieve Publication Request Post Author Kits Recieve Papers Send to Print Publisher Reformat Paper Recieve Author Kit Prepare Copyright Statement Send Documents Prepare Abstract Author Figure 4. Publication Workflow Suppose the following business rules are defined for the above exceptions. 1. Authors unable to view author kit attachments, can download the documents from the publisher's web site. 2. Papers received by the publishers which fail to comply with prescribe formatting standards will be charged to the authors at a given rate 3. Papers not received within the deadline will not be published Recieve Publication Request Post Author Kits Recieve Author Kit View Attachements Yes No Download NULL Recieve Papers Status Okay Not Okay Reformat Paper Reformat Prepare Copyright Statement Send Documents Prepare Abstract Charge Customer Send to Print Figure 5. Extended Publication Workflow 5

6 In Figure 5, the Publication sub process is extended to include the exception logic. This demonstrates an obvious improvement over the previous process model. Failure conditions F, are implemented as control flow conditions, and the exception handlers E, are implemented as workflow task(s). However, this approach may not work for all types of exceptions. We can consider paper withdrawal by authors as another exception. Authors choosing to withdraw must send a statement signed by all co-authors. Consequently their paper would be stricken from the conference publications. This exception may occur after submission, during or after the review process, after notification of acceptance, an even during the publication process. Embedding exception logic translates to the insertion of Choice/Merge (OR-Split/OR-Join) structures in the process graph. Modeling of exceptions such as paper withdraw, will cause repeated use of the same structure. This obscures the normal process from the modeling point of view. Excessive use of choice constructs designed solely for exception handling, even when used as in Figure 5, introduces a complexity in the process model which is not always desirable. The decision to embed certain exception handling procedures within the process model will be a domain specific decision, dependent upon the semantic criticality, and frequency of the exception. Furthermore, once such procedures are embedded into the normal process logic, it is debatable whether the term 'exception', is appropriate for these procedures. 3.2 Separated Separating failure semantics is not a new concept. It has been widely used and accepted in programming languages. The primary motivation is the design of readable code. This is a table versus shelf scenario, where only the requisite material is put on the table. All reference material is shelfed, and brought to the table only when required, thus keeping the table material under control. The same reasoning can be applied to process enactment systems [HA98]. Recieve request for withdrawal Not Okay Authorization Reject Inform Reviewers Under Review Remove Paper Paper Status Review Pending Notification Pending Y N Under Publication Accepted Reject Now Inform Printer Printing Pending Remove Paper Notify Authors Exception rules Figure 6. Paper Withdraw Exception One approach is to implement exceptions through an explicit exception rule base of the form (W,F) E. Upon F, control flow is transferred from the affected instance to the (workflow management) system, which invokes the appropriate exception handler E. Upon completion of E, control may or may not return to the instance. We will discuss this issue in more detail in the next section. 6

7 The identification of E is dependent on the failure condition F. It is vital that the correct F is delivered to the system. Workflow tasks are responsible for generating the correct F. Determining F for certain workflow tasks may not always be possible, which may result in a system work around, even when the exception handling procedure has been specified. Exception workflows Alternatively, exceptions can be modelled as workflow processes themselves. This is different from the rule base approach because the initiation of E is not dependent on workflow tasks to return the correct F. Instead E is initiated as an instance of another workflow process. An instance of the exception workflow will impact on the process data and subsequent execution path of the exception raising instance. The instantiation of the exception workflow will (temporarily) suspend the corresponding workflow of the exception raising instance, the execution of which may, or may not resume later. Consider the exception of paper withdrawal in the conference workflow. Handling of this exception can be captured as a workflow process (Figure 6). Creating an instance of this workflow would cause the conference workflow instance for that paper to be terminated. 3.3 Unanticipated These are exceptions which cannot be predicted in advance, and hence cannot be included in the process model, at least until their first occurrence. For example not enough papers are submitted, because of which the conference is cancelled, or a sponsor withdraws financial support, because of which the publication of the proceedings cannot be accomplished as advertised. Unanticipated exception may result in a failure of the workflow system to meet the process goal. It would be pertinent to note at this point that 'failure' is often meant to denote system failure. Recovery from system failure such as power cut, program abort, server down etc. is generally handled by the workflow activity which relies on the recovery capabilities of underlying (database management) systems. The workflow may be temporarily suspended, but resumes execution when the local system recovers. Semantic failure occurs when an instance is unable to proceed according to the given workflow model. This may happen at the application (task) or process (workflow) level. Thus the workflow system is unable to cater for the special circumstances. Process model changes may be initiated as a result of semantic failure. The challenge here is the management of active instances that are affected by a given change. The dynamic schema change problem has been extensively addressed in literature [Sad00], [CCP+96], [RD97], [EKR96]. The notion of workflow history management is also of importance in this issue. Workflow histories can be used to find exception precedents, which can provide guidelines for handling the current situation. An unanticipated exception may eventually be implemented as a useful exception, if it recurs, and is found significantly important. Figure 7 presents a view of the exception classes introduced above. In summary, we make the following observations for the three exception classes: Embedded: Exceptions which are embedded within the process model become part of the core process and generally are not even considered as exceptions. Separated: Exceptions which are implemented through exception rules and/or exception workflows constitute the set of useful exceptions for the process. Unanticipated: The business process can not be completely captured through its core and exception processes because of the existence of unanticipated exceptions. The (known) business process model is thus composed of the core process and a given set of exception processes, that is BP = {CP, P 1, P 2, P 3, P k }. The challenging question at this point becomes the modeling and enactment of the useful exceptions, so as to effectively provide system support for these exceptions. We address this question in the next section. 7

8 Figure 7. Modeling Perspective on Exception Classes 4 Exception Handling Methodology Modeling exceptions in business processes is not confined to designing exception handling processes. In fact, detecting and diagnosing an exception is an equally complex problem for large workflows. Accordingly, we divide exception handling into three typical phases: detection, diagnosis and resolution. In this section, we provide guidelines for capturing the exception logic in each of these phases. 4.1 Detection Exceptions are clearly event driven. The aim is to recognize the occurrence of an event as a given exception. The design of failure modes (the F in (W,F) E) is the key factor. Failure conditions can be designed at three levels: Task Level: Failures that can occur for particular tasks. For example, papers received by publishers which are not formatted correctly, is a failure condition of the 'Receive Papers' task. Block level: Failures that can occur for a group of tasks within the workflow. An example block can be the group of tasks that relate to 'Review', which include receiving paper submissions, finding the appropriate reviewers, and dispatching the papers. An example failure for this block is a decline by a reviewer to review a particular paper. Process Level: Failures that can occur anytime within the entire process. For example paper withdraw' is a process level failure condition. Thus the W in (W,F) E can represent the workflow, a block in the workflow, or a single task. It is important that the triggering object, (or the tasks executed prior to it) provide sufficient data for the evaluation of F. 4.2 Diagnosis Once the failure condition has been established, diagnosing the exception is the next step, which is determining the appropriate exception handler (the in (W,F) E). Exception diagnosis can be implemented through: Control Flow: The flow conditions of the process model diagnose the exception (Figure 5). Control flow can be used for only those exceptions that occur at the completed state of a given task, and is thus limited to the implementation of task level failure conditions. The exception handling process may be modeled as single task, a block of tasks or a nested process. 8

9 Exception Rules: Using exception rules is typical of programming environments. Exception rules can be defined for task, block and process level failures. Workflow tasks usually end in a completed state (Figure 2), after which normal flow continues. Workflow tasks that end in terminated state indicate semantic failure, after which the (workflow management) system evaluates the given failure conditions for that task (block or process) and diagnoses the exception handler if possible. The underlying assumption in this approach is that the relevant data for the evaluation of the failure condition will be generated by the preceding workflow task(s). External Triggers: When the workflow process cannot completely provide the data necessary for evaluating the failure condition of a particular exception, an exception workflow may be triggered through external notification. In contrast with rule based diagnosis, the initiation of the exception sub-process is replaced by the instantiation of the exception workflow, which is controlled by humans. The failure condition is identified through an external notification, and thus does not require system evaluation. 4.3 Resolution Resolving exceptions effectively, lies in appropriately designed exception handlers (the E (W,F) E). Since the design of the exception handling process is a domain dependent semantic issue, we do not discuss that further. However, the issue of resuming execution after completing the exception handling process is of importance here. Except when embedded in the process model through control flow, exceptions are resolved by invoking the exception handling processes and (temporarily) suspending the execution of the exception raising instance. This invocation is irrespective of the diagnosis strategy, which could be through wait tasks, rule base or exception workflows. Suppose that for a current instance i of workflow W, a given failure condition f F evaluates to true. The corresponding e E is diagnosed. Since instance i is in current state, at the time when f is evaluated, there will exist at least one n N, such that nodestate (n, i) = Active or nodestate (n, i) = Scheduled (See definition in Section 2). The invocation of e is preceded by a suspension of i. This means that n will be put into Suspended state if it was previously Active, or it would be recalled and put into Terminated state if it was previously Scheduled. On completion of e, execution of i may or may not resume. Depending upon the state of n when f was evaluated, a number of options may exist for the resumption of execution of i after executing e. Table 1. Resuming Execution after Exception Handling Case nodestate (n, i) = Active nodestate (n, i) = Scheduled A n is aborted and control never returns to i Control never returns to i B Control returns to i and n is (re)activated Control returns to i and n is (re)scheduled C D Control returns to i, but execution is resumed at a different point Control returns to i, but execution is resumed at a different point Control is not diverted from n, and n executes in parallel with e Resuming at the point of suspension (Case B), or aborting the instance (Case A) may not work in all cases. Case C, where control returns to i but execution is resumed at a different point causes several complexities, which we shall discuss further in the next section. A special case in the above scenario is where i need not be suspended (Case D). For example the authors of a given paper wish to change the authorship and/or affiliation on the paper. Business rules state that this can be allowed only if the paper has not yet been sent to the printer. Thus, the paper may be in the submitted state, it may be under review, or pending notification. Raising of this exception will require triggering of exception handling tasks, however, it will not require suspension of the exception raising instance. That is, nodestate (n, i) remains unchanged after f. Note that the execution of (the final task in) e will be constrained to reach complete state before the first task in the 'Publication' block is scheduled. This identifies a temporal property of e. As stated above, the tasks in the process model are complex objects with rich semantics, that capture various properties of the business activities represented by these workflow tasks. This is equally true for tasks in the exception processes. 9

10 5 Modeling and Enactment of Exception Processes We have proposed a modeling approach under which the business process is given as BP = {CP, P 1, P 2, P 3, P k }. We do not elaborate on the modeling of the core process (CP), and instead refer the reader to several articles in the literature which focus on business process modeling, in particular on workflow modeling languages [WFMC98, SO97, Jab94]. However, as noted before, the core process may also contain exception handling logic, which is generally implemented through choice constructs in the workflow model. 5.1 Modeling exception processes The P i 's (i: 1, 2, k) constitute the exception handling component of the business process. We represent each P i by the tuple (n, t, f, e, p) where n: Name of the exception t: Set of triggering objects, which could be tasks, blocks, the entire process, or external entities f: Failure condition(s) e: Exception handling process p: Type of the exception (Corresponding to the cases given in Table I) The P i processes (e) are modeled as sub processes of the exception raising instance, when they are of the type A, B or D. The P i 's can also be views of the business process that depict a given exception. The view approach is applicable to case C, where the impact on the exception raising instance cannot be determined. 5.2 Enacting exception processes The enactment of the core process and any exception handling tasks embedded in the core process, is handled by the workflow engine. The enactment of the exception processes however, may require some additional or extended components in the workflow management system (WFMS). In this section, we identify the actions that are required for the enactment of the exception processes, and thereby provide a foundation for an analysis of the generic architecture [WfMC95] of the workflow management system and its limitations. The foremost requirement is for the system evaluation of a failure condition (when exceptions are diagnosed through exception rules) or the external notification of a failure condition (when exceptions are diagnosed through exception workflows). Thus a mechanism is required to manage the signaling between the triggering objects and the WFMS. The workflow management system then has to search for the given failure condition in the P i tuples, and find the corresponding exception handling process. The invocation of exception handling process will depend upon the type of P i. Sub process: The exception handling process (e) is modeled as a sub process, when the type of P i is A, B or D. The WFMS must include components that can transfer the control to e where required, change the node states of the tasks in the exception raising instance, and finally resume the execution of this instance in accordance with its type. View: The exception handling process (e) is modeled as a view of the business process, when the type of P i is C, since for these type of exceptions, the impact on the exception raising instance is dependent on the current state of the instance. Type C exceptions are more likely to occur when the triggering object is the process or an external entity. A mechanism is required that dynamically charts out the subsequent execution path for the exception raising instance. This is analogous to the migration of an instance to a workflow of another type. In other words, the exception raising process migrates to the exception process. Th migrate approach is usually addressed in the context of workflow processes that evolve in the presence of active instances [SO99]. However, to handle type C exceptions, a similar framework is required. 5.3 Handling unanticipated exceptions A failure condition, for which no match is found, will identify a special case of P i which represents unanticipated exceptions. This P i is given by the tuple (Unknown, [W], NULL, empty-process, C) where n: Name of the exception: Unknown 10

11 t: Set of triggering objects: The entire process W f: Failure condition(s): NULL e: Exception handling process: empty-process, that is unknown process p: Type of the exception: C When an unanticipated exception is raised, the first issue is that of resolving the exception from a business point of view, that is what activities have to be performed for the exception raising instance, such that it meets with the process goals. Here, the history management component of the WFMS becomes important. Previously completed instances with unknown exceptions are searched for precedents. The stage of the instance and process data is used to find close matches. How the previous exception raising instances were handled provides guidelines for handling the current situation. Documenting unanticipated exceptions as special P i tuples extended to include identification of the exception raising instance(s) is necessary to provide the support for precedent search. These precedents can also be the basis for process refinement or redesign after a period of observation. An unanticipated exception may eventually be implemented as a useful exception, if it recurs, and is found significantly important. After having determined the exception handling process for the unanticipated exception, the next step is to invoke the newly defined exception process. The view approach is proposed since the impact on the exception raising instance is unknown. Again, a mechanism is required to dynamically chart out the subsequent execution path for the exception raising instance. An approach to dynamic instance adaptation is given in [Sad00], which proposes the concept of 'compliance graphs' for unanticipated exceptions. The compliance graph provides a bridge between the exception raising instance and the newly defined exception process, including any rollback/compensation that may be required. 6 Contributions Exception handling is a well-recognized, however difficult area of business process automation. Exceptions can be broadly classified as unanticipated and useful. In this paper, we have investigated the modeling of useful exceptions, so that they can be handled by the system, thus reducing or ideally eliminating the need for system workarounds, where it is difficult to establish the outcomes. Our approach is to model a business process as a composition of the core process and a set of exception processes. We have provided guidelines for specifying exceptional behavior in the three phases of exception handling, that is detection, diagnosis and resolution. Furthermore, we have presented a modeling methodology to capture the exception processes. We plan to investigate further the feasibility of this methodology and its demands in terms of WFMS components and functionality. 7 References CCP+96 CP99 Dav93 EKR96 EL95 GHS95 F. Casati, S Ceri, B. Pernici, G. Pozzi. (1996) Workflow Evolution. Proceedings of the 15th ER'96 international Conference, Oct 7-10, Cottbus, Germany, Springer Verlag Lecture Notes in Computer Science, Fabio Casati, Giuseppe Pozzi (1999) Modeling Exception Behaviors in Commercial Workflow Management Systems. Proceedings of the Fourth IFCIS International Conference on Cooperative Information Systems (CoopIS99). Edinburgh, Scotland. Sep 2-4, Davenport Thomas (1993) Process Innovation Reengineering work through Information Technology. Harvard Business School Press. S. Ellis, K. Keddara, G. Rozenberg. (1996) Dynamic Changes within Workflow Systems. Proceedings of ACM Conference on Organizational Computing Systems (COOCS 95), Milpitas, CA. USA, Nov J Eder, W. Liebhart (1995) The workflow activity model WAMO. Proceedings of the 3rd international conference on Cooperative Information Systems (CoopIs), Vienna, Austria, May Dimitrios Georgakopoulos, Mark Hornick, Amit Sheth. (1995) An Overview of Workflow Management: From Process Modelling to Workflow Automation Infrastructure. Distributed and Parallel Databases, 3, ,

12 HA98 Claus Hagen, Gustave Alonso (1998) Flexible Exception Handling in the OPERA Process Support System. IEEE 18th International Conference on Distributed Computing Systems HS98 Yanbo Han, Amit Sheth (1998) A Taxonomy of Adaptive Workflow Management. Towards Adaptive Workflow Systems, Workshop in Conference on Computer Supported Cooperative Work, Seattle, USA, Nov 1998 Jab94 Stefan Jablonski (1994) MOBILE: A Modular Workflow Model and Architecture. Proceedings of 4th International Conference on Dynamic Modeling and Information Systems, Netherlands, JB96 Stefan Jablonski, Christoph Bussler (1996) Workflow Management - Modeling Concepts, Architectures and Implementation. International Thompson Computer Press KD98 Mark Klein, Chrysanthos Dellarocas (1998) A Knowledge-based Approach to Handling Exceptions in Workflow Systems. Workshop on Adpative Workflow Systems. Conference on Computer Supported Cooperative Work (CSCW), Seattle, USA. November RD97 Manfred Reichert, Peter Dadam (1997) ADEPTflex - Supporting Dynamic Changes of Workflow without loosing control. Journal of Intelligent Information Systems (JIIS), Special Issue on Workflow and Process Management RS94 Marek Rusinkiewicz, Amit Sheth. (1994) Specification and Execution of Transactional Workflows. Modern Database Systems: the object Model, Interoperability, and beyond, Kim Won (ed.), Addison-Wesley, Sad00 Shazia Sadiq (2000) Handling Dynamic Schema Change in Process Models. (To Appear) Australian Database Conference, Canberra, Australia. Jan 27 - Feb 02, SM95 Diane M. Strong, Steven M. Miller (1995) Exceptions and Exception Handling in Computerized Information Processes. ACM Transactions on Information Systems, Vol 13, No 2, Pages , April SMO99 Shazia Sadiq, Olivera Marjanovic, Maria E. Orlowska (1999) Managing Change and Time in Dynamic Workflow Processes. (To Appear) International Journal of Cooperative Information Systems. SO97 Sadiq Wasim, Orlowska Maria E. (1997) On Correctness Issues in Conceptual Modeling of Workflows. In Proceedings of the 5 th European Conference on Information Systems (ECIS 97), Cork, Ireland, June 19-21, SO99 Shazia Sadiq, Maria Orlowska (1999) Architectural Considerations in Systems Supporting Dynamic Workflow Modification. Proceedings of the workshop on Software Architectures for Business Process Management at CAiSE*99, The 11th Conference on Advanced Information Systems Engineering, Heidelberg, Germany. June14-18, SW95 Heikki Saastomoinen, George M. White (1995) On Handling Exceptions. Proceedings of ACM Conference on Organizational Computing Systems (COOCS 95), Milpitas, CA. USA, Nov WFMC95 Workflow Management Coalition (1995) The Workflow Reference Model, Document Number TC , Issue 1.1, 19-Jan-95. WFMC98 Workflow Management Coalition. (1998) The Workflow Management Coalition Interface 1: Process Definition. Interchange Process Model. Document No WFMC-TC-1016-P. Issue 7.05 beta. Aug

Applying a Generic Conceptual Workflow Modeling Technique to Document Workflows *

Applying a Generic Conceptual Workflow Modeling Technique to Document Workflows * Applying a Generic Conceptual Workflow Modeling Technique to Document Workflows * Wasim Sadiq Maria E. Orlowska CRC for Distributed Systems Technology School of Information Technology The University of

More information

REQUIREMENTS FOR THE WORKFLOW-BASED SUPPORT OF RELEASE MANAGEMENT PROCESSES IN THE AUTOMOTIVE SECTOR

REQUIREMENTS FOR THE WORKFLOW-BASED SUPPORT OF RELEASE MANAGEMENT PROCESSES IN THE AUTOMOTIVE SECTOR REQUIREMENTS FOR THE WORKFLOW-BASED SUPPORT OF RELEASE MANAGEMENT PROCESSES IN THE AUTOMOTIVE SECTOR Ulrich Bestfleisch, Joachim Herbst DaimlerChrysler AG Research and Technology Data and Process Management

More information

The Workflow Management Coalition Specification Workflow Management Coalition Terminology & Glossary

The Workflow Management Coalition Specification Workflow Management Coalition Terminology & Glossary The Workflow Management Coalition Specification Workflow Management Coalition Terminology & Glossary Workflow The automation of a business process, in whole or part, during which documents, information

More information

Using Workflow Technology to Manage Flexible e-learning Services

Using Workflow Technology to Manage Flexible e-learning Services Educational Technology & Society 5(4) 2002 ISSN 1436-4522 Using Workflow Technology to Manage Flexible e-learning Services Joe Lin, Charley Ho, Wasim Sadiq, Maria E. Orlowska Distributed Systems Technology

More information

Workflow Management Standards & Interoperability

Workflow Management Standards & Interoperability Management Standards & Interoperability Management Coalition and Keith D Swenson Fujitsu OSSI [email protected] Introduction Management (WfM) is evolving quickly and expolited increasingly by businesses

More information

Semantic Analysis of Business Process Executions

Semantic Analysis of Business Process Executions Semantic Analysis of Business Process Executions Fabio Casati, Ming-Chien Shan Software Technology Laboratory HP Laboratories Palo Alto HPL-2001-328 December 17 th, 2001* E-mail: [casati, shan] @hpl.hp.com

More information

Modeling Workflow Patterns

Modeling Workflow Patterns Modeling Workflow Patterns Bizagi Suite Workflow Patterns 1 Table of Contents Modeling workflow patterns... 4 Implementing the patterns... 4 Basic control flow patterns... 4 WCP 1- Sequence... 4 WCP 2-

More information

Demonstrating WSMX: Least Cost Supply Management

Demonstrating WSMX: Least Cost Supply Management Demonstrating WSMX: Least Cost Supply Management Eyal Oren 2, Alexander Wahler 1, Bernhard Schreder 1, Aleksandar Balaban 1, Michal Zaremba 2, and Maciej Zaremba 2 1 NIWA Web Solutions, Vienna, Austria

More information

BPMN by example. Bizagi Suite. Copyright 2014 Bizagi

BPMN by example. Bizagi Suite. Copyright 2014 Bizagi BPMN by example Bizagi Suite Recruitment and Selection 1 Table of Contents Scope... 2 BPMN 2.0 Business Process Modeling Notation... 2 Why Is It Important To Model With Bpmn?... 2 Introduction to BPMN...

More information

A Meeting Room Scheduling Problem

A Meeting Room Scheduling Problem A Scheduling Problem Objective Engineering, Inc. 699 Windsong Trail Austin, Texas 78746 512-328-9658 FAX: 512-328-9661 [email protected] http://www.oeng.com Objective Engineering, Inc., 1999-2007. Photocopying,

More information

An Object Model for Business Applications

An Object Model for Business Applications An Object Model for Business Applications By Fred A. Cummins Electronic Data Systems Troy, Michigan [email protected] ## ## This presentation will focus on defining a model for objects--a generalized

More information

Journal of Information Technology Management SIGNS OF IT SOLUTIONS FAILURE: REASONS AND A PROPOSED SOLUTION ABSTRACT

Journal of Information Technology Management SIGNS OF IT SOLUTIONS FAILURE: REASONS AND A PROPOSED SOLUTION ABSTRACT Journal of Information Technology Management ISSN #1042-1319 A Publication of the Association of Management SIGNS OF IT SOLUTIONS FAILURE: REASONS AND A PROPOSED SOLUTION MAJED ABUSAFIYA NEW MEXICO TECH

More information

BIS 3106: Business Process Management. Lecture Two: Modelling the Control-flow Perspective

BIS 3106: Business Process Management. Lecture Two: Modelling the Control-flow Perspective BIS 3106: Business Process Management Lecture Two: Modelling the Control-flow Perspective Makerere University School of Computing and Informatics Technology Department of Computer Science SEM I 2015/2016

More information

Enhancing ECA Rules for Distributed Active Database Systems

Enhancing ECA Rules for Distributed Active Database Systems Enhancing ECA Rules for Distributed Active Database Systems 2 Thomas Heimrich 1 and Günther Specht 2 1 TU-Ilmenau, FG Datenbanken und Informationssysteme, 98684 Ilmenau Universität Ulm, Abteilung Datenbanken

More information

Service Level Agreements based on Business Process Modeling

Service Level Agreements based on Business Process Modeling Service Level Agreements based on Business Process Modeling Holger Schmidt Munich Network Management Team University of Munich, Dept. of CS Oettingenstr. 67, 80538 Munich, Germany Email: [email protected]

More information

Workflow Driven e-learning: Beyond Collaborative Environments

Workflow Driven e-learning: Beyond Collaborative Environments Workflow Driven e-learning: Beyond Collaborative Environments Shazia Sadiq, Wasim Sadiq*, Maria Orlowska School of Computer Science and Electrical Engineering *Distributed Systems Technology Center 1 The

More information

Multi-Paradigm Process Management

Multi-Paradigm Process Management Multi-Paradigm Process Management Michael zur Muehlen 1, Michael Rosemann 2 1 Stevens Institute of Technology Wesley J. Howe School of Technology Management Castle Point on the Hudson Hoboken, NJ 07030,

More information

SOA Enabled Workflow Modernization

SOA Enabled Workflow Modernization Abstract Vitaly Khusidman Workflow Modernization is a case of Architecture Driven Modernization (ADM) and follows ADM Horseshoe Lifecycle. This paper explains how workflow modernization fits into the ADM

More information

An Automated Workflow System Geared Towards Consumer Goods and Services Companies

An Automated Workflow System Geared Towards Consumer Goods and Services Companies Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 An Automated Workflow System Geared Towards Consumer Goods and Services

More information

Semantic Analysis of Flow Patterns in Business Process Modeling

Semantic Analysis of Flow Patterns in Business Process Modeling Semantic Analysis of Flow Patterns in Business Process Modeling Pnina Soffer 1, Yair Wand 2, and Maya Kaner 3 1 University of Haifa, Carmel Mountain 31905, Haifa 31905, Israel 2 Sauder School of Business,

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

Specification and Implementation of Exceptions in Workflow Management Systems

Specification and Implementation of Exceptions in Workflow Management Systems Specification and Implementation of Exceptions in Workflow Management Systems FABIO CASATI and STEFANO CERI, STEFANO PARABOSCHI, and GIUSEPPE POZZI Politecnico di Milano Although workflow management systems

More information

Ontological Identification of Patterns for Choreographing Business Workflow

Ontological Identification of Patterns for Choreographing Business Workflow University of Aizu, Graduation Thesis. March, 2010 s1140042 1 Ontological Identification of Patterns for Choreographing Business Workflow Seiji Ota s1140042 Supervised by Incheon Paik Abstract Business

More information

Process Description Incident/Request. HUIT Process Description v6.docx February 12, 2013 Version 6

Process Description Incident/Request. HUIT Process Description v6.docx February 12, 2013 Version 6 Process Description Incident/Request HUIT Process Description v6.docx February 12, 2013 Version 6 Document Change Control Version # Date of Issue Author(s) Brief Description 1.0 1/21/2013 J.Worthington

More information

COMPUTER AUTOMATION OF BUSINESS PROCESSES T. Stoilov, K. Stoilova

COMPUTER AUTOMATION OF BUSINESS PROCESSES T. Stoilov, K. Stoilova COMPUTER AUTOMATION OF BUSINESS PROCESSES T. Stoilov, K. Stoilova Computer automation of business processes: The paper presents the Workflow management system as an established technology for automation

More information

Process Execution Engine

Process Execution Engine 1 / 26 Automation Goals 2014 Cesare Pautasso 3 / 26 Business Modeling, Management and Mining Business Automation Prof. Cesare Pautasso http://www.pautasso.info [email protected] @pautasso Repeatable

More information

Analysing, Modelling, and Improving Workflow Application Development Processes

Analysing, Modelling, and Improving Workflow Application Development Processes Analysing, Modelling, and Improving Workflow Application Development Processes Mathias Weske ½, Thomas Goesmann ¾, Roland Holten,Rüdiger Striemer ½ Eindhoven University of Technology, The Netherlands ¾

More information

Extending Multidatabase Transaction Management Techniques to Software Development Environments

Extending Multidatabase Transaction Management Techniques to Software Development Environments Purdue University Purdue e-pubs Computer Science Technical Reports Department of Computer Science 1993 Extending Multidatabase Transaction Management Techniques to Software Development Environments Aidong

More information

NASCIO EA Development Tool-Kit Solution Architecture. Version 3.0

NASCIO EA Development Tool-Kit Solution Architecture. Version 3.0 NASCIO EA Development Tool-Kit Solution Architecture Version 3.0 October 2004 TABLE OF CONTENTS SOLUTION ARCHITECTURE...1 Introduction...1 Benefits...3 Link to Implementation Planning...4 Definitions...5

More information

Data-Aware Service Choreographies through Transparent Data Exchange

Data-Aware Service Choreographies through Transparent Data Exchange Institute of Architecture of Application Systems Data-Aware Service Choreographies through Transparent Data Exchange Michael Hahn, Dimka Karastoyanova, and Frank Leymann Institute of Architecture of Application

More information

CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL

CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL This chapter is to introduce the client-server model and its role in the development of distributed network systems. The chapter

More information

CA Data Protection. Content Provider Development Guide. Release 15.0

CA Data Protection. Content Provider Development Guide. Release 15.0 CA Data Protection Content Provider Development Guide Release 15.0 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

Patterns of Information Management

Patterns of Information Management PATTERNS OF MANAGEMENT Patterns of Information Management Making the right choices for your organization s information Summary of Patterns Mandy Chessell and Harald Smith Copyright 2011, 2012 by Mandy

More information

Workflow Automation and Management Services in Web 2.0: An Object-Based Approach to Distributed Workflow Enactment

Workflow Automation and Management Services in Web 2.0: An Object-Based Approach to Distributed Workflow Enactment Workflow Automation and Management Services in Web 2.0: An Object-Based Approach to Distributed Workflow Enactment Peter Y. Wu [email protected] Department of Computer & Information Systems Robert Morris University

More information

Ontologies for Enterprise Integration

Ontologies for Enterprise Integration Ontologies for Enterprise Integration Mark S. Fox and Michael Gruninger Department of Industrial Engineering,University of Toronto, 4 Taddle Creek Road, Toronto, Ontario M5S 1A4 tel:1-416-978-6823 fax:1-416-971-1373

More information

Semantic Business Process Management Lectuer 1 - Introduction

Semantic Business Process Management Lectuer 1 - Introduction Arbeitsgruppe Semantic Business Process Management Lectuer 1 - Introduction Prof. Dr. Adrian Paschke Corporate Semantic Web (AG-CSW) Institute for Computer Science, Freie Universitaet Berlin [email protected]

More information

Business-Driven Software Engineering Lecture 3 Foundations of Processes

Business-Driven Software Engineering Lecture 3 Foundations of Processes Business-Driven Software Engineering Lecture 3 Foundations of Processes Jochen Küster [email protected] Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary

More information

Business Process Modelling Languages

Business Process Modelling Languages Agent and Object Technology Lab Dipartimento di Ingegneria dell Informazione Università degli Studi di Parma Business Process Modelling Languages Paola Turci AOT Lab - DII - Università di Parma Business

More information

Workflow Management Systems (WfMS)

Workflow Management Systems (WfMS) Workflow Management Systems (WfMS) Introduction to the Sungard Infinity Process Platform Evolution of Software Architecture Monolithic Application Systems y 2 Evolution of Software Architecture Application

More information

Compare & Adjust How to Guide for Compare & Adjust in SAP Solution Manager Application Lifecycle Management

Compare & Adjust How to Guide for Compare & Adjust in SAP Solution Manager Application Lifecycle Management Compare & Adjust How to Guide for Compare & Adjust in SAP Solution Manager Application Lifecycle Management www.sap.com TABLE OF CONTENTS COPYRIGHT... 3 1.0 Motivation... 4 2.0 Method and Prerequisites...

More information

Software Test Plan (STP) Template

Software Test Plan (STP) Template (STP) Template Items that are intended to stay in as part of your document are in bold; explanatory comments are in italic text. Plain text is used where you might insert wording about your project. This

More information

Exception Handling Automation in E-business Workflow Processes

Exception Handling Automation in E-business Workflow Processes Exception Handling Automation in E-business Workflow Processes Dovilė Vojevodina 1 1 Vilnius Gediminas Technical University, Sauletekio 11, LT - 10223, Lithuania [email protected] Abstract. Business

More information

Towards a Human Task Management Reference Model

Towards a Human Task Management Reference Model Towards a Human Task Management Reference Model Daniel Schulte FernUniversität in Hagen, 58084 Hagen, Germany, [email protected] Abstract. Business process engines and workflow engines (but

More information

CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences

CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences Manos Papagelis 1, 2, Dimitris Plexousakis 1, 2 and Panagiotis N. Nikolaou 2 1 Institute of Computer Science,

More information

SERENITY Pattern-based Software Development Life-Cycle

SERENITY Pattern-based Software Development Life-Cycle SERENITY Pattern-based Software Development Life-Cycle Francisco Sanchez-Cid, Antonio Maña Computer Science Department University of Malaga. Spain {cid, amg}@lcc.uma.es Abstract Most of current methodologies

More information

Aspect Oriented Strategy to model the Examination Management Systems

Aspect Oriented Strategy to model the Examination Management Systems Aspect Oriented Strategy to model the Examination Management Systems P.Durga 1, S.Jeevitha 2, A.Poomalai 3, Prof.M.Sowmiya 4 and Prof.S.Balamurugan 5 Department of IT, Kalaignar Karunanidhi Institute of

More information

Process Modelling from Insurance Event Log

Process Modelling from Insurance Event Log Process Modelling from Insurance Event Log P.V. Kumaraguru Research scholar, Dr.M.G.R Educational and Research Institute University Chennai- 600 095 India Dr. S.P. Rajagopalan Professor Emeritus, Dr. M.G.R

More information

MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS

MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS Tao Yu Department of Computer Science, University of California at Irvine, USA Email: [email protected] Jun-Jang Jeng IBM T.J. Watson

More information

A Review of Distributed Workflow Management Systems

A Review of Distributed Workflow Management Systems A Review of Distributed Workflow Management Systems F. Ranno and S. K. Shrivastava Department of Computing Science, Newcastle University, Newcastle upon Tyne, NE1 7RU, UK. Abstract: An increasing number

More information

Dynamic and Secure B2B E-contract Update Management

Dynamic and Secure B2B E-contract Update Management Dynamic and Secure B2B E-contract Update Management Samuil Angelov Information Systems Group Faculty of Technology Management Eindhoven University of Technology P.O. Box 513, 5600 MB, Eindhoven The Netherlands

More information

7. Classification. Business value. Structuring (repetition) Automation. Classification (after Leymann/Roller) Automation.

7. Classification. Business value. Structuring (repetition) Automation. Classification (after Leymann/Roller) Automation. 7. Classification Business Process Modelling and Workflow Management Business value Lecture 4 (Terminology cntd.) Ekkart Kindler [email protected] Structuring (repetition) Automation UPB SS 2006 L04 2 Classification

More information

A Variability Viewpoint for Enterprise Software Systems

A Variability Viewpoint for Enterprise Software Systems 2012 Joint Working Conference on Software Architecture & 6th European Conference on Software Architecture A Variability Viewpoint for Enterprise Software Systems Matthias Galster University of Groningen,

More information

A Workflow Event Logging Mechanism and Its Implications on Quality of Workflows *

A Workflow Event Logging Mechanism and Its Implications on Quality of Workflows * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 26, 1817-1830 (2010) Short Paper A Workflow Event Logging Mechanism and Its Implications on Quality of Workflows * Department of Computer Science Kyonggi

More information

CP14 ISSUE 5 DATED 1 st OCTOBER 2015 BINDT Audit Procedure Conformity Assessment and Certification/Verification of Management Systems

CP14 ISSUE 5 DATED 1 st OCTOBER 2015 BINDT Audit Procedure Conformity Assessment and Certification/Verification of Management Systems Certification Services Division Newton Building, St George s Avenue Northampton, NN2 6JB United Kingdom Tel: +44(0)1604-893-811. Fax: +44(0)1604-893-868. E-mail: [email protected] CP14 ISSUE 5 DATED 1 st OCTOBER

More information

CS 565 Business Process & Workflow Management Systems

CS 565 Business Process & Workflow Management Systems CS 565 Business Process & Workflow Management Systems Professor & Researcher Department of Computer Science, University of Crete & ICS-FORTH E-mail: [email protected], [email protected] Office: K.307,

More information

Ontology-Based Discovery of Workflow Activity Patterns

Ontology-Based Discovery of Workflow Activity Patterns Ontology-Based Discovery of Workflow Activity Patterns Diogo R. Ferreira 1, Susana Alves 1, Lucinéia H. Thom 2 1 IST Technical University of Lisbon, Portugal {diogo.ferreira,susana.alves}@ist.utl.pt 2

More information

Engineering Change Management (ECM)

Engineering Change Management (ECM) Engineering Change Management (ECM) RECOMMENDATION Engineering Change Order (ECO) PSI 3-2 (Draft) Version 0.9 ABSTRACT ProSTEP ivip Recommendation Abstract This Recommendation documents the ECO (Engineering

More information

DATA QUALITY MATURITY

DATA QUALITY MATURITY 3 DATA QUALITY MATURITY CHAPTER OUTLINE 3.1 The Data Quality Strategy 35 3.2 A Data Quality Framework 38 3.3 A Data Quality Capability/Maturity Model 42 3.4 Mapping Framework Components to the Maturity

More information

Connector-oriented Workflow System for the Support of Structured Ad hoc Workflow

Connector-oriented Workflow System for the Support of Structured Ad hoc Workflow Connector-oriented Workflow System for the Support of Structured Ad hoc Workflow Dongsoo Han, Jaeyong Shim School of Engineering, Information and Communications University P.0.Box 77 Yusong P.O., Taejon,

More information

Modeling The Enterprise IT Infrastructure

Modeling The Enterprise IT Infrastructure Modeling The Enterprise IT Infrastructure An IT Service Management Approach By: David Chiu D.L. Tsui Version 1.2b 2004 David Chiu & D.L. Tsui. All Rights Reserved Acknowledgement The authors would like

More information

A Service Modeling Approach with Business-Level Reusability and Extensibility

A Service Modeling Approach with Business-Level Reusability and Extensibility A Service Modeling Approach with Business-Level Reusability and Extensibility Jianwu Wang 1,2, Jian Yu 1, Yanbo Han 1 1 Institute of Computing Technology, Chinese Academy of Sciences, 100080, Beijing,

More information

Postgres Plus xdb Replication Server with Multi-Master User s Guide

Postgres Plus xdb Replication Server with Multi-Master User s Guide Postgres Plus xdb Replication Server with Multi-Master User s Guide Postgres Plus xdb Replication Server with Multi-Master build 57 August 22, 2012 , Version 5.0 by EnterpriseDB Corporation Copyright 2012

More information

Modelling Workflow with Petri Nets. CA4 BPM PetriNets

Modelling Workflow with Petri Nets. CA4 BPM PetriNets Modelling Workflow with Petri Nets 1 Workflow Management Issues Georgakopoulos,Hornick, Sheth Process Workflow specification Workflow Implementation =workflow application Business Process Modelling/ Reengineering

More information

Modeling Coordination as Resource Flow: An Object-Based Approach

Modeling Coordination as Resource Flow: An Object-Based Approach Modeling Coordination as Resource Flow: An Object-Based Approach John Noll Computer Engineering Department Santa Clara University 500 El Camino Real Santa Clara, CA 95053-0566 [email protected] Bryce Billinger

More information

HP Autonomy Software Support Foundation

HP Autonomy Software Support Foundation Data sheet HP Autonomy Software Support Foundation HP Autonomy Software Support provides comprehensive technical support and updates for HP Autonomy Software. Your IT staff can have fast, reliable access

More information

A Faster Way to Temporarily Redirect the Role Based Access Control Workflow Processes Christine Liang

A Faster Way to Temporarily Redirect the Role Based Access Control Workflow Processes Christine Liang A Faster Way to Temporarily Redirect the Role Based Access Control Workflow Processes Christine Liang ABSTRACT In recent years, many large organizations have used the Role Based Access Control (RBAC) Workflow

More information

BPM and SOA require robust and scalable information systems

BPM and SOA require robust and scalable information systems BPM and SOA require robust and scalable information systems Smart work in the smart enterprise Authors: Claus Torp Jensen, STSM and Chief Architect for SOA-BPM-EA Technical Strategy Rob High, Jr., IBM

More information

Process Modeling Notations and Workflow Patterns

Process Modeling Notations and Workflow Patterns Process Modeling Notations and Workflow Patterns Stephen A. White, IBM Corp., United States ABSTRACT The research work of Wil van der Aalst, Arthur ter Hofstede, Bartek Kiepuszewski, and Alistair Barros

More information

Requirements for Software Deployment Languages and Schema

Requirements for Software Deployment Languages and Schema Requirements for Software Deployment Languages and Schema Richard S. Hall, Dennis Heimbigner, Alexander L. Wolf Software Engineering Research Laboratory Department of Computer Science University of Colorado

More information

An Agent-Based Concept for Problem Management Systems to Enhance Reliability

An Agent-Based Concept for Problem Management Systems to Enhance Reliability An Agent-Based Concept for Problem Management Systems to Enhance Reliability H. Wang, N. Jazdi, P. Goehner A defective component in an industrial automation system affects only a limited number of sub

More information

Software Engineering Reference Framework

Software Engineering Reference Framework Software Engineering Reference Framework Michel Chaudron, Jan Friso Groote, Kees van Hee, Kees Hemerik, Lou Somers, Tom Verhoeff. Department of Mathematics and Computer Science Eindhoven University of

More information

OPERATING PROCEDURE IT CHANGE MANAGEMENT PROCEDURES MANUAL. PREPARED BY: AEMO DOCUMENT NO: Enter Document ID VERSION NO: 6.

OPERATING PROCEDURE IT CHANGE MANAGEMENT PROCEDURES MANUAL. PREPARED BY: AEMO DOCUMENT NO: Enter Document ID VERSION NO: 6. OPERATING PROCEDURE IT CHANGE MANAGEMENT PROCEDURES MANUAL PREPARED BY: AEMO DOCUMENT NO: Enter Document ID VERSION NO: 6.6 STATUS FINAL Approvals The undersigned have approved the release of Version 6.6

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Processes and Best Practices Guide (Codeless Mode)

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Processes and Best Practices Guide (Codeless Mode) HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Processes and Best Practices Guide (Codeless Mode) Document Release Date: December, 2014 Software Release

More information

The ConTract Model. Helmut Wächter, Andreas Reuter. November 9, 1999

The ConTract Model. Helmut Wächter, Andreas Reuter. November 9, 1999 The ConTract Model Helmut Wächter, Andreas Reuter November 9, 1999 Overview In Ahmed K. Elmagarmid: Database Transaction Models for Advanced Applications First in Andreas Reuter: ConTracts: A Means for

More information

How To Develop Software

How To Develop Software Software Engineering Prof. N.L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture-4 Overview of Phases (Part - II) We studied the problem definition phase, with which

More information