A Comparison of Flexible BPMN and CMMN in Practice: a Case Study on Component Release Processes

A Comparison of Flexible BPMN and CMMN in Practice: a Case Study on Component Release Processes

2018 IEEE 22nd International Enterprise Distributed Object Computing Conference A Comparison of Flexible BPMN and CMMN in Practice: A Case Study on Component Release Processes Andre´ Zensen Jochen M. Kuster¨ Bielefeld University of Applied Sciences Bielefeld University of Applied Sciences Bielefeld, Germany Bielefeld, Germany Email: [email protected] Email: [email protected] Abstract—The Object Management Group maintains two no- derive simple guidelines. While the findings can not be used tations to model business processes, BPMN and CMMN. While to make generalized statements, they can aid in choosing ff ff the two follow di erent approaches, both o er structures to which standard to use to model processes or parts of processes model flexible processes or parts thereof. This gives rise to the question which standard should be chosen to adequately model requiring flexible parts. such processes. We compare BPMN with a focus on its ad-hoc sub- The work is structured as follows: Section II introduces the process with elements of CMMN case models along a practical approaches and modeling standards. Section III describes the case study. While BPMN offers a certain degree of flexibility, case study and process. Section IV describes the models created CMMN has several benefits but also drawbacks. We discuss to capture the work on tasks needed to release a component advantages and disadvantages of both notations. To answer the question of which notation to use for modeling flexible processes, for production. A comparison is made in section V to highlight we derive simple guidelines to help in making an informed choice. advantages and disadvantages. Derived guidelines are given in section VI. Section VII presents related work with a focus on Keywords-Business Process Management, BPMN, Case Man- CMMN modeling, before section VIII concludes this work. agement, CMMN, Case Study, Data-driven Processes, Knowledge- and for rocess odeling intensive Processes II. BPMN CMMN P M The Business Process Model and Notation is a successor to ntroduction I. I other imperative process modeling languages or notations, such The Object Management Group (OMG) maintains two nota- as Petri nets [25] and Event-driven Process Chains (EPC)[20]. tions for modeling processes, the Business Process Modeling Figure 1 shows a subset consisting of the elements used for the Notation (BPMN) and the Case Management and Modeling case study. A pool contains a typed start event, connected to Notation (CMMN). While BPMN [2] has established itself for an activity with a sequence flow. Another sequence flow leads modeling highly structured processes, CMMN [6] is a recent to an expanded ad hoc sub-process containing a collapsed one. addition meant as a complementary notation to BPMN with a It uses and generates data objects. A parallel gateway splits focus on knowledge-intensive processes [5]. It follows concepts the sequence flow inside to trigger an outgoing (thrown) and of case management [23], [24]. As an expression of these, it incoming (caught) message event. An end event concludes provides different elements and execution semantics compared the process. Execution semantics are further described in to BPMN to model flexible processes. BPMN also offers a section IV-A. structure to model such processes, the ad-hoc sub-process. The Combining a diverse, formalised graphical notation with question arises which notation provides a better fit for modeling execution semantics in an interchangeable standardized format, flexible processes or parts thereof. it has since its release in late 2011 become an important To make an informed choice, we conducted a practical standard for business process modeling. The execution follows case study. For the study, we model the process employed strict and explicitly modeled paths, defined by flow objects, such by a major company to release components used in high-end as activities linked by connecting objects defining sequences. domestic appliances and commercial equipment. We use an Branching and routing is made possible by gateways utilizing imperative and a declarative approach. The process shows both conditions and expressing decisions. Data is handled as input routine and flexible parts. It can be characterised as a case of and/or output of single activities. An exception to the regular production case management (PCM) [23], [17]. To compare the strict pathways is the ad hoc sub-process, which is marked approaches for the process at hand, we use BPMN and CMMN with a tilde symbol at the bottom of the sub-process activity. to cover differing degrees of flexibility [19], from structured Adifferent approach is the declarative Case Model and to unstructured and unforeseeable in terms of routing. Management Notation, first released in late 2016. Heavily We discuss the advantages and disadvantages of both influenced by an artefact-centric view of processes [18], the approaches by highlighting parts of the process, before we Guard-Stage-Milestone approach proposed in [10] and the 2325-6362/18/$31.00 ©2018 IEEE 105 DOI 10.1109/EDOC.2018.00023 Fig. 1. Used BPMN Elements case handling paradigm described in [26], it aims to become a Fig. 2. CMMN Elements standard for case management. It gives new importance to entity life-cycles and flexibility in execution of processes. Research published on CMMN covers different aspects, such as its fit for case management definitions [14], [15] and adaptive case management in particular [12]. Complexity metrics [16], support for established work- flow patterns in comparison to BPMN [7] and prototypical implementations to support case management based on CMMN Fig. 3. High level overview of the component release process [13] are topics of other research. Recent publications also focus on CMMN to model case study scenarios. An overview is given the explicit and imperative ’how to reach the goal’ of a process in the related works in section VII. and execution of an instance. Figure 2 shows the main elements available in CMMN. Tasks can be typed and annotated with decorators, e.g. with III. Case study: component release process an exclamation mark when they are required, which is not We conducted the case study to analyse and model the pro- available in BPMN. Sentries can be used as entries and exits cess in BPMN and CMMN for the purpose of documentation, to control flow options and linked to life cycles of elements, management and improvements. The models were compared such as the creation of a document or the completion of a task. to see which OMG standard provides a better fit for the whole Like BPMN, it combines formalised graphical elements and process and certain parts of it. execution semantics in an interchangeable standard. Using a The release of components, which can be a single component small subset of BPMN elements and several new elements such as an electrical relay or a combination of components including a process task, it introduces new concepts to support like a touch screen display, is handled in projects. The overall case-oriented processes. New and old elements have defined process can be divided into four parts: (I) a project set up, (II) life-cycles which interact with each other. They influence which approval or rejection of it, (III) a variable task list configuration elements transition to an enabled state to be activated by case from a pool of default tasks, and (IV) the work on the tasks workers. along six logical steps. The task lists change depending on the Pathways are not imperatively defined beforehand as in the component family and project lead who configures them. majority of BPMN constructs, but can change depending on Figure 3 shows a simplified high level overview of the four life-cycles, conditions as well as user choices. Sentries can process steps. Tasks for one component family, relays, are used be attached to elements such as stages, tasks and milestones. for the models described in section IV. Sentry criteria can be defined using life-cycles and other defined If a new project for component release is approved, a supplier conditions to determine when an element is enabled to be manager chooses tasks for the project from a configurable selected, activated and worked on. To further support flexibility, default list of tasks. The tasks are scheduled, staff assigned a planning phase and discretionary items are introduced. During to them and notified. Some tasks are optional, e.g. when a planning, discretionary elements such as tasks can be chosen component is already specified and catalogued, or a prototype to be enabled, or not. can be build internally. Anewmilestone element underscores a goal oriented The configured task list for the component family relays can approach: a ’what is the overall goal’ takes precedence over include up to six steps to completion. Technical specifications 106 A. Modeling with BPMN Figure 5 shows the chosen ad hoc sub-process to support flexible execution, e.g. the ability to skip certain tasks or go back to others. Regular, imperative BPMN structures do not offer such a degree of flexibility. Initially, all activities without incoming sequence flows or constrained by data associations are available for execution and can be activated manually. Sequence flows and data objects restrict the available activities. Logical dependencies are expressed with sequence flows, e.g. the procurement of a Fig. 4. Ad hoc sub-processes and case tasks used to hide complex work in BPMN (left) and CMMN (right) prototype. The predominantly human tasks are partially structured by and quality requirements for the component are created by sequence flows. One parallel gateway is used to join the spec- hardware developers and the construction department (1). Based ifications created in two sub processes. Intermediate message on the specifications and shipping requirements, a tender for events are used as feedback messages for synchronizing the supply is issued by a purchaser and the documents loaded into specifications with a chosen supplier.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    10 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us