A Survey of Formal Business Process Verification: From Soundness to Variability
|
|
|
- Candace Jacobs
- 10 years ago
- Views:
Transcription
1 A Survey of Formal Business Process Verification: From Soundness to Variability Heerko Groefsema and Doina Bucur Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen, Nijenborgh 9, 9747 AG Groningen, the Netherlands {h.groefsema, Keywords: Abstract: Business Process Management, Verification, Model Checking, Survey. Formal verification of business process models is of interest to a number of application areas, including checking for basic process correctness, business compliance, and process variability. A large amount of work on these topics exist, while a comprehensive overview of the field and its directions is lacking. We provide an overview and critical reflections on existing approaches. 1 INTRODUCTION Business process modeling helps businesses to increase the quality of their processes. Formal techniques are used to model, implement, execute, and monitor business process models. Model checking is a technique which verifies a given system model for compliance with a specification of interest, for various practical goals including ensuring basic correctness of processes, business compliance checking, and process variability. A related survey (Morimoto, 2008) provides an overview of business process checking, but does not consider compliance and variability as supported through formal verification, while in (Aiello et al., 2010), we survey variability for business processes. While a large amount of work exists in the field of business process verification, it lacks an overview of the state of the field and its related formal verification frameworks. As such, in the present treatment, we aim to provide an overview of formal verification goals, techniques, and frameworks for business process modeling, and give critical reflections. Frameworks aiming at the verification of business process models exist. They supports various processspecification formalisms, e.g., imperative, declarative, event-driven, or artifact-centric. In imperative specification formalisms, processes are modelled as sets of tasks or activities, gates, and events interlinked by flows or transitions. Each activity describes a single unit of work and the transitions describe the order between these units of work. Common notations include Business Process Model and Notation (BPMN) (OMG, 2011), Business Process Execution Language (BPEL) (Oasis, 2007), Unified Modeling Language (UML) activity diagrams (OMG, 2011), and Yet Another Workflow Language (YAWL) (Hofstede et al., 2010). Alternatively, declarative specification formalisms, such as (Pesic and van der Aalst, 2006), model processes without distinct flow controls which specify order between units of work. Instead, these specifications express a process model as a set of activities and a set of constraints over these activities, with the constraints restricting the possible inclusion and ordering of the activities. Any process behaviour not prohibited by these constraints is valid. Event-driven specification is another approach to business process modelling. Defined in (Keller et al., 1992), Event-driven Process Chains (EPC) are directed graphs mainly consisting of events, functions (activities), and logical connectors (gates). Unlike imperative specifications, EPC do not model node ordering explicitly. Although EPC are known for their intelligible notation and simplicity, their lack of semantics is a topic of discussion (van der Aalst, 1999). Finally, artifact-centric specifications focus on the evolution of business entities and data. Originally proposed in (Nigam and Caswell, 2003), such specifications incorporate the notion of the lifecycle of business artifacts, such as data which is ignored by most other specifications. In what follows, Section 2 examines the techniques and goals of business processes verification. We classify and discuss verification frameworks in Section 3, and conclude in Section 4.
2 2 BUSINESS PROCESS MODEL CHECKING Business processes verification can be based on several algorithmic techniques (and some supporting intermediary modelling formalisms), and be used for a number of goals. Next we overview these. 2.1 VERIFICATION TECHNIQUES Petri Nets are state-transition systems used to analyze distributed systems. They are amenable to intuitive graphical notation which, unlike most of the process notations discussed in Section 1, include a mathematical definition of its execution semantics. A number of subclasses of Petri Nets have been defined, most notably the sub-class of Workflow (WF) nets (van der Aalst, 1998) which is applied as an intermediary formalism in the verification of business processes. Besides Petri Nets, a system may also be modelled as a finite state machine (FSM) a directed graph of nodes and edges, with nodes representing a system state system and edges representing a change in state. Both Petri Nets and FSM-like models are then verified against a specification or correctness property. On the other hand, generic model checkers, e.g., SPIN (Holzmann, 2004) and nusmv2 (Cimatti et al., 1999), implement search algorithms to verify any system modelled in the model checker s input languages. Of these, notable is the Process Meta-Language, or Promela, used by SPIN. Business processes can be remodelled using Promela, with the Promela implementation then internally translated into an automaton and verified against a correctness property. Correctness properties may be informal specifications, process models, or logic formulas. Informal specifications include properties defined as simple tuples or programming methods. Process models themselves can be used as correctness properties as well. In this case, the original business process model is verified to be a refinement of the correctness model. Logic properties are formulas in logics ranging from propositional logic to deontic and temporal logic. Deontic logics reason about obligations and permissions. Temporal logics include Linear Temporal Logic (LTL) and Computation Tree Logic (CTL), a branching-time logic. LTL specifies properties (e.g., the universality of a certain state property, and the order of states) over states occurring on process execution paths. CTL extends this set of temporal operators with path quantifiers, such that formulas can specify properties over branching executions. Extensions of these logics are common for process verification. They include Past-time LTL (PLTL), but also novel logics for business process specification. 2.2 GOALS OF VERIFICATION Business process verification is the act of determining if a business process model is correct with regard to a set of formal correctness properties. Often, verification is automated by tools known as analyzers or model checkers. Several goals for using verification are presented in the business process literature. The first goal is verifying basic properties such as reachability and termination. Reachability of a business activity requires an execution path to exist leading to that activity starting from the initial activities. A termination property requires that all possible execution traces terminate. Business process soundness, a property originally proposed in the area of Petri Net verification, is known as the combination of these two properties plus a third: the absence of related running activities at process termination (i.e., proper completion). Avoiding the deployment of erroneous processes that do not conform with these properties is obviously advantageous: [erroneously] designed workflow models can result in failed workflow processes, execution errors, and disgruntled customers and employees (Bi and Zhao, 2004). The second goal for business process verification is business compliance. Compliance checks whether process models conform with specifications, which in this case can be another process model or a set of rules, such as (inter)national laws and standards. When verifying compliance, rules are often specified using a formal logic over the entities (e.g., events, activities) of the business process model. In other cases, these rules are informally specified. For example, regulations could specify that before processing a wire transfer, a bank should identify if any sanctions exist regarding the involved parties. The third goal of verification of process models, variability, extends upon compliance. In the context of BPM, variability indicates that parts of a business process remain variable, or not fully defined, in order to support different versions of the same process depending on the intended use or execution context (Aiello et al., 2010). Variability aims to support different versions of the same process. This includes support of process families at design-time, when a new process variant can be derived from a generic process, and process flexibility or adaptability at runtime, where a generic process can be adapted. Variability can be specified in two different ways. The first, which is not in the scope of this survey, employs the use of variation points to provide different options at specific points in a process. The second, which is in scope, uses rules like those of compliance to specify how each version of a process should behave. A final goal of business process verification
3 Table 1: Soundness tools and frameworks. Formalisms Framework Modelling Intermediate Correctness properties Tool (van der Aalst, 1998) Petri Net Woflan (Bi and Zhao, 2004) WfMC Propositional logic Algorithmic (Choi and Zhao, 2005) WfMS (van Dongen et al., 2007) EPC Petri Net ProM (Fisteus et al., 2005) BPEL4WS CFM LTL, CTL SPIN, SMV (Karamanolis et al., 2000) WfMS FSP LTSA (Koehler et al., 2002) Imperative FSM CTL nusmv (Masalagiu et al., 2009) BPMN Petri Net to TLA+ LTL, CTL (via TLA+) TLC (Nakajima, 2006) BPEL EFA to Promela LTL SPIN (Weber et al., 2010) Annotated process Annotated process Algorithmic (Wynn et al., 2009) YAWL Petri Net YAWL (which we do not cover in this survey) deals with processes including multiple parties, such as business process collaborations (De Backer et al., 2009). The goal of verification includes, for example, the compatibility between processes, or lanes. 3 OVERVIEW OF FRAMEWORKS The existing frameworks aim to verify business processes either at design time or at runtime. The most basic form of verification of processes deals with design-time verification of soundness properties, e.g., termination and reachability. Table 1 gives an overview of these frameworks. (van der Aalst, 1998) introduced soundness to the field of BPM by translating workflows into Petri Nets, and (Wynn et al., 2009) perfected the application by allowing Or-joins and cancelation regions. Due to this, Petri Nets are commonly used as intermediate formalisms by soundness verification frameworks, including (van Dongen et al., 2007), who use it to verify EPC. Another popular method is by translating processes into a model checker input language, e.g.: (Masalagiu et al., 2009) verify BPMN by translating it (via a Petri Net intermediate model) into the model checker input language TLA+, (Karamanolis et al., 2000) translate processes to the process algebra FSP and checks the result with the Labeled Transition System Analyzer, (Koehler et al., 2002) translate into the nusmv input language, and (Nakajima, 2006) translates into the SPIN language Promela. Other frameworks verify business compliance; an overview of these is given in Table 2. A dominant number of compliance frameworks focus on verifying imperative specifications such as BPMN, BPEL, EPC, and UML sequence diagrams. (Anderson et al., 2005; Arbab et al., 2009; Awad et al., 2008; Foster et al., 2003; Ghose and Koliadis, 2007; Goedertier and Vanthienen, 2006; Janssen et al., 1998; Liu et al., 2007; Ly et al., 2008; Ly et al., 2011; Nakajima, 2002) all belong in this category. Others extend declarative specifications with compliance features. In (Chesani et al., 2009), compliance is modelled based on Dec- SerFlow, a declarative runtime process specification, by translating it into a reactive event calculus. (Pulvermueller et al., 2010) aims at verifying the compliance of design-time EPC using an extension of CTL that differentiates between events and functions. Finally, (Deutsch et al., 2009) proposes verifying the compliance of artifact-centric processes against properties expressed in an extension of LTL. The last set of frameworks (listed in Table 3) aim at supporting variability. Declarative variability extends upon compliance by only specifying rules over the set of tasks in a process, instead of building an imperative graph. As such, the authors of (Governatori et al., 2006) first propose a compliance framework based upon the newly proposed deontic logic FCL, then continue by extending this framework, in (Governatori et al., 2011), with goals to provide a fully declarative description. (Sadiq et al., 2005) proposes defining pockets of flexibility within imperatively specified processes to introduce design-time variability, using constraints which provide ordering and inclusion information but which are not specified using a formal logic. Formal frameworks base their declarative specifications on the temporal logics LTL and CTL. As examples, (Demeyer et al., 2010) use Finite LTL to specify fully declarative processes, (D Aprile et al., 2011) specify declarative processes using temporal Answer Set Programming (ASP) and Dynamic LTL, (Pesic and van der Aalst, 2006) use LTL to specify flexible run-time processes, and the related work of (van der Aalst and Pesic, 2006) aims towards service flows instead. Finally, (Maggi et al., 2011) extends upon the work of (Pesic and van der Aalst, 2006) to provide for runtime recovery after breaking constraint compliance. (Groefsema et al.,
4 Table 2: Compliance tools and frameworks. Formalisms Framework Modelling Intermediate Correctness properties Tool (Anderson et al., 2005) UML Sequence Diagram CSP CSP FDR (Arbab et al., 2009) BPMN Reo Automata Vereofy/ mcrl2 (Awad et al., 2008) BPMN Petri Net PLTL LoLA/ nusmv (Chesani et al., 2009) DecSerFlow Event Calc. Algorithmic (Deutsch et al., 2009) Business artifacts LTL-FO Algorithmic (Foster et al., 2003) UML+ BPEL FSP LTSA (Gerede and Su, 2007) Business artifacts CTL-FO Algorithmic (Ghose and Koliadis, 2007) Annotated BPMN Annotated digraphs Process effect rules Algorithmic (Goedertier and Vanthienen, 2006) BPMN PENELOPE Prolog CLP(fd) (Janssen et al., 1998) AMBER Promela LTL SPIN (Liu et al., 2007) BPEL Pi-calculus to FSM LTL nusmv (Ly et al., 2008; Ly et al., 2011) CRG (Montali et al., 2010) LTL ALP ALP SCIFF (Nakajima, 2002) WSFL Promela LTL SPIN (Pulvermueller et al., 2010) EPC EG-CTL BAM (Weber et al., 2008) Annotated Process Graph 2011) uses CTL to define process templates; processes based upon such a template are then verified for compliance with that template at design-time. Finally, (Bulanov et al., 2011) proposes Temporal Process Logic (TPL) to provide a formal mechanism supporting different gates to merge processes. Critically, drawbacks exist in certain frameworks for compliance and variability. Some frameworks inefficiently translate the business-process model into a model checker input language, introducing a large overhead in the ensuing state space (e.g., a simple process of five activities and four transitions is reportedly mapped to 201 states and 586 transitions in SPIN by (Nakajima, 2002)). Other methods for design-time verification (but not for runtime verification, which checks linear execution paths) lack good support for complex branching features of the modelling formalism (e.g., do not support parallel gates, or execution loops). To improve on this, some introduce workarounds, e.g., (Pulvermueller et al., 2010) proposes using simple variables on automata to fork exclusive paths and synchronize parallel paths. In other work (Feja et al., 2009), the same authors propose an unsound Kripke translation when dealing with parallel paths. Here, pairs of activities from different parallel paths are explicitly synchronized; in reality, however, each path should only be synchronized after a join. Other frameworks, e.g., (Sadiq et al., 2005), (Choi and Zhao, 2005), and (Groefsema et al., 2011), simply ignore exclusive, inclusive, and/or parallel paths for reasons of complexity. (Weber et al., 2008) proposes two verification algorithms in polynomial time; however, one is reported by the authors as unsound and complete, the other sound but incomplete, and both only support acyclic processes. (Montali et al., 2010) reports its verification algorithm to be unable to terminate under certain loops. Finally, other frameworks require users to apply newly proposed or extended specification logics in order to specify correctness properties. Examples include (Pulvermueller et al., 2010), which extends CTL with the ability to differentiate between events and functions in EPC, (Governatori et al., 2006), which proposes an entirely new deontic logic, and (Bulanov et al., 2011), which proposes a new temporal process logic to allow process mergers. 4 CONCLUSIONS Formal verification of business processes was initially proposed to check for process soundness, but lately has been deployed to also support business compliance and variability. While process soundness is well supported by frameworks based on Petri-Net formalisms, the areas of compliance and variability checking lack design-time solutions which (i) minimize the overhead of states in the formal model, and (ii) support large subsets of the business process modelling formalism, including parallel gates and process loops.
5 Table 3: Variability tools and frameworks. Formalisms Framework Modelling Intermediate Correctness properties Tool (D Aprile et al., 2011) Temporal ASP Temporal ASP (Bulanov et al., 2011) Imperative TPL (Governatori et al., 2011) BPMN FCL (Groefsema et al., 2011) BPMN+ CTL CTL VxBPMN (Demeyer et al., 2010) Saturn Automata Finite LTL Saturn Eng. (Pesic and van der Aalst, 2006; van der Aalst and Pesic, 2006; Maggi et al., 2011) LTL Automata LTL Declare (Rychkova et al., 2008) BPMN + FO Alloys FO Alloys (Sadiq et al., 2005) Informal Chameleon REFERENCES Aiello, M., Bulanov, P., and Groefsema, H. (2010). Requirements and tools for variability management. In Proc. IEEE 34th Annual Computer Software and Applications Conference Workshops, COMPSACW 10, pages , Washington, DC, USA. Anderson, B., Hansen, J. V., Lowry, P., and Summers, S. (2005). Model checking for E-business control and assurance. Systems, Man, and Cybernetics, Part C: Applications and Reviews, IEEE Transactions on, 35(3): Arbab, F., Kokash, N., and Meng, S. (2009). Towards using Reo for compliance-aware business process modeling. In Margaria, T. and Steffen, B., editors, Leveraging Applications of Formal Methods, Verification and Validation, volume 17 of Communications in Computer and Information Science, pages Springer. Awad, A., Decker, G., and Weske, M. (2008). Efficient compliance checking using BPMN-Q and temporal logic. In Proc. 6th Int. Conf. on Business Process Management, BPM 08, pages Springer. Bi, H. H. and Zhao, J. L. (2004). Applying propositional logic to workflow verification. Information Technology and Management, 5: Bulanov, P., Lazovik, A., and Aiello, M. (2011). Business process customization using process merging techniques. In Int. Conference on Service-Oriented Computing and Applications (SOCA 2011), pages 1 4. Chesani, F., Mello, P., Montali, M., and Torroni, P. (2009). Web services and formal methods. chapter Verification of Choreographies During Execution Using the Reactive Event Calculus, pages Springer. Choi, Y. and Zhao, J. L. (2005). Decomposition-based verification of cyclic workflows. In Proc. Third Int. Conf. on Automated Technology for Verification and Analysis, ATVA 05, pages Springer. Cimatti, A., Clarke, E., Giunchiglia, F., and Roveri, M. (1999). NUSMV: a new Symbolic Model Verifier. In N. Halbwachs and D. Peled, editors, Proc. 11th Conference on Computer-Aided Verification (CAV), volume 1633 of LNCS, pages Springer. D Aprile, D., Giordano, L., Gliozzi, V., Martelli, A., Pozzato, G. L., and Dupré, D. T. (2011). Verifying compliance of business processes with temporal answer sets. In CILC, pages De Backer, M., Snoeck, M., Monsieur, G., Lemahieu, W., and Dedene, G. (2009). A scenario-based verification technique to assess the compatibility of collaborative business processes. Data Knowl. Eng., 68(6): Demeyer, R., Van Assche, M., Langevine, L., and Vanhoof, W. (2010). Declarative workflows to efficiently manage flexible and advanced business processes. In Proc. 12th International ACM SIGPLAN Symposium on Principles and Practice of Declarative Programming, PPDP, pages ACM. Deutsch, A., Hull, R., Patrizi, F., and Vianu, V. (2009). Automatic verification of data-centric business processes. In Proc. 12th Int. Conf. on Database Theory, ICDT, pages ACM. Feja, S., Speck, A., and Pulvermüller, E. (2009). Business process verification. In GI Jahrestagung, pages Fisteus, J. A., Fernández, L. S., and Kloos, C. D. (2005). Applying model checking to bpel4ws business collaborations. In Proc. ACM Symposium on Applied Computing (SAC), pages ACM. Foster, H., Uchitel, S., Magee, J., and Kramer, J. (2003). Model-based verification of web service compositions. In Proc. 18th IEEE Int. Conf. on Automated Software Engineering (ASE), pages Gerede, C. and Su, J. (2007). Specification and verification of artifact behaviors in business process models. In Krämer, B. J., Lin, K.-J., and Narasimhan, P., editors, Service-Oriented Computing (ICSOC), volume 4749 of LNCS, pages Springer. Ghose, A. and Koliadis, G. (2007). Auditing business process compliance. In Proc. 5th Int. Conf. on Service-Oriented Computing, ICSOC, pages Springer. Goedertier, S. and Vanthienen, J. (2006). Designing compliant business processes with obligations and permissions. In Proc. Int. Conf. on Business Process Management Workshops, BPM, pages Springer. Governatori, G., Milosevic, Z., and Sadiq, S. (2006). Compliance checking between business processes and business contracts. In Proc. 10th IEEE Int. Conf. En-
6 terprise Distributed Object Computing, EDOC, pages IEEE Computer Society. Governatori, G., Olivieri, F., Scannapieco, S., and Cristani, M. (2011). Designing for compliance: norms and goals. In Proc. 5th Int. Conf. on Rule-based modeling and computing on the semantic web, RuleML, pages Springer. Groefsema, H., Bulanov, P., and Aiello, M. (2011). Declarative enhancement framework for business processes. In Int. Conference on Service-Oriented Computing, ICSOC, LNCS 7084, pages pp Hofstede, A. H., Russell, N., Aalst, W. M., and Adams, M. (2010). Modern Business Process Automation: YAWL and its Support Environment. Springer. Holzmann, G. (2004). The SPIN Model Checker. A Primer and Reference Manual. Janssen, W., Mateescu, R., Mauw, S., and Springintveld, J. (1998). Verifying business processes using SPIN. In Proc. of the 4th Int. SPIN Workshop, pages Karamanolis, C. T., Giannakopoulou, D., Magee, J., and Wheater, S. M. (2000). Model checking of workflow schemas. In Proc. 4th Int. Conf. on Enterprise Distributed Object Computing, EDOC, pages IEEE Computer Society. Keller, G., Nüttgens, M., and Scheer, A. W. (1992). Semantische Prozeßmodellierung auf der Grundlage Ereignisgesteuerter Prozeßketten (EPK). Technical Report 89, Universität des Saarlandes, Germany. Koehler, J., Tirenni, G., and Kumaran, S. (2002). From business process model to consistent implementation: a case for formal verification methods. In Proc. 6th Int. Conf. on Enterprise Distributed Object Computing (EDOC), pages Liu, Y., Müller, S., and Xu, K. (2007). A static compliancechecking framework for business process models. IBM Syst. J., 46(2): Ly, L. T., Rinderle, S., and Dadam, P. (2008). Integration and verification of semantic constraints in adaptive process management systems. Data Knowl. Eng., 64(1):3 23. Ly, L. T., Rinderle-Ma, S., Knuplesch, D., and Dadam, P. (2011). Monitoring business process compliance using compliance rule graphs. In Proc. Confederated Int. Conf. On the move to meaningful internet systems - Volume I, OTM, pages Springer-Verlag. Maggi, F., Montali, M., Westergaard, M., and Aalst, W. (2011). Monitoring business constraints with linear temporal logic: An approach based on colored automata. In Business Process Management, volume 6896 of LNCS, pages Springer. Masalagiu, C., Chin, W.-N., Andrei, S., and Alaiba, V. (2009). A rigorous methodology for specification and verification of business processes. Formal Aspects of Computing, 21: Montali, M., Torroni, P., Chesani, F., Mello, P., Alberti, M., and Lamma, E. (2010). Abductive logic programming as an effective technology for the static verification of declarative business processes. Fundam. Inf., 102(3-4): Morimoto, S. (2008). A survey of formal verification for business process modeling. In Proc. 8th Int. Conf. on Computational Science, Part II, ICCS, pages Springer-Verlag. Nakajima, S. (2002). Verification of Web service flows with model-checking techniques. In Proc. First Int. Symposium on Cyber Worlds, pages Nakajima, S. (2006). Model-checking behavioral specification of BPEL applications. Electron. Notes Theor. Comput. Sci., 151(2): Nigam, A. and Caswell, N. S. (2003). Business artifacts: An approach to operational specification. IBM Syst. J., 42(3): Oasis (2007). Web Services Business Process Execution Language Version 2.0. Technical report, Oasis. OMG (2011). Business Process Model And Notation (BPMN) Version 2.0. Technical Report OMG (2011). OMG Unified Modeling Language TM (OMG UML). Technical Report Pesic, M. and van der Aalst, W. M. P. (2006). A declarative approach for flexible business processes management. In Proc. Int. Conf. on Business Process Management Workshops, BPM, pages Springer-Verlag. Pulvermueller, E., Feja, S., and Speck, A. (2010). Developer-friendly verification of process-based systems. Knowl.-Based Syst., 23(7): Rychkova, I., Regev, G., and Wegmann, A. (2008). Using declarative specifications in business process design. Int. J. of Computer Science and Applications, 5(3b): Sadiq, S. W., Orlowska, M. E., and Sadiq, W. (2005). Specification and validation of process constraints for flexible workflows. Inf. Syst., 30(5): van der Aalst, W. M. (1999). Formalization and verification of event-driven process chains. Information and Software technology, 41(10): van der Aalst, W. M. P. (1998). The application of Petri nets to workflow management. Journal of Circuits, Systems and Computers, 8(1): van der Aalst, W. M. P. and Pesic, M. (2006). DecSer- Flow: Towards a truly declarative service flow language. LNCS: Web Services and Formal Methods, Volume 4184, pages van Dongen, B. F., Jansen-Vullers, M. H., Verbeek, H. M. W., and van der Aalst, W. M. P. (2007). Verification of the SAP reference models using EPC reduction, state-space analysis, and invariants. Comput. Ind., 58(6): Weber, I., Governatori, G., and Hoffmann, J. (2008). Approximate compliance checking for annotated process models. In Advances in Enterprise EngineeringProceedings of the GRCIS workshop at CAiSE, volume 8. Weber, I., Hoffmann, J., and Mendling, J. (2010). Beyond soundness: on the verification of semantic business process models. Distrib. Parallel Databases, 27(3): Wynn, M. T., Verbeek, H., van der Aalst, W., ter Hofstede, A., and Edmond, D. (2009). Business process verification - finally a reality! Business Process Management Journal, 15(1):74 92.
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
On the Modeling and Verification of Security-Aware and Process-Aware Information Systems
On the Modeling and Verification of Security-Aware and Process-Aware Information Systems 29 August 2011 What are workflows to us? Plans or schedules that map users or resources to tasks Such mappings may
System modeling. Budapest University of Technology and Economics Department of Measurement and Information Systems
System modeling Business process modeling how to do it right Partially based on Process Anti-Patterns: How to Avoid the Common Traps of Business Process Modeling, J Koehler, J Vanhatalo, IBM Zürich, 2007.
Dr. Jana Koehler IBM Zurich Research Laboratory
Precise Modeling of Business Processes with the Business Process Modeling Notation BPMN 2.0 Dr. Jana Koehler IBM Zurich Research Laboratory ZRL BIT at a Glance Computer Science at ZRL: Security/Cryptography
MODEL CHECKING OF SERVICES WORKFLOW RECONFIGURATION: A PERSPECTIVE ON DEPENDABILITY
MODEL CHECKING OF SERVICES WORKFLOW RECONFIGURATION: A PERSPECTIVE ON DEPENDABILITY 1 Juan Carlos Polanco Aguilar 1 Koji Hasebe 1 Manuel Mazzara 2 Kazuhiko Kato 1 1 University of Tsukuba Department of
Chapter 2 Introduction to Business Processes, BPM, and BPM Systems
Chapter 2 Introduction to Business Processes, BPM, and BPM Systems This chapter provides a basic overview on business processes. In particular it concentrates on the actual definition and characterization
Business Process Model and Soundness
Instantaneous Soundness Checking of Industrial Business Process Models Dirk Fahland 1, Cédric Favre 2, Barbara Jobstmann 4, Jana Koehler 2, Niels Lohmann 3, Hagen Völzer 2, and Karsten Wolf 3 1 Humboldt-Universität
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 [email protected] Abstract. We
Business Process Modeling
Business Process Concepts Process Mining Kelly Rosa Braghetto Instituto de Matemática e Estatística Universidade de São Paulo [email protected] January 30, 2009 1 / 41 Business Process Concepts Process
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
Modelling and Verification of Business Processes
Modelling and Verification of Business Processes Costin Bădică Department of Computer Science King s College London, WC2R 2LS, UK [email protected] Chris Fox Department of Computer Science University
WoPeD - An Educational Tool for Workflow Nets
WoPeD - An Educational Tool for Workflow Nets Thomas Freytag, Cooperative State University (DHBW) Karlsruhe, Germany [email protected] Martin Sänger, 1&1 Internet AG, Karlsruhe, Germany [email protected]
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,
IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD
Journal homepage: www.mjret.in ISSN:2348-6953 IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD Deepak Ramchandara Lad 1, Soumitra S. Das 2 Computer Dept. 12 Dr. D. Y. Patil School of Engineering,(Affiliated
logic language, static/dynamic models SAT solvers Verified Software Systems 1 How can we model check of a program or system?
5. LTL, CTL Last part: Alloy logic language, static/dynamic models SAT solvers Today: Temporal Logic (LTL, CTL) Verified Software Systems 1 Overview How can we model check of a program or system? Modeling
Workflow Management Models and ConDec
A Declarative Approach for Flexible Business Processes Management M. Pesic and W.M.P. van der Aalst Department of Technology Management, Eindhoven University of Technology, P.O.Box 513, NL-5600 MB, Eindhoven,
Using Patterns and Composite Propositions to Automate the Generation of Complex LTL
University of Texas at El Paso DigitalCommons@UTEP Departmental Technical Reports (CS) Department of Computer Science 8-1-2007 Using Patterns and Composite Propositions to Automate the Generation of Complex
Business Process Standards and Modeling
Business Process Standards and Modeling Janne J. Korhonen Helsinki University of Technology STANDARDS Standards Organizations Object Management Group (www.omg.org) Business Process Modeling Notation (BPMN)
A Classification of Model Checking-based Verification Approaches for Software Models
A Classification of Model Checking-based Verification Approaches for Software Models Petra Brosch, Sebastian Gabmeyer, Martina Seidl Sebastian Gabmeyer Business Informatics Group Institute of Software
Diagramming Techniques:
1 Diagramming Techniques: FC,UML,PERT,CPM,EPC,STAFFWARE,... Eindhoven University of Technology Faculty of Technology Management Department of Information and Technology P.O. Box 513 5600 MB Eindhoven The
Process Mining. ^J Springer. Discovery, Conformance and Enhancement of Business Processes. Wil M.R van der Aalst Q UNIVERS1TAT.
Wil M.R van der Aalst Process Mining Discovery, Conformance and Enhancement of Business Processes Q UNIVERS1TAT m LIECHTENSTEIN Bibliothek ^J Springer Contents 1 Introduction I 1.1 Data Explosion I 1.2
The Model Checker SPIN
The Model Checker SPIN Author: Gerard J. Holzmann Presented By: Maulik Patel Outline Introduction Structure Foundation Algorithms Memory management Example/Demo SPIN-Introduction Introduction SPIN (Simple(
Weak Conformance between Process Models and Synchronized Object Life Cycles
Weak Conformance between Process Models and Synchronized Object Life Cycles Andreas Meyer, Mathias Weske Technische Berichte Nr. 91 des Hasso-Plattner-Instituts für Softwaresystemtechnik an der Universität
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
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
Process Mining and Monitoring Processes and Services: Workshop Report
Process Mining and Monitoring Processes and Services: Workshop Report Wil van der Aalst (editor) Eindhoven University of Technology, P.O.Box 513, NL-5600 MB, Eindhoven, The Netherlands. [email protected]
Software Modeling and Verification
Software Modeling and Verification Alessandro Aldini DiSBeF - Sezione STI University of Urbino Carlo Bo Italy 3-4 February 2015 Algorithmic verification Correctness problem Is the software/hardware system
EXTENDING BUSINESS PROCESS MODELING TOOLS WITH WORKFLOW PATTERN REUSE
EXTENDING BUSINESS PROCESS MODELING TOOLS WITH WORKFLOW PATTERN REUSE Lucinéia Heloisa Thom 1, Jean Michael Lau 1, Cirano Iochpe 1,2, Jan Mendling 3 1 Institute of Informatics, Federal University of Rio
Development of dynamically evolving and self-adaptive software. 1. Background
Development of dynamically evolving and self-adaptive software 1. Background LASER 2013 Isola d Elba, September 2013 Carlo Ghezzi Politecnico di Milano Deep-SE Group @ DEIB 1 Requirements Functional requirements
http://aejm.ca Journal of Mathematics http://rema.ca Volume 1, Number 1, Summer 2006 pp. 69 86
Atlantic Electronic http://aejm.ca Journal of Mathematics http://rema.ca Volume 1, Number 1, Summer 2006 pp. 69 86 AUTOMATED RECOGNITION OF STUTTER INVARIANCE OF LTL FORMULAS Jeffrey Dallien 1 and Wendy
Policy Modeling and Compliance Verification in Enterprise Software Systems: a Survey
Policy Modeling and Compliance Verification in Enterprise Software Systems: a Survey George Chatzikonstantinou, Kostas Kontogiannis National Technical University of Athens September 24, 2012 MESOCA 12,
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
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
Managing Process Customizability and Customization: Model, Language and Process
Managing Process Customizability and Customization: Model, Language and Process Alexander Lazovik 1 and Heiko Ludwig 2 1 University of Trento, Italy [email protected] 2 IBM TJ Watson Research Center,
Tool Support for Model Checking of Web application designs *
Tool Support for Model Checking of Web application designs * Marco Brambilla 1, Jordi Cabot 2 and Nathalie Moreno 3 1 Dipartimento di Elettronica e Informazione, Politecnico di Milano Piazza L. Da Vinci,
Linking BPMN, ArchiMate, and BWW: Perfect Match for Complete and Lawful Business Process Models?
Linking BPMN, ArchiMate, and BWW: Perfect Match for Complete and Lawful Business Process Models? Ludmila Penicina Institute of Applied Computer Systems, Riga Technical University, 1 Kalku, Riga, LV-1658,
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
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
Specification and Analysis of Contracts Lecture 1 Introduction
Specification and Analysis of Contracts Lecture 1 Introduction Gerardo Schneider [email protected] http://folk.uio.no/gerardo/ Department of Informatics, University of Oslo SEFM School, Oct. 27 - Nov.
Formal Verification Toolkit for Requirements and Early Design Stages
Formal Verification Toolkit for Requirements and Early Design Stages Julia M. Badger 1 and Sheena Judson Miller 2 1 NASA Johnson Space Center, Houston, TX 77058, USA 2 Barrios Technology, Houston, TX 77058,
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
Today s Agenda. Automata and Logic. Quiz 4 Temporal Logic. Introduction Buchi Automata Linear Time Logic Summary
Today s Agenda Quiz 4 Temporal Logic Formal Methods in Software Engineering 1 Automata and Logic Introduction Buchi Automata Linear Time Logic Summary Formal Methods in Software Engineering 2 1 Buchi Automata
Formal Verification and Linear-time Model Checking
Formal Verification and Linear-time Model Checking Paul Jackson University of Edinburgh Automated Reasoning 21st and 24th October 2013 Why Automated Reasoning? Intellectually stimulating and challenging
A Formal Methodology for Procedural Security Assessment
A Formal Methodology for Procedural Security Assessment Komminist Weldemariam and Adolfo Villafiorita Center For Information Technology Fondazione Bruno Kessler Trento 38100, Italy Email: (sisai,adolfo)@fbk.eu
Model Checking: An Introduction
Announcements Model Checking: An Introduction Meeting 2 Office hours M 1:30pm-2:30pm W 5:30pm-6:30pm (after class) and by appointment ECOT 621 Moodle problems? Fundamentals of Programming Languages CSCI
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
Feature. Applications of Business Process Analytics and Mining for Internal Control. World
Feature Filip Caron is a doctoral researcher in the Department of Decision Sciences and Information Management, Information Systems Group, at the Katholieke Universiteit Leuven (Flanders, Belgium). Jan
Towards Process Evaluation in Non-automated Process Execution Environments
Towards Process Evaluation in Non-automated Process Execution Environments Nico Herzberg, Matthias Kunze, Andreas Rogge-Solti Hasso Plattner Institute at the University of Potsdam Prof.-Dr.-Helmert-Strasse
Budapest University of Technology and Economics Department of Measurement and Information Systems. Business Process Modeling
Budapest University of Technology and Economics Department of Measurement and Information Systems Business Process Modeling Process, business process Workflow: sequence of given steps executed in order
Automata-Based Verification of Temporal Properties on Running Programs Dimitra Giannakopoulou Klaus Havelund
Automata-Based Verification of Temporal Properties on Running Programs Dimitra Giannakopoulou Klaus Havelund RIACS Technical Report 01.21 August 2001 Presented at the 16 th IEEE International Conference
Quick Guide Business Process Modeling Notation (BPMN)
Quick Guide Business Process Modeling Notation (BPMN) IDM Technical Team January 2007 Quick Guide: BPMN 2 of 14 The scope of this document is to provide a quick guide to the concepts and usage of the Business
Towards Modeling and Transformation of Security Requirements for Service-oriented Architectures
Towards Modeling and Transformation of Security Requirements for Service-oriented Architectures Sven Feja 1, Ralph Herkenhöner 2, Meiko Jensen 3, Andreas Speck 1, Hermann de Meer 2, and Jörg Schwenk 3
Model Checking II Temporal Logic Model Checking
1/32 Model Checking II Temporal Logic Model Checking Edmund M Clarke, Jr School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 2/32 Temporal Logic Model Checking Specification Language:
An Evaluation of Conceptual Business Process Modelling Languages
An Evaluation of Conceptual Business Process Modelling Languages Beate List and Birgit Korherr Women s Postgraduate College for Internet Technologies Institute of Software Technology and Interactive Systems
EFFECTIVE CONSTRUCTIVE MODELS OF IMPLICIT SELECTION IN BUSINESS PROCESSES. Nataliya Golyan, Vera Golyan, Olga Kalynychenko
380 International Journal Information Theories and Applications, Vol. 18, Number 4, 2011 EFFECTIVE CONSTRUCTIVE MODELS OF IMPLICIT SELECTION IN BUSINESS PROCESSES Nataliya Golyan, Vera Golyan, Olga Kalynychenko
Testing LTL Formula Translation into Büchi Automata
Testing LTL Formula Translation into Büchi Automata Heikki Tauriainen and Keijo Heljanko Helsinki University of Technology, Laboratory for Theoretical Computer Science, P. O. Box 5400, FIN-02015 HUT, Finland
Business Process Verification: The Application of Model Checking and Timed Automata
Business Process Verification: The Application of Model Checking and Timed Automata Luis E. Mendoza Morales Processes and Systems Department, Simón Bolívar University, P.O. box 89000, Baruta, Venezuela,
Formal Verification by Model Checking
Formal Verification by Model Checking Natasha Sharygina Carnegie Mellon University Guest Lectures at the Analysis of Software Artifacts Class, Spring 2005 1 Outline Lecture 1: Overview of Model Checking
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
Modeling BPMN Diagrams within XTT2 Framework. A Critical Analysis**
AUTOMATYKA 2011 Tom 15 Zeszyt 2 Antoni Ligêza*, Tomasz Maœlanka*, Krzysztof Kluza*, Grzegorz Jacek Nalepa* Modeling BPMN Diagrams within XTT2 Framework. A Critical Analysis** 1. Introduction Design, analysis
Workflow Patterns for Business Process Modeling
Workflow Patterns for Business Process Modeling Lucinéia Heloisa Thom 1, Cirano Iochpe 1,2, Manfred Reichert 3 1 Federal University of Rio Grande do Sul, Informatics Institute, Av. Bento Gonçalves, 9500,
CCaaS: Online Conformance Checking as a Service
CCaaS: Online Conformance Checking as a Service Ingo Weber 1, Andreas Rogge-Solti 2, Chao Li 1, and Jan Mendling 2 1 NICTA, Sydney, Australia [email protected] 2 Wirtschaftsuniversität Wien,
BPMN VS. UML ACTIVITY DIAGRAM FOR BUSINESS PROCESS MODELING
Accounting and Management Information Systems Vol. 11, No. 4, pp. 637 651, 2012 BPMN VS. UML ACTIVITY DIAGRAM FOR BUSINESS PROCESS MODELING Cristina Venera GEAMBAŞU 1 The Bucharest University of Economic
Translating Message Sequence Charts to other Process Languages using Process Mining
Translating Message Sequence Charts to other Process Languages using Process Mining Kristian Bisgaard Lassen 1, Boudewijn F. van Dongen 2, and Wil M.P. van der Aalst 2 1 Department of Computer Science,
1 Business Modeling. 1.1 Event-driven Process Chain (EPC) Seite 2
Business Process Modeling with EPC and UML Transformation or Integration? Dr. Markus Nüttgens, Dipl.-Inform. Thomas Feld, Dipl.-Kfm. Volker Zimmermann Institut für Wirtschaftsinformatik (IWi), Universität
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
Model Checking based Software Verification
Model Checking based Software Verification 18.5-2006 Keijo Heljanko [email protected] Department of Computer Science and Engineering Helsinki University of Technology http://www.tcs.tkk.fi/~kepa/ 1/24
Modeling Guidelines Manual
Modeling Guidelines Manual [Insert company name here] July 2014 Author: John Doe [email protected] Page 1 of 22 Table of Contents 1. Introduction... 3 2. Business Process Management (BPM)... 4 2.1.
Aligning Event Logs and Declarative Process Models for Conformance Checking
Aligning Event Logs and Declarative Process Models for Conformance Checking Massimiliano de Leoni, Fabrizio M. Maggi, and Wil M. P. van der Aalst Eindhoven University of Technology, Eindhoven, The Netherlands
Validated Templates for Specification of Complex LTL Formulas
Validated Templates for Specification of Complex LTL Formulas Salamah Salamah Department of Electrical, computer, Software, and Systems Engineering Embry Riddle Aeronautical University 600 S. Clyde Morris
