Integrating Business Processes into GIS-based Simulations

Size: px
Start display at page:

Download "Integrating Business Processes into GIS-based Simulations"

Transcription

1 Integrating Business Processes into GIS-based Simulations Marcelo G. Metello, Eduardo David, Marcelo T. M. de Carvalho, Marco A. Casanova Grupo de Tecnologia em Computação Gráfica Tecgraf Departamento de Informática PUC-Rio Rio de Janeiro, RJ Brazil Abstract. This work proposes a mechanism to integrate different types of processes into a common gis-based simulation engine and, in particular, how to handle business processes described as workflows. In this sense, the paper presents the simulation process approach adopted, describes a method for mapping a workflow into the simulation process and it identifies which information needs to be added to the workflow description to make it possible to simulate it. To illustrate the ideas proposed, the aspects regarding management of an emergency situation are discussed. The discussion considered the different processes involved with it and the use of computational simulation to help manage the emergency situation. 1. Introduction In the Geographical Information Systems (GIS) field, a considerable amount of research has been devoted to developing dynamic models of man-driven and earth phenomena, such as physical processes, land use cover change, traffic control and socio-economic dynamics, among others. Many formalisms were developed to express these dynamic models. Among the most popular, we may quote cellular automata [von Neumann 1966], system dynamics [Forrester 1961] and multi-agent systems [Michel et al. 2009]. These models are used to predict the outcome of given scenarios and can be used to help planning, for example, urban activity, logistics, emergency response or marketing strategies. Organizations have also worked out ways to formally express their activities. The adoption of the so-called Business Process Management (BPM) systems has grown significantly over the last few years [Weske 2007]. The most common practice of BPM tools is to express business processes as workflows. However, most BPM solutions focus on analyzing, publishing and monitoring business processes. There has been little research on simulating these processes, which help verifying and improving them. Sometimes it is relevant to consider interaction between external processes, such as physical simulations, with organizations business processes, such as technical procedures. One example occurs during an emergency situation, such as an oil leak accident on the sea, where the behavior of the oil spill is influenced by the response team actions and the way the command of the emergency handle the situation depends on how big the oil spill is. In order to simulate such situations and obtain more realistic results, this type of interference must be considered.

2 Based on this idea, a simulation engine has been developed to provide such mechanism to deal with different processes that can interact with each other. In a previous work [Metello et al. 2008], it was presented an earlier version of this engine, which could simulate some kinds of processes in a GIS environment, such as physical dispersion of leaked products and transportation of equipment. Even though this engine could simulate a large variety of processes commonly modeled in GIS, it could not simulate workflows based processes. This paper addresses a newer version of the simulation engine, which can simulate business processes described as workflows. The paper has two main objectives. First, it describes a method for mapping a workflow into a simulation process to be executed in the engine. Second, it identifies the information required to be added to the workflow description that enable it to be simulated. This paper is organized as follows. Section 2 illustrates in more detail the motivating example of handling emergency situations. Section 3 describes a formal base for integrating processes of different nature together in a simulation environment. Finally, section 4 describes how a process described by a workflow can be simulated in that environment. 2. A Motivating Example: Emergency Planning An emergency occurs when a sudden and unexpected situation may cause damage to human health and/or to the environment and properties and which, therefore, requires immediate action and specific resources. In this case, it is not only important to respond quickly, but the response must be conducted in a well organized manner, in order to minimize the damages. The complexity of emergency management, coupled with the growing need for multi-agency and multi-functional involvement on these situations, has increased the need for methodologies that follow standards and that can be used by all emergency response disciplines. In this sense, the use of the Incident Command System (ICS) [Bigley and Roberts 2001] standard by public safety and private sector organizations around the world has been increasing. When the incident begins, the first steps are notifications, initial assessment, command meeting, initial response and incident briefing using specific ICS forms. After this initial response period, the emergency handling process becomes cyclic. Each cycle, called Planning P, consists of a planning and an operational phases. The planning phase include meetings for assessing the current situation, update objectives, tactics definition, preparing and approving the incident action plan (IAP). The operational phase is where the response plan is executed and its progress is evaluated, after which starts a new cycle. Use of information systems, such as InfoPAE [Carvalho et al. 2001] help to improve the management of this process. InfoPAE is an automated system designed to improve the response to emergency situations. It also proved to be a valuable training tool. The system offers sophisticated action plans and easy access to vital information and resources allocated for different types of scenarios. The system is developed by Petrobras (the Brazilian oil company) and the Computer Graphics Technology Group (Tecgraf) at PUC-Rio. One of the difficulties of such systems is that, even though it is possible to describe an emergency action plan at a reasonably detailed level, this is somewhat limited with respect to the representation of dynamic aspects. The action plan is usually

3 described using workflows and most workflow representations do not specify the time at which an action should be executed, how long it will take to finish and how the environment is affected by its execution. For instance, if a plan has instructions to install barriers to contain an oil spill at some point, it should take into account where and how the spill moves and how long it will take to have the barriers installed at the correct point. Otherwise, the plan is useless. Testing the quality of an action response plan and the performance of the emergency response team is mandatory to ensure minimum impact of the incident. Beside others initiatives such as field exercises, use of computational simulation can be a cost-effective mechanism to improve it. Simulation can be used for different purposes as to estimate, in advance, if there will be enough resources and time for executing a specific action or support complex decisions during the planning phase of emergency response. One of the common used for it is to simulate the behavior of physical phenomena such as those involving dispersion of chemical products in the environment. However, the pure simulation of physical dispersion does not take into consideration the effects of contingency actions. Therefore, the use of purely physical simulation is somewhat limited in a strategy which cycles between evaluation and planning. Hence, a more suitable computational environment to test the emergency management would be one that could combine simulation of physical phenomena with others processes such as those related to Planning P. 3. Process Simulation 3.1 Motivation In the long-lived field of simulation, many different formalisms were developed to model processes in time [Eker et al. 2003, Vangheluwe 2000, Zeigler et al. 2000]. Each formalism suits better some specific class of processes. For instance, the dispersion of some leaked product into the environment can be modeled as a cellular automata (CA), while the corresponding contingency action plan can be modeled as a workflow. These two types of processes are depicted respectively in Fig. 1 (a) and (b). The first process defines a sequence of states over time while the second represents a set of actions from a workflow being executed in time, where each individual action has a defined start and end time instants. The problem of simulating these two processes independently of each other is obvious. Each of them only represents a partial view of the problem. The physical dispersion simulation would not take into consideration the effects of contingency actions. Likewise, the elaboration of plans as mere workflows does not guarantee that the actions will have their preconditions for execution met and, even if executed, that they will produce the desired results. Again, one illustrative example would be a plan that contains one action for placing contention barriers for oil leaked into the sea without considering whether the teams will have the necessary time to do so. These processes represent partial views precisely because they only consider a subset of all the elements involved.

