MTAT Business Process Management (BPM) (for Masters of IT) Lecture 3: BPMN (part II)

Similar documents
Business Process Management (BPM) Lecture 3: Advanced BPMN

LECTURE 3: BUSINESS ARCHITECTURE ASPECTS: BUSINESS PROCESS MODELLING

Process modeling II. PV207 Business Process Management

HCM Modeling Elements. Creating a better understanding of the process model standards used within the MHR-BPS Process Modeling initiative.

Business Process Modeling with BPMN

Process modeling. PV207 Business Process Management

Business-Driven Software Engineering Lecture 5 Business Process Model and Notation

LAB-03 BPMN Resource Perspective and Events

Business Process Model and Notation (BPMN)

Business process modeling and automation IDU0330 Lecture 3 BPMN Enn Õunapuu ICT-643

3. Business Process Diagrams

20. Business Process Analysis (2)

BPMN Getting Started Guide

Business Information Systems Lecture 3 BPMN. Enn Õunapuu

Appendix D: Mapping BPMN to BPD Profile

Data and Process Modelling

LAB-04 BPMN Advanced Concepts

Guide to EPC Process Modelling

3. Business Process Diagram Concepts

BPMN 2.0. Business Process Management and Flexibility Barbara Re, Phd

Introduction to BPMN Part III - Flow and Connecting Objects Written Date : March 07, 2016

Äriprotsesside modelleerimine ja automatiseerimine Loeng 5 Äriprotsesside modelleerimine BPMN. Enn Õunapuu

Äriprotsesside modelleerimine ja automatiseerimine Loeng 5 Äriprotsesside modelleerimine BPMN. Enn Õunapuu

CSSE 374: UML Activity Diagrams. Shawn Bohner Office: Moench Room F212 Phone: (812)

THUR 3:30 PM BUILDING AN AUTOMATED PROCESS THAT INTERACTS WITH DIFFERENT SYSTEMS

Introduction to Informatics. Software Design: Flowcharts, Modular Design and Beyond

BASICS OF BPMN BASIC BPMN SUBSET OKAY, SO WHAT DO I REALLY NEED TO KNOW? CHAPTER 2

BPEL Business Process Execution Language

Bruce Silver Associates Independent Expertise in BPM

On to Iteration 3, and Activity Diagrams CSSE 574: Session 6, Part 1

CreditInfo = [Jane, 16000] AcceptCredit. Fig Process instance where request approval activity is not required

We move from a general information system to a Computer Based Information System

Lecture 7 Quantitative Process Analysis II

Card Personalization Validation Guide For PayPass Mag Stripe December 2008

Bidimensional Process Discovery for Mining BPMN Models

Software Engineering I (02161)

Activity Diagram Written Date : September 02, 2016

MTAT Enterprise System Integration. Lecture 10. Process-Centric Services: Design & Implementation

A new Action Rule Syntax for DEmo MOdels Based Automatic workflow process generation (DEMOBAKER) Carlos Figueira and David Aveiro

Oracle Data Modelling & Database Design Course Content:35-40hours

Enterprise Architect Training Courses

Package understandbpmn

Event-driven Process Engines Background. Matthias Weidlich

REQUIREMENTS. NRS Standards for Modeling with EA: Corporate Services for the Natural Resource Sector. Information Management Branch

WEB SITE PRIVACY POLICY

EPA Research Programme EPA s Online Grant Application & Project Management Portal

Solution Documentation - Graphical Process Editor

arxiv: v1 [cs.se] 17 Aug 2016

White Paper Understanding BPMN Connections

White Paper Workflow Patterns and BPMN

Security Requirements Modeling Tool

Sequence Diagrams. Massimo Felici. Massimo Felici Sequence Diagrams c

Variables, expressions and statements

Release notes version 6.5

APPENDIX M INTRODUCTION TO THE UML

Lesson 11. W.C.Udwela Department of Mathematics & Computer Science

Data and Process Modelling

Generation of Interactive Questionnaires Using YAWL-based Workflow Models

Detailed Instructions for Managing TCRC Membership on RunSignUp.com

Vademecum for the ESS Round 6 (T)VFF (Translation and) Verification Follow-up Form for countries submitting a (T)VFF for verification

Restricted Use Case Modeling Approach

Training Path FNT ProcessEngine

4. Business Process Diagram Graphical Objects

Eindhoven University of Technology MASTER. Translation of process modeling languages. Vijverberg, W.M. Award date: Link to publication

