+ All Categories
Home > Education > From Conceptual to Executable BPMN Process Models A Step-by-Step Method

From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Date post: 01-Nov-2014
Category:
Upload: marlon-dumas
View: 2,910 times
Download: 6 times
Share this document with a friend
Description:
Step-by-step tutorial showing how to turn BPMN process models designed by business analysts into executable processes deployable in a Business Process Management System. This tutorial was first given at the 11th International Conference on Business Process Management in Beijing, China on 29 August 2013. The tutorial is part of a series of lectures available at http://fundamentals-of-bpm.org
Popular Tags:
53
Marcello La Rosa & Marlon Dumas Queensland University of Technology – University of Tartu [email protected] , [email protected] From Conceptual to Executable BPMN Process Models A Step-by-Step Method
Transcript
Page 1: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Marcello La Rosa & Marlon DumasQueensland University of Technology – University of [email protected], [email protected]

From Conceptual to Executable BPMN Process ModelsA Step-by-Step Method

Page 2: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

What’s this tutorial about?

2

Conceptual process model Executable process model

ATAMO*

* “And Then A Miracle Occurs”

Page 3: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

1. BPM practitioners seeking to bridge business – IT

2. BPM instructors / teachers3. Business process modeling and automation

researchers

Basic knowledge of BPMN assumed

Who’s this tutorial for?

Page 4: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

The BPM lifecycle

4

Page 5: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Process identification

Conformance and performance insights

Conformance and performance insights

Processmonitoring and

controlling

Executable processmodel

Executable processmodel

Processimplementation To-be process

modelTo-be process

model

Processanalysis

As-is processmodel

As-is processmodel

Process discovery

Process architectureProcess architecture

Processredesign

Insights onweaknesses and

their impact

Insights onweaknesses and

their impact

The BPM Lifecycle (revisited)

5

Page 6: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Process discovery

Process identification

Processanalysis

Processimplementation

Processmonitoring and

controlling

Processredesign

Processimplementation

The well-known gap…

To-be processmodel

To-be processmodel

Executableprocessmodel

Executableprocessmodel

6

Page 7: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Conceptual “to-be” process models• are made by domain experts• provide a basis for communication

amongst relevant stakeholders• must be understandable• must be intuitive and may leave room for

interpretation• contain purely a relevant set of process

information

Executable process models• are made by IT experts• provide input to a process

enactment system - BPMS• must be machine readable• must be unambiguous and should

not contain any uncertainties• contain further details that are only

relevant to implementation

The result: two sides of the story

8

“to-be executed”process model

Page 8: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Bridging the gap: one task at a time

1. Identify the automation boundaries2. Review manual tasks3. Complete the process model4. Adjust task granularity5. Specify execution properties

9

Part I

Part II

Adapted from teaching material of Remco Dijkman, TU/e.

Page 9: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Our running exampleCustomer

Supplier 1

Supplier 2

Seller

10

Page 10: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Our running example

Page 11: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

1. Identify the automation boundaries

Principle: not all processes can be automated.-> Start by identifying each task’s type:

Automated tasks User tasks

21

Manual tasks

3

12

Page 12: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

In BPMN: specify task markers

Automated tasks

13

User task Manual task

Page 13: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

In our example… automatedusermanual

Page 14: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

2. Review manual tasksPrinciple: if it can’t be seen by the BPMS, it doesn’t exist.-> Find ways to support manual tasks via IT:

• via user task• via automated task

-> Isolate them and automate the rest

15

Page 15: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Alternative: isolate manual tasks

16

Page 16: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Alternative: isolate manual tasks

Segment 1 Segment 2

Segment 3

17

Page 17: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Prescription fulfillment process:• Once the prescription passes the insurance check, it is

assigned to a technician who collects the drugs from the shelves and puts them in a bag with the prescription stapled to it.

• After that, the bag is passed to the pharmacist who double-checks that the prescription has been filled correctly.

• After this quality check, the pharmacist seals the bag and puts it in the pick-up area.

• When a customer arrives to pick up their prescription, a technician retrieves the prescription and asks the customer for their payment.

Assume the pharmacy system automates this process. Identify the type of each task and link manual tasks to the system.

Quiz: let’s consider this process fragment

Page 18: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Possible solution

19

Page 19: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

• Physical data objects• Messages bering physical data objects• Data stores (both physical and electronic)• Pools & lanes• Text annotations

Remove or neglect, depending on BPMS

BPMN elements irrelevant for execution

20

Page 20: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

3. Complete the process model

Principle: exceptions are the rule.-> Add exception handlers

Principle: no data = no decisions, no tasks handover.-> Specify all electronic business objects

21

It happed for real!

Page 21: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

In our example…

22

Page 22: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

In our example…

23

Page 23: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

4. Adjust task granularity

Principle: BPMSs add value if they coordinate handovers of work between resources.-> Aggregate any two consecutive tasks assigned to the

same resource-> Refine tasks that are too coarse-grained