4 Figure 1. (a) A cellular automaton process represented by a succession of states over time. (b) A workflow process represented by a set of actions in time. Our approach for dealing with this problem is to integrate these isolated processes into a single simulation execution environment, even if they are expressed in different formalisms. Naturally, the simulation must consider all the interferences between them. In order to achieve this, it is necessary to provide a common high-level formalism capable of representing different kinds of processes, such as plans and physical simulations. Also, the simulation environment must be capable of executing interfering processes in parallel. The most straightforward way to integrate a number of different processes in a simulation environment probably is to run all of them in parallel, propagating causality every time a process generates an event that will possibly affect another process. Fig. 2 depicts two interfering processes being simulated in parallel. The sinuous arrows indicate causality being propagated between those processes. Figure 2. Two interfering processes being executed in parallel. Three problems must be addressed to integrate processes of different natures. First, we need a common formalism which must be general enough to express the behavior of all individual processes as well as the interferences between them. Second, we need to map the formalisms in which the individual processes are described to this general formalism. Lastly, we need a simulation environment to execute all processes together.

5 3.2. On the Process Definition Formalism Abstractly speaking, a process represents change in time. In the simulation field, a wide variety of formalisms to model change in time have been proposed. These formalisms may differ from each other even in the most fundamental aspects such as time representation. Some of them use a continuous numeric scale while others are restricted to discrete time values. They also differ with respect to how they represent changes in the world state with time. Again, some represent changes as discrete instantaneous events while others are able to represent continuous changes by means of differential equations. A complete discussion however is out of the scope of this work. Instead, we shall just point out that generality and the ability to integrate different formalisms is what is important to achieve our goals. Previous research about simulation formalisms have suggested that the discrete event approach has good potential for serving as the basis for integrating different simulation formalisms [Vangheluwe 2000, Zeigler et al. 2000]. Therefore, the principles of the discrete event approach were used as basis for the formalism designed to describe processes in a general way. Each process evolves in a continuous timeline in which instantaneous events cause changes to the internal state of the process. Additionally, a process can generate events that are sent to other processes that are coupled to it. The coupling structure is defined separately from the definition of the processes behavior, thus increasing modularity and reuse. The coupling structure is also dynamic and can be changed during the execution of the simulation. Changes made to the coupling structure are also instantaneous in time, so it can be treated in the same way as a regular event. Another aspect that was included in the approach is the lifetime of a process. During the course of a simulation, new processes can be started and existing ones can finish their executions. Each process must have definite start and end times. A process can only alter the state of the world within its lifetime. In consonance with other types of changes in the simulation, the start of a new process and the finish of an active one are also treated in the same way as other instantaneous events. In order to allow GIS-based simulation, a notion of a GIS environment is created as a spatio-temporal data repository which represents the physical world. It has a state that changes instantaneously at some points in time, as the simulation advances and new events alter some geographical feature. Fig. 3 shows two processes and their interaction with the GIS environment, as well as with each other. Figure 3. Two processes interacting with the GIS environment.

6 Because of the generality of the discrete event approach to simulation, it is usually possible to map other dynamic models into it [Zeigler 2000]. Discrete time models such as cellular automata, continuous models such as system dynamics and other hybrid approaches can be implemented on top of the discrete event approach [Vangheluwe 2000]. This makes it possible to reuse most models developed in the GIS field such as physical phenomena, social and economical behaviors and transportation, among others. The idea is to integrate all the relevant dynamic models into one synchronized set of processes and, on top of that, add some extra processes representing the business processes of an organization in that scenario. Then, it will be possible to the organization to foresee the effects of any given course of action. 4. Mapping Workflows to Discrete Event Simulation Processes In this section, we describe in detail how to map workflow processes into a discreteevent process formalism. This is relevant since workflows are the most common way to represent business processes, as mentioned before, and since we are particularly interested in how organizations may create action plans. It is out of the scope of this paper to discuss how other types of processes are mapped into the discrete event process formalism Workflow Definition Since there are many different languages and representations for workflows, this section starts by describing the workflow definition used here. A workflow defines a set of actions and a control flow which imposes restrictions on the order at which the actions should be executed. With respect to their control flow, workflow representations may differ from each other in some of the patterns they use. For the sake of simplicity, we shall consider only the basic patterns defined in [van der Aalst et al. 2003]. Those are sequence, parallel split, synchronization, exclusive choice and simple merge. Fig. 4 depicts these patterns. Each basic pattern connects some preceding actions to some following actions. In Fig. 4, all preceding actions are represented as rectangles on the left side of each pattern and all following actions are placed on the right side. In some cases it makes sense to connect a pattern directly to another pattern instead of an action. However, considering a direct connection between two patterns, placing a dummy action between them will not alter the behavior of the process described by the workflow. In fact, the two will be equivalent. Therefore, it is enough to describe the behavior of the patterns considering that they are only connected to actions. Table 1 lists some of the characteristics of each basic pattern. The number of preceding and following actions indicates the number of action connections each pattern may have. The trigger time indicates the condition upon which the pattern is triggered. Finally, the following activity describes which of the following actions should be started when the pattern is triggered.

7 Figure 4. Basic workflow patterns. Table 1. Properties and behaviors of basic patterns. pattern number of preceding actions number of following actions trigger time sequence 1 1 completion of preceding action parallel split 1 n completion of preceding action synchronization n 1 completion of all preceding actions exclusive choice 1 2 (or n) completion of preceding action simple merge n 1 completion of any preceding action following activity start following action start all following actions in parallel start following action start one of the following actions start following action Optionally, the parameters or inputs of the individual actions are also represented. Likewise, an action may also produce some data as output. That data could be consumed either by another action executed after it or by some conditional split operator in the control flow. Therefore, in order to represent action input and output, a