How to Draw BPMN 2.0 Business Process Diagram? Written Date : March 9, 2016

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

Chapter 6 Structuring System Requirements: Process Modeling 6.1

A QUICK GUIDE TO THE NEW AND UPDATED FUNCTIONS AVAILABLE

1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials

Functional Design of Web Applications. (partially, Chapter 7)

Introduction to TT Payroll - Training

Formal Verification of Business Process Configuration within a Cloud Environment

Transactional Process

DMN Section 11 Loan Origination Example. By Maarten P.D. Schadd Senior Product Consultant at Blueriq B.V.

Connecting Buildxact with MYOB

Hippo Software BPMN and UML Training

Oracle Fusion Middleware User s Guide for Oracle Public Sector Incident Reporting Process Accelerator 11gRelease 1 ( )

Quick guide to the SmartSimple on-line portal (making an application)

Introduction...5. Chapter 1. Installing System Installing Server and ELMA Designer... 7

Certifying your tax status online

Ontologies & Business Process modeling languages: two proposals for a fruitful pairing

Oracle BPM 11g: Implement the Process Model

A formalisation of BPMN in Description Logics

Pekka Helkiö Antti Seppälä Ossi Syd

Concurrent Systems Modeling using Petri Nets Part II

Process Modelling. Data flow Diagrams. Process Modelling Data Flow Diagrams. CSE Information Systems 1

Oracle Banking Reference Process Models

Farm Modernisation Programme Tranche 3

GiftWorks Import Guide Page 2

NHS Education for Scotland Portal Dental Audit: A user guide from application to completion

Making Decisions In Python

USER GUIDE. version

C ibm.

BUILDING AND USING WEB APPLICATIONS

Vocabulary-Driven Enterprise Architecture Development Guidelines for DoDAF AV-2: Design and Development of the Integrated Dictionary

CURRENTLY, the approach to modeling based on a graphical

Canonization Service for AProMoRe

Adeptia Suite Modeler and Simulation Guide

BPMN 2.0 Extensions for Enterprise Architect

SIF8035. Events and System Requirements

Transcription:

MTAT.03.231 Business Process Management (BPM) (for Masters of IT) Lecture 3: BPMN (part II) Marlon Dumas marlon.dumas ät ut. ee

BPMN Main Elements - Recap Connections Swimlanes Flow Objects Artifacts 2

BPMN Flow Elements Recap 3

BPMN Gateways Recap Exclusive (XOR) Exclusive decision take one branch Exclusive merge Proceed when one branch has completed Parallel (AND) Parallel split take all branches Parallel join proceed when all incoming branches have completed Inclusive (OR) Inclusive decision take one or several branches depending on conditions Inclusive merge proceed when all active incoming branches have completed 4

Example: OR gateways 5

An alternative to split gateways: Conditional flows 6

Exercise Map the following process fragment using inclusive gateways and/or conditional flows: When a claim is received, it is registered. After registration, the claim is classified leading to two possible outcomes: simple or complex. If the claim is simple, the policy is checked. For complex claims, both the policy and the damage are checked independently. 7

Complex gateways Sometimes, we don t need to wait for all active branches to complete before proceeding In BPMN this is called a complex join gateway Example: A quote is sought from two preferred suppliers in parallel. As soon as one of them provides a quote, the order placement process may proceed. The second quote, if any, is ignored. 8

Complex gateway example 9

Sub-processes A task in a process can be decomposed into a sub-process. Use this feature to: Break down large models into smaller ones, making them easier to understand and to explain Identify parts of a process that should be: repeated executed multiple times in parallel cancelled 10

Sub-processes: example 11

Process hierarchies Fragment of the SCOR model 12

Block-structured repetition: example Note: In this example, the repeated activity is an atomic task. However, this could be an entire sub-process. 13

Alternative: Cycles Another way of capturing repetition is through cycles Choice between looping and cycles is a matter of taste, but if it is possible to meaningfully cluster the activities to be repeated as a sub-process, looping is more suitable. 14

What s wrong with this model? 15

Exercise After a claim is registered, it is examined by a claims officer. The claims officer then writes a settlement recommendation. This recommendation is checked by a senior claims officer who may mark the claim as OK or Not OK. If the claim is marked as Not OK, it is sent back to the claims officer and the examination is repeated. If the claim is marked as OK, the claims officer notifies the settlement to the customer. 16