24

Page 24: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Look around

25

Candidate tasks for aggregation may not necessarily be consecutive due to a sub-optimal order of tasks in the conceptual model.

Page 25: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

An exception to the rule

26

Page 26: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Our example…Before Step 1After Step 4

Page 27: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Sales process at a B2B service provider:

1) Identify tasks type2) Review manual tasks3) Complete the process model4) Adjust task granularity

Quiz: let’s consider this process model

28

Page 28: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Possible solution

29

Page 29: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

30

Possible solution

Page 30: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

31

Possible solution

Page 31: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

End of Part I

Page 32: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Marcello La Rosa & Marlon DumasQueensland University of Technology, University of [email protected], [email protected]

Part II: the “last mile”

Page 33: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Bridging the gap: one task at a time

1. Identify the automation boundaries2. Review manual tasks3. Complete the process model4. Adjust task granularity5. Specify execution properties

34

Page 34: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

5. Specify execution properties

-> Process variables, messages, signals, errors-> Task and event variables and their mappings to process variables-> Service details-> Code snippets-> Participant assignment rules and user interface structure-> Task, event and sequence flow expressions-> BPMS-specific: work queues, forms, connectors…

Page 35: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Let‘s take a step back: BPMSs

Page 36: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Business Process Management System

38

Page 37: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Process modeling tool

• To create and modify executable process models (by specifying execution properties)

• To store and retrieve automation solutions from a process model repository

• May import from conceptual process modeling tools

39

Page 38: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Example process modeling tools

40

Bonita Soft Bonita Open SolutionIBM Business Process Manager

Page 39: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Execution Engine

• Instantiates executable process models (also called “cases”)• Orchestrates distribution of work items to process participants

and software services in order to execute a business process from start to end

• Logs execution data

41

Page 40: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Worklist Handler

• Imagine it as an “inbox”• Offers work items to process participants and allows

participants to commit to these work items• Handles participants’ work queues and work item priorities• May provide social network capabilities

42

Page 41: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Example worklist handlers

43

Bonita Soft Bonita Open Solution

Page 42: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Administration & Monitoring Tools

• To manage automation solutions• To configure access to system components• To monitor participants availability and performance of

process cases

44

Page 43: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Example monitoring & administration tools

45

IBM BPM Process Admin Console

IBM BPM Process Portal

Perspective BPMOne

Page 44: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

External Services

• Expose a service interface with which the engine can interact • The engine provides the invoked service with the necessary

data it will need to perform the activity for a specific case• Examples: rules engine, email or Twitter notification, DB

connector, CRM connector…

46

Page 45: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Example external services

47Bosch Visual Rules editor

Page 46: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Evolution of the BPMS Landscape

© BPTrends 50

Page 47: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

BPMS Landscape

51

Big vendors

• IBM BPM• Oracle BPMS• Microsoft

BizTalk, Wf• SAP NetWeaver

BPM• Software AG

webMethods• Pagaystems

PegaRULES

Otherclosed-source

• Appian BPMS• BizAgi BPM Suite• Bosch inubit

Suite• OpenTex tBPM• Perceptive

BPMONe• Progress Savvion• TIBCO

ActiveMatrix BPM

Commercial open-source

• Bonita Open Solution

• Camunda Fox• Intalio|BPM• JBoss jBPM

Community open-source

• Shark• YAWL

Page 48: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

BPMS classification according to BPMN support

1. Pure BPMN: (re)designed from the ground up to follow the spec to the letter• IBM BPM, Appian BPMS, Camunda Fox

2. Adapted BPMN: use a BPMN skin but rely on internal representation – predate BPMN• Bonita Open Solution, BizAgi BPM Suite

3. Non BPMN: proprietary language and semantics• Bosch inubit Suite, BPMOne, YAWL

52

Page 49: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Let‘s take a look at a concrete BPMS

Page 50: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Cheat sheet

1. Control flow2. Data flow3. Resources

> specify sequence flow expressions…> specify data types and data mappings

> specify participants assignment rules, service details...

57

ERP

Senior Finance Officer

FinanceDepartment

Check Invoice

Mismatches

Enter InvoiceDetails

mismatch exists

no mismatches

Block Invoice

Invoice received

Invoice posted

Post Invoice

Invoice blocked

Invoice InvoiceReport

InvoiceInvoice DB

Page 51: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

• Long-awaited BPM textbook• Covers the entire BPM lifecycle• Running examples & questions• 100+ exercises with and without

solutions• Based on BPMN• Available as Springer eBook,

Apple iBook, Amazon…• Chinese translation coming

soon

Want to know more?

Page 52: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

http://fundamentals-of-bpm.org

• Lecture notes• A/V recordings• Quizzes• Tutorials• and more…

Page 53: From Conceptual to Executable BPMN Process Models A Step-by-Step Method

Marcello La Rosa & Marlon DumasQueensland University of Technology, University of [email protected], [email protected]

That’s it!


Recommended