8 data flow must also be represented. It is important to notice that the data flow does not follow the same paths as the control flow. However, it should obviously obey the ordering restrictions imposed by it since an action cannot consume output data from another action that has not yet been executed. The simplest way to model the data flow is to define a set of variables that will compose the internal state of the workflow process. These variables are accessible by any action. Every time an action or a control operator needs some input data, it can get it from one or more variables. Whenever an action produces some data, it should store it in variables so that later actions can read it. Information stored in variables can also be used by exclusive choice operators to evaluate their conditions when they are triggered. Fig. 5 illustrates a workflow with the basic patterns and some variables. Figure 5. Workflow example with control and data flows Workflow as a Simulation Process In our approach, we introduce a simulation process to represent the workflow, which we simply call the workflow process. This process will fork one individual action process every time it executes one action, as illustrated in Fig. 6. For that reason, the workflow process must be able to indicate the start time for each of its actions. Likewise, it needs to receive back the exact finish time of each action process so that the workflow can continue executing the next steps. For any of the basic patterns, the start time of its following actions is given by a function that takes as input the trigger time of the pattern and, optionally, some values from variables. Actions that are not following actions of any pattern are started at the beginning of the workflow execution. When an action finishes its execution, it must inform the workflow process that it has finished by sending an event to it. That event may cause another pattern to trigger and so on until there are no more actions to execute. The finish time of the workflow process is the same as the finish time of its last executed action. The flow of all this timing information is illustrated in Fig. 6 as dotted arrows. As in the previous section, continuous arrows indicate the control flow and the dashed arrows indicate the data flow.

9 Figure 6. Processes involved in the simulation of a workflow. Now that the processes to simulate a workflow are defined, we can combine them with processes of a different nature and consider how they interfere with each other. It is worth noting that the workflow variables could be updated by events sent by some process other than the action processes. This is actually a way for a process of a different nature to interfere with a workflow process. Likewise, an action process may send events to processes other than the workflow process, therefore interfering with them. With the definitions presented in this section, it is possible to identify all the requirements of a workflow representation necessary to simulate a workflow together with other interfering processes. The requirements are summarized in the following list: Provide all actions with typing information so that they can be associated with simulation processes. Some human-readable workflow representations define the information about what an action does textually. In order to allow automatic simulation, actions must be more strongly typed. Besides, some additional information may be needed providing more detail for enabling simulation. For example, describing the weather conditions as low tide with south wind may not be precise enough for a physical simulation. Provide functions to specify the start time of actions and condition evaluation. As seen before, this is essential to simulate the situation correctly.

10 Provide a way to receive the end times of the actions. Specific events may be created for providing the workflow process with information about when its executed actions have finished their execution. Provide the workflow process with all necessary information so that it can keep its variables up to date. By sending events to it, other processes may provide the workflow process with information it needs for correct simulation. 5. Conclusion and Future Work The paper discusses aspects regarding the integration of different types of processes into a common simulation engine and, in particular, how to handle business processes described as workflows. In this sense, it presents the simulation process, describes a method for mapping a workflow into the simulation process and it identifies which information needs to be added to the workflow description to make it possible to simulate it. In order to illustrate the ideas proposed, the aspects regarding management of an emergency situation are discussed. The discussion considered the differents processes involved with it and the use of computational simulation to help manage the emergency situation and. Section 3 discussed the use of discrete event approach to simulation, which proved to be a good way of integrating different processes and Section 4 showed how to map workflows into the simulation processes. Finally, it is discussed what a workflow representation must provide in order to enable the engine to simulate it. As for future work, one possibility is to consider other wofkflow patterns. Indeed, Section 4.1 considered only five patterns, whereas [van der Aalst 2003] defines another fifteen patterns. Another interesting challenge is that some workflow representations allow the definition of sub-workflows in a hierarchical composition. The approach could be extended to simulate a workflow hierarchy. The requirements listed in Section 4.2 provide a roadmap to add some simulation functionality to an existing BPM system. For example, the InfoPAE system features a workflow language called XPAE [Casanova et al. 2002] that facilitates defining action plans. However, the current version of the language is not able to consider the dynamic aspect of a real emergency. Extend the language with the requirements presented would be extremely valuable. References Bigley, G.A., Roberts, K.H. (2001) The Incident Command System: High-Reliability Organizing for Complex and Volatile Task Environments, The Academy of Management Journal, 44(6), pp Carvalho, M.T., Freire, J., Casanova, M.A. (2001) The Architecture of an Emergency Plan Deployment System, In: Proc. III Brazilian Symposium on Geoinformatics, Rio de Janeiro, Brazil. Casanova, M.A., Coelho, T.A.S., Carvalho, M.T.M., Corseuil, E.T.L., Nóbrega, H., Dias, F.M., Levy, C.H. (2002) The Design of XPAE An Emergency Plan

11 Definition Language, In: Proc. IV Brazilian Symposium on GeoInformatics, Caxambu, MG, Brazil. Eker J., Janneck J.W., Lee E.A., Liu J., Liu X., Ludvig J., Neuendorffer S., Sachs S., Xiong Y. (2003) Taming heterogeneity - the Ptolemy approach, In Proceedings of the IEEE, 91(2). Forrester, J. (1961) Industrial Dynamics, Cambridge, MA: MIT Press Metello, M., Casanova, M.A., Carvalho, M.T.M (2008) Using Serious Game Techniques to Simulate Emergency Situations, In: Proc. X Brazilian Symposium on GeoInformatics, Rio de Janeiro, Brazil. Michel, F., Ferber, J., Drogoul, A. (2009) Multi-Agent Systems and Simulation: A Survey from the Agent Community s Perspective, In A. Uhrmacher and D. Weyns (Eds.), Multi-Agent Systems: Simulation and Applications, Taylor and Francis, pp 3-51 van der Aalst, W.M.P., der Hofstede. A.H.M., Kiepuszewski, B., Barros, A.P. (2003) Workflow Patterns, Distributed and Parallel Databases, 14(1): 5 51(47). Vangheluwe, H.L. (2000) DEVS as a common denominator for multi-formalism hybrid systems modeling, IEEE International Symposium on Computer-Aided Control System Design, pp , Anchorage, Alaska. von Neumann, J. (1966) Theory of self-reproducing automata, Illinois: A.W. Burks. Weske, M. (2007) Business Process Management - Concepts, Languages, Architectures, Springer. Zeigler, B.P., Praehofer, H., Kim, T.G. (2000) Theory of Modeling and Simulation, Academic Press, San Diego, CA.

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

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

Business Process Modeling