Multiple instances Multiple instances ~ parallel repetition of an activity/sub-process Useful when the same activity should be executed for multiple entities or data items, e.g. Request quotes from multiple suppliers Check the availability for each line item in an order separately Send and gather questionnaires for multiple witnesses in the context of an insurance claim 17

Multiple instance activity - example 18

Event types 19

Event types (cont.) 20

And many more... Condition events, escalation events, signal events, etc. Check the BPMN poster: http://www.bpmb.de/images/ BPMN2_0_Poster_EN.pdf And BPMN by Example: http://www.omg.org/cgi-bin/doc?dtc/10-06-02 21

Modelling with events - Example A PO handling process starts when a PO is received. The PO is first registered. If the current date is not a working day, the process waits until the following working day before proceeding. Otherwise, an availability check is performed and a PO response is sent back to the customer. Anytime during the process, the customer may send a PO change request. When such a request is received, it is just registered, without further action. 22

Modelling with events - Example 23

Data-driven vs. event-driven decision In an XOR-split gateway, one branch is chosen based on expressions evaluated over available data Choice is made immediately when the gateway is reached Sometimes, the choice must be delayed until something happens Choice is based on a race between events BPMN distinguishes between: Exclusive decision gateway (XOR-split) Event-driven decision gateway 24

Event-driven Decision Example 25

Exercise 6 In the context of a claim handling process, it is sometimes necessary to send a questionnaire to the claimant to gather additional information. The claimant is expected to return the questionnaire within five days. If no response is received after five days, a reminder is sent to the claimant. If after another five days there is still no response, another reminder is sent and so on until the completed questionnaire is received. 26

Exception handling Exceptions are events that deviate a process from its normal course Handling exceptions often involves stopping a subprocess and performing a special activity Achieved using two event nodes: An end error event that stops the enclosing subprocess execution An intermediate error event attached to the enclosing subprocess this is where the process execution will continue after the error 27

Exception handling Example 28

Exercise When a claim is received, it is registered. After registration, the claim is classified leading to two possible outcomes: simple or complex. If the claim is simple, the policy is checked. For complex claims, both the policy and the damage are checked independently. A possible outcome of the policy check is that the insurance is invalid. In this case, any processing is cancelled and a letter is sent to the customer. In the case of a complex claim, this implies that the damage checking is cancelled if it has not yet been completed. 29

Modelling conventions Why use modelling conventions? To reduce variety Increase the comparability of models Support the analysis (with clear syntax, sematic and layout standards) Acceleration and simplification (just start and Go ) Different types of modelling conventions? Organisational level Project level 30

Modelling Guidelines Features to consider Layout conventions Naming conventions Degree of detailing The modelling lifecycle Technical responsibilities Levels of abstraction 31

Modelling Guidelines Typical categories of guidelines: Naming conventions for processes, tasks and events Guidelines for layout and usage of tasks, events, lanes and pools Process elements to be avoided 32

Naming conventions for processes and tasks Names should be 1-3 words long Begin with a verb followed by business object name and possibly an adjective (e.g. Issue Driver Licence, Renew Driver Licence via Offline Agencies) Avoid generic verbs such as Handle, Record Avoid prepositions (to, from, for) Avoid naming business areas which are already named in a lane/pool 33

Verbs to avoid Update, Create, Read, Delete, Record, Download, Transmit: Too technical. Try Amend, change, generate, retrieve, remove, capture, register, forward Send: Could merely be a message flow from one business process to another. Process, Handle, Manage: Too generic, would not reflect the specific objective of the process. Try disseminate, distribute, etc. Input: Why do we have to input data? Maybe there is an opportunity for process optimisation here 34

Naming conventions for events For start/intermediate message events: indicate what is being sent or received (e.g. Invoice Received) For end message events indicate what is being sent (e.g. Order Sent) For time events, indicate frequency or deadline, e.g. Monthly, Weakly, Invoice Due. Event names (except for timer events): should begin with a noun followed by a past participle 35

Usage and layout guidelines A task must always have at least one incoming and one outgoing flow Input flows should come from the left or from the top Output flows should come out of the right or the bottom A process model should contain at least one pool Pools must be laid out horizontally A pool may appear multiple times in a diagram to improve presentation, but the name of the repeated pool must be italicised. Use link events to split large diagrams across multiple pages 36

And once I ve got a model, what s next? Some process analysis techniques: Cause-Effect-Analysis Scenario Techniques Process Simulation Activity-Based Costing QoS Analysis Process Mining 37