Business Process Modeling Business Process Concepts Process Mining Kelly Rosa Braghetto Instituto de Matemática e Estatística Universidade de São Paulo kellyrb@ime.usp.br January 30, 2009 1 / 41 Business Process Concepts Process

More information

From Workflow Design Patterns to Logical Specifications

From Workflow Design Patterns to Logical Specifications AUTOMATYKA/ AUTOMATICS 2013 Vol. 17 No. 1 http://dx.doi.org/10.7494/automat.2013.17.1.59 Rados³aw Klimek* From Workflow Design Patterns to Logical Specifications 1. Introduction Formal methods in software

More information

Privacy-Aware Scheduling for Inter-Organizational Processes

Privacy-Aware Scheduling for Inter-Organizational Processes Privacy-Aware Scheduling for Inter-Organizational Processes Christoph Hochreiner Distributed Systems Group, Vienna University of Technology, Austria c.hochreiner@infosys.tuwien.ac.at Abstract Due to the

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

Dynamic Business Process Management based on Process Change Patterns

Dynamic Business Process Management based on Process Change Patterns 2007 International Conference on Convergence Information Technology Dynamic Business Process Management based on Process Change Patterns Dongsoo Kim 1, Minsoo Kim 2, Hoontae Kim 3 1 Department of Industrial

More information

Process Management for Effective Disposition of State Land in Korea

Process Management for Effective Disposition of State Land in Korea Young-ho LEE, Korea Key words: Business Process Management (BPM), disposition, work process analysis SUMMARY Recent information technology infrastructure has been growing the new technology of efficient

More information

Supporting the BPM lifecycle with FileNet

Supporting the BPM lifecycle with FileNet Supporting the BPM lifecycle with FileNet Mariska Netjes Hajo A. Reijers Wil. M.P. van der Aalst Outline Introduction Evaluation approach Evaluation of FileNet Conclusions Business Process Management Supporting

More information

Complexities of Simulating a Hybrid Agent-Landscape Model Using Multi-Formalism

Complexities of Simulating a Hybrid Agent-Landscape Model Using Multi-Formalism Complexities of Simulating a Hybrid Agent-Landscape Model Using Multi-Formalism Composability Gary R. Mayer Gary.Mayer@asu.edu Hessam S. Sarjoughian Sarjougian@asu.edu Arizona Center for Integrative Modeling

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

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

Fault Localization in a Software Project using Back- Tracking Principles of Matrix Dependency

Fault Localization in a Software Project using Back- Tracking Principles of Matrix Dependency Fault Localization in a Software Project using Back- Tracking Principles of Matrix Dependency ABSTRACT Fault identification and testing has always been the most specific concern in the field of software

More information

Mapping Business Process Modeling constructs to Behavior Driven Development Ubiquitous Language

Mapping Business Process Modeling constructs to Behavior Driven Development Ubiquitous Language Mapping Business Process Modeling constructs to Behavior Driven Development Ubiquitous Language Rogerio Atem de Carvalho, Fernando Luiz de Carvalho e Silva, Rodrigo Soares Manhaes Emails: ratem@iff.edu.br,

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

A Flexible Approach for Assessing Service Compatibility at Element Level

A Flexible Approach for Assessing Service Compatibility at Element Level 153-1 A Flexible Approach for Assessing Service Compatibility at Element Level Marcelo Yamashita, Karin Becker, Renata Galante Instituto de Informática - Universidade Federal do Rio Grande do Sul Porto

More information

Layered Approach to Development of OO War Game Models Using DEVS Framework

Layered Approach to Development of OO War Game Models Using DEVS Framework Layered Approach to Development of OO War Game Models Using DEVS Framework Chang Ho Sung*, Su-Youn Hong**, and Tag Gon Kim*** Department of EECS KAIST 373-1 Kusong-dong, Yusong-gu Taejeon, Korea 305-701

More information

A Framework for Software Product Line Engineering

A Framework for Software Product Line Engineering Günter Böckle Klaus Pohl Frank van der Linden 2 A Framework for Software Product Line Engineering In this chapter you will learn: o The principles of software product line subsumed by our software product

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

FlowSpy: : exploring Activity-Execution Patterns from Business Processes

FlowSpy: : exploring Activity-Execution Patterns from Business Processes FlowSpy: : exploring Activity-Execution Patterns from Business Processes Cristian Tristão 1, Duncan D. Ruiz 2, Karin Becker 3 ctristaobr@gmail.com, duncan@pucrs.br, kbeckerbr@gmail.com 1 Departamento de

More information

Filling the Gap between Business Process Modeling and Behavior Driven Development

Filling the Gap between Business Process Modeling and Behavior Driven Development Filling the Gap between Business Process Modeling and Behavior Driven Development Rogerio Atem de Carvalho Rodrigo Soares Manhães Fernando Luis de Carvalho e Silva Nucleo de Pesquisa em Sistemas de Informação

More information

A Business Process Services Portal

A Business Process Services Portal A Business Process Services Portal IBM Research Report RZ 3782 Cédric Favre 1, Zohar Feldman 3, Beat Gfeller 1, Thomas Gschwind 1, Jana Koehler 1, Jochen M. Küster 1, Oleksandr Maistrenko 1, Alexandru

More information

Security Systems EMERGENCY MANAGEMENT. In security you cannot choose the second best option. indracompany.com

Security Systems EMERGENCY MANAGEMENT. In security you cannot choose the second best option. indracompany.com Security Systems EMERGENCY MANAGEMENT In security you cannot choose the second best option indracompany.com EMERGENCY MANAGEMENT EMERGENCY MANAGEMENT EMERGENCY C4i CENTRE Crisis management and preparednesss

More information

BPMN PATTERNS USED IN MANAGEMENT INFORMATION SYSTEMS

BPMN PATTERNS USED IN MANAGEMENT INFORMATION SYSTEMS BPMN PATTERNS USED IN MANAGEMENT INFORMATION SYSTEMS Gabriel Cozgarea 1 Adrian Cozgarea 2 ABSTRACT: Business Process Modeling Notation (BPMN) is a graphical standard in which controls and activities can

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 jku@zurich.ibm.com Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary

More information

ESB as a SOA mediator: Minimizing Communications Complexity

ESB as a SOA mediator: Minimizing Communications Complexity ESB as a SOA mediator: Minimizing Communications Complexity Nadya Alexandra Calderón R., Sergio Daniel Moreno P. Universidad de los Andes. Ingeniería de Sistemas y Computación. Bogotá, Colombia n-calder@uniandes.edu.co,

More information

A Contribution to Expert Decision-based Virtual Product Development

A Contribution to Expert Decision-based Virtual Product Development A Contribution to Expert Decision-based Virtual Product Development László Horváth, Imre J. Rudas Institute of Intelligent Engineering Systems, John von Neumann Faculty of Informatics, Óbuda University,

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at http://www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2007 Vol. 6, No. 1, January-February 2007 CM Configuration Change Management John D.

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

A business process metamodel for Enterprise Information Systems automatic generation

A business process metamodel for Enterprise Information Systems automatic generation A business process metamodel for Enterprise Information Systems automatic generation Luiz Fernando Batista Loja 1, Valdemar Vicente Graciano Neto 1, Sofia Larissa da Costa 1, Juliano Lopes de Oliveira

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

Supporting the Workflow Management System Development Process with YAWL

Supporting the Workflow Management System Development Process with YAWL Supporting the Workflow Management System Development Process with YAWL R.S. Mans 1, W.M.P. van der Aalst 1 Department of Mathematics and Computer Science, Eindhoven University of Technology, P.O. ox 513,

More information

Keywords:-Workflow Model, Workflow Architecture, Workflow Application Development, Waterfall Model, Workflow Modelling Tools.

Keywords:-Workflow Model, Workflow Architecture, Workflow Application Development, Waterfall Model, Workflow Modelling Tools. Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Eineeri Research Paper Available online at: www.ijarcsse.com A New Approach in

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 wu@rmu.edu Department of Computer & Information Systems Robert Morris University

More information

DISCOVERY AND ANALYSIS OF ACTIVITY PATTERN CO- OCCURRENCES IN BUSINESS PROCESS MODELS

DISCOVERY AND ANALYSIS OF ACTIVITY PATTERN CO- OCCURRENCES IN BUSINESS PROCESS MODELS DISCOVERY AND ANALYSIS OF ACTIVITY PATTERN CO- OCCURRENCES IN BUSINESS PROCESS MODELS Jean Michel Lau, Cirano Iochpe Informatics Institute, Federal University of Rio Grande do Sul, 9500 Bento Gonçalves

More information

Mapping from Business Processes to Requirements Specification

Mapping from Business Processes to Requirements Specification Extended abstract 1/5 Mapping from Business Processes to Requirements Specification Svatopluk Štolfa, Ivo Vondrák Department of Computer Science, VŠB - Technical University of Ostrava, 17.listopadu 15,

More information

A Comparison of System Dynamics (SD) and Discrete Event Simulation (DES) Al Sweetser Overview.

A Comparison of System Dynamics (SD) and Discrete Event Simulation (DES) Al Sweetser Overview. A Comparison of System Dynamics (SD) and Discrete Event Simulation (DES) Al Sweetser Andersen Consultng 1600 K Street, N.W., Washington, DC 20006-2873 (202) 862-8080 (voice), (202) 785-4689 (fax) albert.sweetser@ac.com

More information

Diagram Models in Continuous Business Process Improvement

Diagram Models in Continuous Business Process Improvement JOURNAL OF APPLIED COMPUTER SCIENCE Vol. 22 No. 2 (2014), pp. 118-133 Diagram Models in Continuous Business Process Improvement Mateusz Wibig 1 1 CGI Polska Energy and Resources 39 Sienna Street, Warszawa

More information

LEADing Practice: Artifact Description: Business, Information & Data Object Modelling. Relating Objects

LEADing Practice: Artifact Description: Business, Information & Data Object Modelling. Relating Objects LEADing Practice: Artifact Description: Business, Information & Data Object Modelling Relating Objects 1 Table of Contents 1.1 The Way of Thinking with Objects... 3 1.2 The Way of Working with Objects...

More information

08 BPMN/1. Software Technology 2. MSc in Communication Sciences 2009-10 Program in Technologies for Human Communication Davide Eynard

08 BPMN/1. Software Technology 2. MSc in Communication Sciences 2009-10 Program in Technologies for Human Communication Davide Eynard MSc in Communication Sciences 2009-10 Program in Technologies for Human Communication Davide Eynard Software Technology 2 08 BPMN/1 2 ntro Sequence of (three?) lessons on BPMN and technologies related

More information

10g versions followed on separate paths due to different approaches, but mainly due to differences in technology that were known to be huge.

10g versions followed on separate paths due to different approaches, but mainly due to differences in technology that were known to be huge. Oracle BPM 11g Platform Analysis May 2010 I was privileged to be invited to participate in "EMEA BPM 11g beta bootcamp" in April 2010, where I had close contact with the latest release of Oracle BPM 11g.

More information

Normative Ontologies to Define Regulations Over Roles in Open Multi- Agent Systems

Normative Ontologies to Define Regulations Over Roles in Open Multi- Agent Systems Normative Ontologies to Define Regulations Over Roles in Open Multi- Agent Systems Carolina Felicíssimo, Carlos Lucena, Gustavo Carvalho and Rodrigo Paes Departamento de Informática PUC Rio Rua Marquês

More information

Process Mining by Measuring Process Block Similarity

Process Mining by Measuring Process Block Similarity Process Mining by Measuring Process Block Similarity Joonsoo Bae, James Caverlee 2, Ling Liu 2, Bill Rouse 2, Hua Yan 2 Dept of Industrial & Sys Eng, Chonbuk National Univ, South Korea jsbae@chonbukackr

More information

Virtual Reality Applications in Project Management Scheduling

Virtual Reality Applications in Project Management Scheduling 71 Virtual Reality Applications in Project Management Scheduling Wael A. Abdelhameed University of Bahrain, wael.abdelhameed@gmail.com ABSTRACT This study concentrates on management of construction projects

More information

Competitive Analysis of On line Randomized Call Control in Cellular Networks

Competitive Analysis of On line Randomized Call Control in Cellular Networks Competitive Analysis of On line Randomized Call Control in Cellular Networks Ioannis Caragiannis Christos Kaklamanis Evi Papaioannou Abstract In this paper we address an important communication issue arising

More information

Chapter 5. Regression Testing of Web-Components

Chapter 5. Regression Testing of Web-Components Chapter 5 Regression Testing of Web-Components With emergence of services and information over the internet and intranet, Web sites have become complex. Web components and their underlying parts are evolving

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: schmidt@informatik.uni-muenchen.de

More information

A Symptom Extraction and Classification Method for Self-Management

A Symptom Extraction and Classification Method for Self-Management LANOMS 2005-4th Latin American Network Operations and Management Symposium 201 A Symptom Extraction and Classification Method for Self-Management Marcelo Perazolo Autonomic Computing Architecture IBM Corporation

More information

Mercy Health System. St. Louis, MO. Process Mining of Clinical Workflows for Quality and Process Improvement

Mercy Health System. St. Louis, MO. Process Mining of Clinical Workflows for Quality and Process Improvement Mercy Health System St. Louis, MO Process Mining of Clinical Workflows for Quality and Process Improvement Paul Helmering, Executive Director, Enterprise Architecture Pete Harrison, Data Analyst, Mercy

More information

What makes a good process?

What makes a good process? Rob Davis Everyone wants a good process. Our businesses would be more profitable if we had them. But do we know what a good process is? Would we recognized one if we saw it? And how do we ensure we can

More information

Semi-Automatic Generation of Monitoring Applications for Wireless Networks

Semi-Automatic Generation of Monitoring Applications for Wireless Networks Semi-Automatic Generation of Monitoring Applications for Wireless Networks André Lins, Eduardo F. Nakamura, Lincoln S. Rocha, Antônio A.F. Loureiro, Claudionor J.N. Coelho Jr. Department of Technological

More information

SUPPORTING KNOWLEDGE WORKERS: CASE MANANGEMENT MODEL AND NOTATION (CMMN)

SUPPORTING KNOWLEDGE WORKERS: CASE MANANGEMENT MODEL AND NOTATION (CMMN) INFORMATION SYSTEMS IN MANAGEMENT Information Systems in Management (2013) Vol. 2 (1) 3 11 SUPPORTING KNOWLEDGE WORKERS: CASE MANANGEMENT MODEL AND NOTATION (CMMN) AGNIESZKA GRUDZIŃSKA-KUNA Department

More information

Business Process Quality Metrics: Log-based Complexity of Workflow Patterns

Business Process Quality Metrics: Log-based Complexity of Workflow Patterns Business Process Quality Metrics: Log-based Complexity of Workflow Patterns Jorge Cardoso Department of Mathematics and Engineering, University of Madeira, Funchal, Portugal jcardoso@uma.pt Abstract. We

More information

Model Discovery from Motor Claim Process Using Process Mining Technique

Model Discovery from Motor Claim Process Using Process Mining Technique International Journal of Scientific and Research Publications, Volume 3, Issue 1, January 2013 1 Model Discovery from Motor Claim Process Using Process Mining Technique P.V.Kumaraguru *, Dr.S.P.Rajagopalan

More information

UML TUTORIALS THE USE CASE MODEL

UML TUTORIALS THE USE CASE MODEL UML TUTORIALS THE USE CASE MODEL www.sparxsystems.com.au Sparx Systems 2004 Page 1/5 describes the proposed functionality of the new system. A Use Case represents a discrete unit of interaction between

More information

Reverse Auction-based Resource Allocation Policy for Service Broker in Hybrid Cloud Environment

Reverse Auction-based Resource Allocation Policy for Service Broker in Hybrid Cloud Environment Reverse Auction-based Resource Allocation Policy for Service Broker in Hybrid Cloud Environment Sunghwan Moon, Jaekwon Kim, Taeyoung Kim, Jongsik Lee Department of Computer and Information Engineering,

More information

CPN Tools 4: A Process Modeling Tool Combining Declarative and Imperative Paradigms

CPN Tools 4: A Process Modeling Tool Combining Declarative and Imperative Paradigms CPN Tools 4: A Process Modeling Tool Combining Declarative and Imperative Paradigms Michael Westergaard 1,2 and Tijs Slaats 3,4 1 Department of Mathematics and Computer Science, Eindhoven University of

More information

San Diego Supercomputer Center, UCSD. Institute for Digital Research and Education, UCLA

San Diego Supercomputer Center, UCSD. Institute for Digital Research and Education, UCLA Facilitate Parallel Computation Using Kepler Workflow System on Virtual Resources Jianwu Wang 1, Prakashan Korambath 2, Ilkay Altintas 1 1 San Diego Supercomputer Center, UCSD 2 Institute for Digital Research

More information

Figure 1. Basic Petri net Elements

Figure 1. Basic Petri net Elements ABCM Symposium Series in Mechatronics - Vol. 3 - pp.653-658 Copyright c 2008 by ABCM A REAL OBJECT CONTROL SYSTEM FOR USE IN MANUFACTURING TELEPRESENCE ENVIRONMENTS. Claiton de Oliveira Department of Mechanical

More information

Semantic Search in Portals using Ontologies

Semantic Search in Portals using Ontologies Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br

More information

Process Modeling using BPMN 2.0

Process Modeling using BPMN 2.0 Process Modeling using BPMN 2.0 This chapter provides a brief overview of Business Process Modeling Notation (BPMN) concepts with particular emphasis on the BPMN 2.0 additions. In addition, it describes

More information

A Tool for Generating Partition Schedules of Multiprocessor Systems

A Tool for Generating Partition Schedules of Multiprocessor Systems A Tool for Generating Partition Schedules of Multiprocessor Systems Hans-Joachim Goltz and Norbert Pieth Fraunhofer FIRST, Berlin, Germany {hans-joachim.goltz,nobert.pieth}@first.fraunhofer.de Abstract.

More information

Study on a GIS-based Real-time Leakage Detection Monitoring System

Study on a GIS-based Real-time Leakage Detection Monitoring System Leakage 2005 - Conference Proceedings Page 1 Study on a GIS-based Real-time Leakage Detection Monitoring System B-M, Kang*, I-S, Hong ** Division of Information Technology Engineering, Soonchunhyang University,

More information

FROM WORKFLOW SPECIFICATION TO IMPLEMENTATION: AN INDUSTRIAL USE CASE

FROM WORKFLOW SPECIFICATION TO IMPLEMENTATION: AN INDUSTRIAL USE CASE INTERNATIONAL DESIGN CONFERENCE - DESIGN 2008 Dubrovnik - Croatia, May 19-22, 2008. FROM WORKFLOW SPECIFICATION TO IMPLEMENTATION: AN INDUSTRIAL USE CASE A. Aynar Nkondo Dika, G. Ducellier, B. Eynard,

More information

Goal-based and Risk-based Creation of Adaptive Workflow Processes

Goal-based and Risk-based Creation of Adaptive Workflow Processes From: AAAI Technical Report SS-00-03. Compilation copyright 2000, AAAI (www.aaai.org). All rights reserved. Goal-based and Risk-based Creation of Adaptive Workflow Processes Dr. N.C. Narendra Software

More information

Large Scale Order Processing through Navigation Plan Concept

Large Scale Order Processing through Navigation Plan Concept Large Scale Order Processing through Navigation Plan Concept João Eduardo Ferreira 1, Osvaldo K. Takai 1, Kelly R. Braghetto 1, and Calton Pu 2 1 Department of Computer Science, University of São Paulo

More information

Object Oriented Programming. Risk Management

Object Oriented Programming. Risk Management Section V: Object Oriented Programming Risk Management In theory, there is no difference between theory and practice. But, in practice, there is. - Jan van de Snepscheut 427 Chapter 21: Unified Modeling

More information

Separating Compliance Management and Business Process Management

Separating Compliance Management and Business Process Management Separating Compliance Management and Business Process Management Elham Ramezani 1, Dirk Fahland 2, Jan Martijn van der Werf 2, and Peter Mattheis 1 1 Hochschule Furtwangen, Germany (ramezani Peter.Mattheis)@hs-furtwangen.de

More information

Simulating the Structural Evolution of Software

Simulating the Structural Evolution of Software Simulating the Structural Evolution of Software Benjamin Stopford 1, Steve Counsell 2 1 School of Computer Science and Information Systems, Birkbeck, University of London 2 School of Information Systems,

More information

IDENTIFYING PATTERNS OF WORKFLOW DESIGN RELYING ON ORGANIZATIONAL STRUCTURE ASPECTS

IDENTIFYING PATTERNS OF WORKFLOW DESIGN RELYING ON ORGANIZATIONAL STRUCTURE ASPECTS IDENTIFYING PATTERNS OF WORKFLOW DESIGN RELYING ON ORGANIZATIONAL STRUCTURE ASPECTS Lucinéia Heloisa Thom, Cirano Iochpe Instituto de Informática, Universidade Federal do Rio Grande do Sul, Av.Bento Conçalves,

More information

USAGE OF BUSINESS RULES IN SUPPLY CHAIN MANAGEMENT

USAGE OF BUSINESS RULES IN SUPPLY CHAIN MANAGEMENT TOTAL LOGISTIC MANAGEMENT No. 2 2009 PP. 5 13 Bartłomiej GAWEŁ, Anna PILCH USAGE OF BUSINESS RULES IN SUPPLY CHAIN MANAGEMENT Abstract: The growth of efficiency in supply chain management depends on the

More information

An Event-Driven Modeling Approach for Dynamic Human-Intensive Business Processes

An Event-Driven Modeling Approach for Dynamic Human-Intensive Business Processes An Event-Driven Modeling Approach for Dynamic Human-Intensive Business Processes Nancy Alexopoulou 1, Mara Nikolaidou 2, Dimosthenis Anagnostopoulos 2, Drakoulis Martakos 1 1 Department of Informatics

More information

Towards Analytical Data Management for Numerical Simulations

Towards Analytical Data Management for Numerical Simulations Towards Analytical Data Management for Numerical Simulations Ramon G. Costa, Fábio Porto, Bruno Schulze {ramongc, fporto, schulze}@lncc.br National Laboratory for Scientific Computing - RJ, Brazil Abstract.

More information

Structural Detection of Deadlocks in Business Process Models

Structural Detection of Deadlocks in Business Process Models Structural Detection of Deadlocks in Business Process Models Ahmed Awad and Frank Puhlmann Business Process Technology Group Hasso Plattner Institut University of Potsdam, Germany (ahmed.awad,frank.puhlmann)@hpi.uni-potsdam.de

More information

Towards a Comprehensive Design-time Compliance Management: A Roadmap

Towards a Comprehensive Design-time Compliance Management: A Roadmap Towards a Comprehensive Design-time Management: A Roadmap Amal Elgammal, Ph.D. Candidate, Tilburg, The Netherlands, a.f.s.a.elgammal@uvt.nl Oktay Turetken, Post-doc Researcher, Tilburg, The Netherlands,

More information

QAME Support for Policy-Based Management of Country-wide Networks

QAME Support for Policy-Based Management of Country-wide Networks QAME Support for Policy-Based Management of Country-wide Networks Clarissa C. Marquezan, Lisandro Z. Granville, Ricardo L. Vianna, Rodrigo S. Alves Institute of Informatics Computer Networks Group Federal

More information

Questions? Assignment. Techniques for Gathering Requirements. Gathering and Analysing Requirements

Questions? Assignment. Techniques for Gathering Requirements. Gathering and Analysing Requirements Questions? Assignment Why is proper project management important? What is goal of domain analysis? What is the difference between functional and non- functional requirements? Why is it important for requirements

More information

Towards an Integration of Business Process Modeling and Object-Oriented Software Development

Towards an Integration of Business Process Modeling and Object-Oriented Software Development Towards an Integration of Business Process Modeling and Object-Oriented Software Development Peter Loos, Peter Fettke Chemnitz Univeristy of Technology, Chemnitz, Germany {loos peter.fettke}@isym.tu-chemnitz.de

More information

MODELING & SIMULATION IN BUSINESS PROCESS MANAGEMENT

MODELING & SIMULATION IN BUSINESS PROCESS MANAGEMENT MODELING & SIMULATION IN BUSINESS PROCESS MANAGEMENT M. W. Barnett Director of Professional Services Gensym Corporation SIMULATION AND BUSINESS PROCESS CHANGE Simulation is a tool for managing change.

More information

Why is SAS/OR important? For whom is SAS/OR designed?

Why is SAS/OR important? For whom is SAS/OR designed? Fact Sheet What does SAS/OR software do? SAS/OR software provides a powerful array of optimization, simulation and project scheduling techniques to identify the actions that will produce the best results,

More information

Supporting the conception of a Knowledge Management System by the PIFA approach: case study STMicroelectronics

Supporting the conception of a Knowledge Management System by the PIFA approach: case study STMicroelectronics IAENG International Journal of Computer Science, 32:4, IJCS_32_4_11 Supporting the conception of a Knowledge Management System by the PIFA approach: case study STMicroelectronics Hendrik Busch, STMICROELECTRONICS,

More information

A Survey Study on Monitoring Service for Grid

A Survey Study on Monitoring Service for Grid A Survey Study on Monitoring Service for Grid Erkang You erkyou@indiana.edu ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

A CO-DESIGN MODELING APPROACH FOR COMPUTER NETWORK SYSTEMS. Weilong Hu Hessam S. Sarjoughian

A CO-DESIGN MODELING APPROACH FOR COMPUTER NETWORK SYSTEMS. Weilong Hu Hessam S. Sarjoughian Proceedings of the 2007 Winter Simulation Conference S. G. Henderson, B. Biller, M.-H. Hsieh, J. Shortle, J. D. Tew, and R. R. Barton, eds. A CO-DESIGN MODELING APPROACH FOR COMPUTER NETWORK SYSTEMS Weilong

More information

SysML Modelling Language explained

SysML Modelling Language explained Date: 7 th October 2010 Author: Guillaume FINANCE, Objet Direct Analyst & Consultant UML, the standard modelling language used in the field of software engineering, has been tailored to define a modelling

More information

Managing and Tracing the Traversal of Process Clouds with Templates, Agendas and Artifacts

Managing and Tracing the Traversal of Process Clouds with Templates, Agendas and Artifacts Managing and Tracing the Traversal of Process Clouds with Templates, Agendas and Artifacts Marian Benner, Matthias Book, Tobias Brückmann, Volker Gruhn, Thomas Richter, Sema Seyhan paluno The Ruhr Institute

More information

ONLINE SUPPLEMENTAL BAPPENDIX PROJECT SCHEDULES WITH PERT/CPM CHARTS

ONLINE SUPPLEMENTAL BAPPENDIX PROJECT SCHEDULES WITH PERT/CPM CHARTS ONLINE SUPPLEMENTAL BAPPENDIX PROJECT SCHEDULES WITH PERT/CPM CHARTS Chapter 3 of Systems Analysis and Design in a Changing World explains the techniques and steps required to build a project schedule

More information

PROCESS AUTOMATION FOR DISTRIBUTION OPERATIONS MANAGEMENT. Stipe Fustar. KEMA Consulting, USA

PROCESS AUTOMATION FOR DISTRIBUTION OPERATIONS MANAGEMENT. Stipe Fustar. KEMA Consulting, USA PROCESS AUTOMATION FOR DISTRIBUTION OPERATIONS MANAGEMENT Stipe Fustar KEMA Consulting, USA INTRODUCTION To prosper in a competitive market, distribution utilities are forced to better integrate their

More information

Scientific versus Business Workflows

Scientific versus Business Workflows 2 Scientific versus Business Workflows Roger Barga and Dennis Gannon The formal concept of a workflow has existed in the business world for a long time. An entire industry of tools and technology devoted

More information

Business Process Modeling with BPMN. Dr. Darius Šilingas Head of Solutions Department darius.silingas@nomagic.com

Business Process Modeling with BPMN. Dr. Darius Šilingas Head of Solutions Department darius.silingas@nomagic.com Business Process Modeling with BPMN Dr. Darius Šilingas Head of Solutions Department darius.silingas@nomagic.com No Magic Europe, 2012 About Instructor Dr. Darius Šilingas q Principal Consultant and Head

More information

Business Process Collaboration: A Fragment-based Approach using Connectors

Business Process Collaboration: A Fragment-based Approach using Connectors International Journal of Computer Science and Telecommunications [Volume 4, Issue 2, February 2013] 9 ISSN 2047-3338 Business Process Collaboration: A Fragment-based Approach using Connectors Mounira Zerari

More information

Electronic Medical Record Workflow Management: The Workflow of Workflow

Electronic Medical Record Workflow Management: The Workflow of Workflow Electronic Medical Record Workflow Management: The Workflow of Workflow White Paper By Charles W. Webster, MD, MSIE, MSIS EHRI 2000 RiverEdge Parkway GL 100A Atlanta, GA 30328 770.919.7220 www.encounterpro.com

More information

Discrete-Event Simulation

Discrete-Event Simulation Discrete-Event Simulation Prateek Sharma Abstract: Simulation can be regarded as the emulation of the behavior of a real-world system over an interval of time. The process of simulation relies upon the

More information

Business Intelligence Meets Business Process Management. Powerful technologies can work in tandem to drive successful operations

Business Intelligence Meets Business Process Management. Powerful technologies can work in tandem to drive successful operations Business Intelligence Meets Business Process Management Powerful technologies can work in tandem to drive successful operations Content The Corporate Challenge.3 Separation Inhibits Decision-Making..3

More information

Section C. Requirements Elicitation

Section C. Requirements Elicitation This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Using UML Part Two Behavioral Modeling Diagrams

Using UML Part Two Behavioral Modeling Diagrams UML Tutorials Using UML Part Two Behavioral Modeling Diagrams by Sparx Systems All material Sparx Systems 2007 Sparx Systems 2007 Page 1 Trademarks Object Management Group, OMG, Unified Modeling Language,

More information

Solution Documentation for Custom Development

Solution Documentation for Custom Development Version: 1.0 August 2008 Solution Documentation for Custom Development Active Global Support SAP AG 2008 SAP AGS SAP Standard Solution Documentation for Custom Page 1 of 53 1 MANAGEMENT SUMMARY... 4 2

More information

1.. This UI allows the performance of the business process, for instance, on an ecommerce system buy a book.

1.. This UI allows the performance of the business process, for instance, on an ecommerce system buy a book. * ** Today s organization increasingly prompted to integrate their business processes and to automate the largest portion possible of them. A common term used to reflect the automation of these processes

More information

1 Introduction. 2 The need for Engineering Workflow. 3 Example engineering workflow -3- NLR-TP-2000-313

1 Introduction. 2 The need for Engineering Workflow. 3 Example engineering workflow -3- NLR-TP-2000-313 -3- Engineering Workflow The Process in Product Data Technology D.J.A. Bijwaard, J.B.R.M. Spee, P.T. de Boer National Aerospace Laboratory NLR, P.O.Box 90502, 1006 BM AMSTERDAM, The Netherlands Fax:+31

More information

Myths About Service-Oriented Architecture Demystifying SOA. producers can coexist, and still have no dependence on each other.

Myths About Service-Oriented Architecture Demystifying SOA. producers can coexist, and still have no dependence on each other. WSJ: SOA Myths About Service-Oriented Architecture Demystifying SOA Service-oriented architecture (SOA) refers to an architectural solution that creates an environment in which services, service consumers,

More information