SlideShare una empresa de Scribd logo
1 de 78
Descargar para leer sin conexión
®
IBM Software Group
© IBM Corporation
Introduction to BPMN
Stephen A. White, BPM Architect, IBM October 16, 2006
IBM Software Group | WebSphere software
2
Introduction
This tutorial introduces business process modeling
using the BPMN process modeling standard. This
session will show how BPMN can support different
methodologies as well as different modeling goals
(e.g., orchestration and choreography), using
actual business processes as examples. Sample
business models will also be presented and
explored to illustrate the main concepts and
notational innovations. Two short exercises (on
paper) will give students the feel of modeling with
the major BPMN model elements.
IBM Software Group | WebSphere software
3
Topics
BPMN Background
Basic Concepts
Exercise 1
Additional Concepts
Process Modeling Methodologies
Orchestration vs. Choreography
Exercise 2
Summary
IBM Software Group | WebSphere software
4
What is Process Modeling?
The capturing of an ordered sequence of business activities
and supporting information
Business processes describe how a business pursues its
objectives
There are different levels of process modeling:
Process Maps – simple flow charts of the activities
Process Descriptions – flow charts extended with
additional information, but not enough to fully define actual
performance
Process Models – flow charts extended with enough
information so that the process can be analyzed, simulated,
and/or executed
BPMN supports each of these levels
Background
IBM Software Group | WebSphere software
5
What is BPMN?
BPMN is flow-chart based notation for defining Business
Processes
BPMN is an agreement between multiple modeling tools
vendors, who had their own notations, to use a single notation
for the benefit of end-user understand and training
BPMN provides a mechanism to generate an executable
Business Process (BPEL) from the business level notation
A Business Process developed by a business analyst can
be directly applied to a BPM engine instead of going through
human interpretations and translations into other languages
Background
IBM Software Group | WebSphere software
6
Origins of BPMN
The Business Process Management Institute (BPMI—now a part of
the OMG) develops BPML (an XML process execution language) and
realizes need for a graphical representation
BPML was later replaced by BPEL as the target execution
language
August, 2001, the Notation Working Group is formed. The group was
composed of 35 companies, organizations, or individuals.
BPMN 1.0
May, 2004, the BPMN 1.0 specification was released to the
public.
February, 2006, BPMN 1.0 was adopted as an OMG standard
Currently, there are 39 companies that have implementations of
BPMN
Background
IBM Software Group | WebSphere software
7
A BPM Hourglass
Background
Business Environment
Technology Implementation
BP
BPMN
BPEL
Intersection
Point Scope
Strategy Consultants
Process Designers
System Architects
Software Engineers
Business Analysts
Audiences: Purposes:
Execution
Modeling
Copyright © 2005, OMG
IBM Software Group | WebSphere software
8
BPMN Development Drivers
Must be acceptable and usable by the business community
Must be able to generate executable processes (e.g., BPEL)
through a BPMN Model (a combination of graphical elements
and supporting information (attributes))
Although executable processes triggered the development of
BPMN, it was expected that BPMN would be used for more
general business purposes
BPM is intended to be Methodology Agnostic
Methodologies will give guidance as to the purpose and
level of detail for modeling
BPMN is as complex as it needs to be. Just use what you
need…
Background
IBM Software Group | WebSphere software
9
Topics
BPMN Background
Basic Concepts
Exercise 1
Additional Concepts
Process Modeling Methodologies
Orchestration vs. Choreography
Exercise 2
Summary
IBM Software Group | WebSphere software
10
Diagram Elements
BPMN Basic Concepts
Back
IBM Software Group | WebSphere software
11
Diagram Elements, Cont.
Back
BPMN Basic Concepts
IBM Software Group | WebSphere software
12
An activity is work that is
performed within a business
process. An activity can be
atomic or non-atomic
(compound). The types of
activities that are a part of a
Process Model are: Sub-
Process, and Task
Activities are rounded rectangles
They can be performed once or
can have internally defined loops
Activities
BPMN Basic Concepts
IBM Software Group | WebSphere software
13
Tasks
A Task is an atomic activity that is
included within a Process. A Task
is used when the work in the
Process is not broken down to a
finer level of Process Model detail
There are specialized types of
Tasks for sending and receiving,
or user-based Tasks, etc.
Markers or icons can be added to
Tasks to help identify the type of
Task
Markers must not change the
footprint of the Task or conflict
with any other standard BPMN
element
BPMN Basic Concepts
IBM Software Group | WebSphere software
14
Sub-Processes
Sub-Processes enable hierarchical
Process development
A Sub-Process is a compound activity that
is included within a Process. It is
compound in that it can be broken down
into a finer level of detail (a Process)
through a set of sub-activities
For a collapsed version of a Sub-Process,
The details of the Sub-Process are not
visible in the Diagram. A “plus” sign in the
lower-center of the shape indicates that
the activity is a Sub-Process and has a
lower-level of detail.
For an expanded version of a Sub-
Process, the details (a Process) are
visible within its boundary.
There are two types of Sub-Processes:
Embedded and Independent (Re-usable)
BPMN Basic Concepts
IBM Software Group | WebSphere software
15
An Event is something that
“happens” during the course
of a business process.
These Events affect the flow
of the Process and usually
have a trigger or a result.
They can start, interrupt, or
end the flow
Events are circles
The type of boundary
determines the type of
Event
Events
BPMN Basic Concepts
IBM Software Group | WebSphere software
16
Start Events
Start Events indicate where a Process
will begin
There are different “Triggers” that
indicate the specific circumstances that
start the Process
None Start Events are used to mark
the start of Sub-Processes or when
the start is undefined
The Link Start Event will be
removed in the next version of BPMN
Any one of the Triggers included in
a Multiple Start Event will start the
Process
BPMN Basic Concepts
IBM Software Group | WebSphere software
17
Intermediate Events
Intermediate Events occur after a
process has been started and before
a process is ended
There are different “Triggers” that
indicate the specific circumstances
of the Event
They can be placed in the normal
flow of the Process or attached to
the boundary of an activity
BPMN Basic Concepts
IBM Software Group | WebSphere software
18
Intermediate Events (Normal Flow)
Events that are placed within
the process flow represent
things that happen during
the normal operations of the
process
They can represent the
response to the Event (i.e.,
the receipt of a message)
They can represent the
creation of the Event (i.e.,
the sending of a message)
BPMN Basic Concepts
IBM Software Group | WebSphere software
19
Intermediate Events (Attached to Boundary)
Events that are attached to the
boundary of an activity indicate
that the activity should be
interrupted when the Event is
triggered
They can be attached to
either Tasks or Sub-Processes
They are used for error handling,
exception handling, and
compensation
BPMN Basic Concepts
IBM Software Group | WebSphere software
20
End Events
End Events indicates where a process
will end
There are different “Results” that indicate
the specific circumstances that end the
Process
None Start Events are used to mark
the start of Sub-Processes or when the
start is undefined
The Link End Event will be replaced
in the next version of BPMN (probably
with a Signal)
BPMN Basic Concepts
IBM Software Group | WebSphere software
21
Gateways
BPMN Basic Concepts
Gateways are modeling elements that
are used to control how Sequence
Flows interact as they converge and
diverge within a Process
All types of Gateways are diamonds
Different internal markers indicate
different types of behavior
All Gateways both split and merge
the flow
If the flow does not need to be
controlled, then a Gateway is not
needed. Thus, a diamond represents a
place where control is needed
IBM Software Group | WebSphere software
22
Exclusive Gateways
Exclusive Gateways (Decisions) are locations within a business
process where the Sequence Flow can take two or more
alternative paths. This is basically the “fork in the road” for a
process.
Only one of the possible outgoing paths can be taken when the
Process is performed
There are two types decision mechanism:
Data (e.g., condition expressions)
Events (e.g., the receipt of alternative messages)
They are also used to merge Sequence Flow
The merging behavior may change in the next version of
BPMN
BPMN Basic Concepts
IBM Software Group | WebSphere software
23
Exclusive Gateways, Based on Data
These are the most
commonly used type of
Gateways.
They can be shown with
or without an internal “X”
marker. Without is the
most common use.
The Gateway (Decision)
creates alternative paths
based on defined conditions
BPMN Basic Concepts
IBM Software Group | WebSphere software
24
Exclusive Gateways, Based on Events
This type of Decision
represents a branching point
in the process where the
alternatives are based on
events that occurs at that
point in the Process, rather
than conditions
The Multiple Intermediate
Event is used to identify this
Gateway
The Event that follow the
Gateway Diamond
determine the chosen path
The first Event triggered
wins
BPMN Basic Concepts
IBM Software Group | WebSphere software
25
Inclusive Gateways
Inclusive Gateways are
Decisions where there is
more than one possible
outcome
The “O” marker is used to
identify this Gateway
They are usually followed by
a corresponding merging
Inclusive Gateway
BPMN Basic Concepts
Documents
Required?
Supplement
A
Supplement
B
Main
Proposal
Prepare
Supplement
A
Prepare
Supplement
B
Prepare Main
Proposal
Compilate
Documents
IBM Software Group | WebSphere software
26
Complex Gateways
Complex Gateways are Decisions
where there is more advanced
definitions of behavior can be defined
The asterisk marker is used to
identify this Gateway
Complex behavior can be defined for
both the merging and splitting
behavior
BPMN Basic Concepts
IBM Software Group | WebSphere software
27
Parallel Gateways
Parallel Gateways are
places in the Process where
multiple parallel paths are
defined
They are not required for
forking in most situations.
They can be used for
methodological purposes
The “+” marker is used to
identify this Gateway
The Gateway is also used to
synchronize (wait for)
parallel paths
BPMN Basic Concepts
IBM Software Group | WebSphere software
28
A Sequence Flow is used
to show the order that
activities will be performed
in a Process
A Message Flow is used to
show the flow of messages
between two entities that
are prepared to send and
receive them
An Association is used to
associate data, information
and artifacts with flow
objects
Connectors
BPMN Basic Concepts
IBM Software Group | WebSphere software
29
Sequence Flow
A Sequence Flow is used to
show the order that activities
will be performed in a
Process
The source and target must
be one of the following
objects: Events, Activities,
and Gateways
A Sequence Flow cannot
cross a Sub-Process
boundary or a Pool boundary
BPMN Basic Concepts
IBM Software Group | WebSphere software
30
Conditional Sequence Flow
A Sequence Flow MAY have a
defined condition if it exits an
activity
Such an activity must have
at least two Sequence Flows
The condition has to be True to
allow the flow to continue down
the Sequence Flow
A mini-diamond shows that
the Sequence Flow has a
condition
At least one of the outgoing
Sequence Flow must be chosen
during Process performance
BPMN Basic Concepts
IBM Software Group | WebSphere software
31
Default Sequence Flow
A Sequence Flow that exits
an Exclusive or Inclusive
Gateway may be defined as
being the default path
A hatch mark at the line
beginning shows the
default Sequence Flow
The default path is chosen
only if all the other conditions
of the Gateway are False
BPMN Basic Concepts
IBM Software Group | WebSphere software
32
Message Flow
A Message Flow is used to show
the flow of messages between
two Participants of Process
In BPMN, separate Pools
are used to represent the
Participants
A Message Flow can connect to
the boundary of the Pool or to an
object within the Pool
Message Flow are not allowed
between objects within a single
Pool
BPMN Basic Concepts
CompanyEmployee
IBM Software Group | WebSphere software
33
Associations
An Association is used to
associate objects to one
another (such as Artifacts
and Activities)
Associations are used to
show how data is input to
and output from Activities
Text Annotations can be
Associated with objects
Review and
Approve
Order
Order
[Approved]
Order
Approved?
Fulfill Order
Reject
Order
BPMN Basic Concepts
IBM Software Group | WebSphere software
34
Swimlanes
BPMN uses the concept known as “swimlanes” to help partition
and/organize activities
There are two main types of swimlanes: Pool and Lane
Pools represent Participants in an interactive (B2B) Business
Process Diagram
Lanes represent sub-partitions for the objects within a Pool
BPMN Basic Concepts
IBM Software Group | WebSphere software
35
Pools
Pools represent Participants in
an interactive (B2B) Business
Process Diagram
A Participant may be a
business role (e.g., “buyer” or
“seller”) or may a business
entity (e.g., “IBM” or “OMG”)
A Pool may be a “black box” or
may contain a Process
Interaction between Pools is
handled through Message Flow
Sequence Flow cannot cross
the boundary of a Pool (i.e., a
Process is fully contained within
a Pool)
BPMN Basic Concepts
BuyerSeller
PO Message
Send
Receive... ...
......
Order
IBM Software Group | WebSphere software
36
Lanes
Lanes represent sub-
partitions for the objects
within a Pool
They often represent
organization roles (e.g.,
Manager, Associate), but
can represent any desired
Process characteristic
Sequence Flow can cross
Lane boundaries
BPMN Basic Concepts
ManagementWebServerAdministration
IBM Software Group | WebSphere software
37
Artifacts
Artifacts provide the capability to show information
beyond the basic flow-chart structure of the Process
There are currently three standard Artifacts in
BPMN: Data Objects, Groups, and Annotations
Additional Artifacts may be standardized in later
version
Sets of vertical market Artifacts may also be
developed
A modeler or tool can extend BPMN by defining new
Artifacts
BPMN Basic Concepts
IBM Software Group | WebSphere software
38
Text Annotations
Text Annotations are a
mechanism for a modeler to
provide additional information
about a Process
Text Annotations can be
connected to a specific object on
the Diagram with an Association
BPMN Basic Concepts
IBM Software Group | WebSphere software
39
Data Objects
Data Objects are Artifacts that are
used to show how data and
documents are used within a Process
Data Objects can be used to define
inputs and outputs of activities
Data Objects can be given a “state”
that shows how a document may be
changed or updated within the
Process
BPMN Basic Concepts
IBM Software Group | WebSphere software
40
Groups
Groups are Artifacts that are used to highlight certain sections of
a Diagram without adding additional constraints for performance –
as a Sub-Process would
Groups can be used to categorize elements for reporting
purposes
Groups are not constrained by restrictions of Pools and Lanes
BPMN Basic Concepts
IBM Software Group | WebSphere software
41
Artifacts are Extendible
Modelers and Modeling Tools
can add new Artifacts to a
diagram
Specific industries or
markets may have their own
set of Artifacts
Their shapes must not conflict
with existing shapes
They are not part of normal flow,
but can be associated with other
elements
BPMN Basic Concepts
IBM Software Group | WebSphere software
42
Topics
BPMN Background
Basic Concepts
Exercise 1
Additional Concepts
Process Modeling Methodologies
Orchestration vs. Choreography
Exercise 2
Summary
IBM Software Group | WebSphere software
43
Exercise 1
In this exercise you will given a set of short answer
questions that cover the basic BPMN elements
Some questions will require a written answer and
some will require a (simple) drawn answer
IBM Software Group | WebSphere software
44
Questions: Set 1
What is the difference between a Task and a Sub-
Process?
Draw a Task with a timeout and the follow-up to the
timeout
What are the main restrictions for Sequence Flow?
Exercise 1
IBM Software Group | WebSphere software
45
Questions: Set 2
What are the rules for Message Flow connections?
Draw two ways that data can be output from one
Task and then input into another Task
Why do the different behaviors of the Gateways
share the same basic diamond shape?
Exercise 1
IBM Software Group | WebSphere software
46
Questions: Set 3
How can Artifacts be used to enhance the
information content of a BPMN diagram?
Draw a timed delay in a process
What do Pools represent?
Exercise 1
IBM Software Group | WebSphere software
47
Questions: Set 4
What’s the difference between Exclusive and
Inclusive Gateways?
Draw the synchronization of two parallel paths
What do Lanes generally represent? And what can
they represent?
Exercise 1
IBM Software Group | WebSphere software
48
Questions: Set 5
How to Associations affect the main flow of a
Process?
Draw a Message Flow between one “white box”
Participant and one “black box” Participant
What are the rules for adding marker or icons to
activities?
Exercise 1
IBM Software Group | WebSphere software
49
Answers: Set 1
What is the difference between a Task and
a Sub-Process?
A Sub-Process can be broken down
into a lower level detail (another Process)
while a Task cannot
Draw a Task with a timeout and the follow-
up to the timeout
See figure to the right
What are the main restrictions for Sequence
Flow?
A Sequence Flow can only connect
Activities, Events, and Gateways, they
cannot cross the boundary of a Sub-
Process or the boundary of a Pool
Exercise 1
IBM Software Group | WebSphere software
50
Answers: Set 2
What are the rules for Message Flow
connections?
They must connect from the boundary
or object within a Pool to the boundary
or object within a different Pool
Draw two ways that data can be output from
one Task and then input into another Task
See figures to the right
Why do the different behaviors of the
Gateways share the same basic diamond
shape?
Gateways represent a controlling
mechanism for Sequence Flow. A
diamond in the model shows a place
where Sequence Flow control is needed
Exercise 1
IBM Software Group | WebSphere software
51
Answers: Set 3
How can Artifacts be used to enhance the
information content of a BPMN diagram?
New Artifacts can be created and
added to the diagram to allow
visualization of key model factors
Draw a timed delay in a process
See figure to the right
What do Pools represent?
Participants in a Process diagram,
either a specific entity (e.g., FedEx) or
a business role (e.g., Shipper)
Exercise 1
IBM Software Group | WebSphere software
52
Answers: Set 4
What’s the difference between Exclusive and
Inclusive Gateways?
Only one outgoing path is chosen for
Exclusive Gateway while at least one to all
outgoing paths may be chosen for an
Inclusive Gateway
Draw the synchronization of two parallel paths
See figure to the right
What do Lanes generally represent? And what
can they represent?
The mostly are used to represent
organizational roles (e.g., Associate) or
departments (e.g., Finance). The can
represent most any object attribute that the
modeler wants to use to partition activities
Exercise 1
IBM Software Group | WebSphere software
53
Answers: Set 5
How to Associations affect the main flow of
a Process?
They don’t. They can only affect the
requirements for an activity
Draw a Message Flow between one “white
box” Participant and one “black box”
Participant
See figure to the right
What are the rules for adding marker or
icons to activities?
The marker or icon cannot change the
footprint of the activity and cannot
conflict with any standard BPMN
element
Exercise 1
IBM Software Group | WebSphere software
54
Topics
BPMN Background
Basic Concepts
Exercise 1
Additional Concepts
Process Modeling Methodologies
Orchestration vs. Choreography
Exercise 2
Summary
IBM Software Group | WebSphere software
55
Normal Flow
BPMN Additional Concepts
Normal Sequence Flow refers to the flow that
originates from a Start Event and continues through
activities via alternative and parallel paths until it ends
at an End Event
Normal Flow does not include exception flow or
compensation flow
IBM Software Group | WebSphere software
56
Link Events Within a Process
Link Events can be used for Off-Page connectors
Link Events can be used as “Go-To” objects
BPMN Additional Concepts
IBM Software Group | WebSphere software
57
Process Levels
Processes can be developed hierarchically, with
multiple levels through Sub-Processes
Sequence Flow cannot cross a Sub-Process boundary
Message Flow and Associations can cross Sub-
Process boundaries
BPMN Additional Concepts
IBM Software Group | WebSphere software
58
Data Flow
Sequence Flow and Data Flow are
decoupled
They can be bound together
Use case for decoupling
BPMN Additional Concepts
IBM Software Group | WebSphere software
59
Exception Handling
Intermediate Events attached to the boundary of an activity
represent triggers that can interrupt the activity. All work within the
activity will be stopped and flow will proceed from the Event. Timer,
Errors, Messages, etc. can be Triggers.
BPMN Additional Concepts
IBM Software Group | WebSphere software
60
Compensation and Transactions
BPMN Additional Concepts
A Transaction is an activity that has
a double border. Transactions are
supported by a transaction protocol
(e.g., WS-Transaction)
Normal Outgoing Sequence Flow
represents the path to follow a
successful completion
A Cancel Intermediate Event
represents the path to follow a
cancelled completion
An Exception Intermediate Event
represents the path to follow a
transaction hazard (but no
compensation is performed)
Activities used for compensate (with
marker) are outside normal flow and
are Associated normal activities.
Compensation flows “backwards.”
IBM Software Group | WebSphere software
61
Looping
Sequence Flow Looping
Activity Looping: Do-While;
While-Do; Multiple Instance
BPMN Additional Concepts
IBM Software Group | WebSphere software
62
Timers
Timeouts for exception
handling
Timers to add delays in
the Process
BPMN Additional Concepts
IBM Software Group | WebSphere software
63
Ad-Hoc Processes
There is no pre-defined Sequence Flow
BPMN Additional Concepts
IBM Software Group | WebSphere software
64
Topics
BPMN Background
Basic Concepts
Exercise 1
Additional Concepts
Process Modeling Methodologies
Orchestration vs. Choreography
Exercise 2
Summary
IBM Software Group | WebSphere software
65
Process Modeling Methodologies
BPMN is intended to be methodology independent
Simple or complex diagrams can be created
based on the chosen methodology
Methodologies determine what information is
captured about a process
Many different methodologies can be used for
modeling with BPMN
Some may require extended Artifacts
Examples of methodologies:
LOVeM, EPCs, RAD methodology, IDEF
Consulting organization methodologies
IBM Software Group | WebSphere software
66
Example of EPC Modeled in BPMN
Process Modeling Methodologies
IBM Software Group | WebSphere software
67
General Modeling Concepts
A process is chronological. Accurate models should be
oriented on a time line (in general, from left to right in
sequence)
Processes generally begin with triggering events, and work
their way through to significant business results
They can also represent smaller segments of re-usable
work
All tasks or activities are assigned to roles that are meaningful
to people in the business. Be sure you have captured all
relevant roles, which may sometimes be outside of the client’s
company
A complete model should display how objects or data (or both)
are transferred and where they are going
A process can be modeled in a hierarchical fashion (e.g., with
Sub-Processes)
The choices made for decisions, which occur within a process,
determine which of all potential paths will be taken
Process Modeling Methodologies
IBM Software Group | WebSphere software
68
General Modeling Guidelines
Establish organization standards or guidelines for developing models
and naming model elements, e.g.,
Establish naming conventions for each type of modeling object.
For example, all activity names could have the following format
• verb + (adjective/descriptor) + noun
• example: “Verify Account”
Avoid redundancy in naming, e.g., do not include the word
Process in the Process names or the words Task or Activity in
Task names
To help with report outputs, names should be 32 characters or
less
To help with readability, all words should be capitalized
Establish a set of standard nouns, verbs, and acronyms that are used
for naming objects
Establish standards for versioning methods associated at the process
model and artifact level to provide requirement traceability
Process Modeling Methodologies
IBM Software Group | WebSphere software
69
Topics
BPMN Background
Basic Concepts
Exercise 1
Additional Concepts
Process Modeling Methodologies
Orchestration vs. Choreography
Exercise 2
Summary
IBM Software Group | WebSphere software
70
Orchestration vs. Choreography
Orchestration: Workflow, internal processes, private
processes
Contained within one Pool
Choreography: Collaboration, global processes, B2B
processes
Defined by the interaction between Pools
IBM Software Group | WebSphere software
71
Orchestration
Orchestration defines processes that are internal to a
specific organization
Thus, they are contained within a single Pool
Orchestration vs. Choreography
IBM Software Group | WebSphere software
72
Choreography
A Choreography process
depicts the interactions
between two or more
business entities (as
modeled with Pools)
Shown by the Message
Flow between the Pools
Or a sequence of interaction
(global) types of activities
BPMN V2.0 will likely update
how Choreographies are
modeled
Orchestration vs. Choreography
IBM Software Group | WebSphere software
73
Topics
BPMN Background
Basic Concepts
Exercise 1
Additional Concepts
Process Modeling Methodologies
Orchestration vs. Choreography
Exercise 2
Summary
IBM Software Group | WebSphere software
74
Exercise 2 – Create a Process for Expense
Reimbursement
In this exercise you will read a text descriptive
information about a process and will map the
process on paper
The process is a sample expense reimbursement
process:
This process provides for reimbursement of
expenses incurred by employees for the
company. For example buying a technical book,
office supplies or software. In a normal day there
are several hundreds of instances of this
process created.
Concentrate on the basic flow of the Process…
IBM Software Group | WebSphere software
75
Process Information: Expense
Reimbursement
After the Expense Report is received, a new account must be
created if the employee does not already have one
The report is then reviewed for automatic approval
Amounts under $200 are automatically approved
Amounts equal to or over $200 require approval of the
supervisor
• In case of rejection, the employee must receive a
rejection notice by email
The reimbursement goes to the employee’s direct deposit bank
account
If no action has happened in 7 days, then the employee must
receive an approval in progress email
If the request is not finished within 30 days, then the process is
stopped and the employee receives an email cancellation
notice and must re-submit the expense report
Exercise 2
IBM Software Group | WebSphere software
76
Expense Reimbursement Process
Exercise 2
IBM Software Group | WebSphere software
77
Topics
BPMN Background
Basic Concepts
Exercise 1
Additional Concepts
Process Modeling Methodologies
Orchestration vs. Choreography
Exercise 2
Summary
IBM Software Group | WebSphere software
78
Summary
This tutorial covered:
The background of BPMN
Basic BPMN Concepts
Additional BPMN Concepts
Process Modeling Methodologies
Orchestration and Choreography
Two Exercises

Más contenido relacionado

La actualidad más candente

BPMN 2.0 overview
BPMN 2.0 overviewBPMN 2.0 overview
BPMN 2.0 overviewsolomd
 
Fundamentals of business process management and BPMN
Fundamentals of business process management and BPMNFundamentals of business process management and BPMN
Fundamentals of business process management and BPMNGregor Polančič
 
Omg bpmn tutorial
Omg bpmn tutorialOmg bpmn tutorial
Omg bpmn tutorialuhuru1973
 
How to use BPMN* for modelling business processes
How to use BPMN* for modelling business processesHow to use BPMN* for modelling business processes
How to use BPMN* for modelling business processesAlexander SAMARIN
 
BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2Eliza Wright
 
Business Process Modeling with BPMN 2.0 - Second edition
Business Process Modeling with BPMN 2.0 - Second editionBusiness Process Modeling with BPMN 2.0 - Second edition
Business Process Modeling with BPMN 2.0 - Second editionGregor Polančič
 
BPMN 2.0 - an introduction to the Level 1 Palette
BPMN 2.0 - an introduction to the Level 1 PaletteBPMN 2.0 - an introduction to the Level 1 Palette
BPMN 2.0 - an introduction to the Level 1 PaletteDeclan Chellar
 
Implementing BPMN 2.0 with Microsoft Visio
Implementing BPMN 2.0 with Microsoft VisioImplementing BPMN 2.0 with Microsoft Visio
Implementing BPMN 2.0 with Microsoft VisioGoutama Bachtiar
 
Business Process Management 101 Training
Business Process Management 101 TrainingBusiness Process Management 101 Training
Business Process Management 101 TrainingFranco Pang
 
Introduction to Business Process Model and Notation (BPMN) - OSSCamp 2014
 Introduction to Business Process Model and Notation (BPMN) - OSSCamp 2014 Introduction to Business Process Model and Notation (BPMN) - OSSCamp 2014
Introduction to Business Process Model and Notation (BPMN) - OSSCamp 2014OSSCube
 
BPMN Process Modeling Levels
BPMN Process Modeling LevelsBPMN Process Modeling Levels
BPMN Process Modeling LevelsMax Tay
 
Business Process Management
Business Process ManagementBusiness Process Management
Business Process ManagementAmin Kazemi
 
BPM Fundamentals: Develop Your Game Plan For BPM Success
BPM Fundamentals: Develop Your Game Plan For BPM SuccessBPM Fundamentals: Develop Your Game Plan For BPM Success
BPM Fundamentals: Develop Your Game Plan For BPM SuccessClay Richardson
 
Extending BPMN 2.0
Extending BPMN 2.0Extending BPMN 2.0
Extending BPMN 2.0lstroppi
 
What is BPM?
What is BPM?What is BPM?
What is BPM?BOC Group
 

La actualidad más candente (20)

BPMN 2.0 overview
BPMN 2.0 overviewBPMN 2.0 overview
BPMN 2.0 overview
 
Fundamentals of business process management and BPMN
Fundamentals of business process management and BPMNFundamentals of business process management and BPMN
Fundamentals of business process management and BPMN
 
Omg bpmn tutorial
Omg bpmn tutorialOmg bpmn tutorial
Omg bpmn tutorial
 
How to use BPMN* for modelling business processes
How to use BPMN* for modelling business processesHow to use BPMN* for modelling business processes
How to use BPMN* for modelling business processes
 
BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2
 
Business Process Modeling with BPMN 2.0 - Second edition
Business Process Modeling with BPMN 2.0 - Second editionBusiness Process Modeling with BPMN 2.0 - Second edition
Business Process Modeling with BPMN 2.0 - Second edition
 
Introduction to BPM
Introduction to BPMIntroduction to BPM
Introduction to BPM
 
BPMN 2.0 - an introduction to the Level 1 Palette
BPMN 2.0 - an introduction to the Level 1 PaletteBPMN 2.0 - an introduction to the Level 1 Palette
BPMN 2.0 - an introduction to the Level 1 Palette
 
Implementing BPMN 2.0 with Microsoft Visio
Implementing BPMN 2.0 with Microsoft VisioImplementing BPMN 2.0 with Microsoft Visio
Implementing BPMN 2.0 with Microsoft Visio
 
Business Process Management 101 Training
Business Process Management 101 TrainingBusiness Process Management 101 Training
Business Process Management 101 Training
 
Introduction to Business Process Model and Notation (BPMN) - OSSCamp 2014
 Introduction to Business Process Model and Notation (BPMN) - OSSCamp 2014 Introduction to Business Process Model and Notation (BPMN) - OSSCamp 2014
Introduction to Business Process Model and Notation (BPMN) - OSSCamp 2014
 
BPMN 2.0
BPMN 2.0BPMN 2.0
BPMN 2.0
 
Business Process Management Approach
Business Process Management Approach  Business Process Management Approach
Business Process Management Approach
 
BPMN Process Modeling Levels
BPMN Process Modeling LevelsBPMN Process Modeling Levels
BPMN Process Modeling Levels
 
Business Process Management
Business Process ManagementBusiness Process Management
Business Process Management
 
Business Process Management Training 1
Business Process Management Training 1Business Process Management Training 1
Business Process Management Training 1
 
BPM Fundamentals: Develop Your Game Plan For BPM Success
BPM Fundamentals: Develop Your Game Plan For BPM SuccessBPM Fundamentals: Develop Your Game Plan For BPM Success
BPM Fundamentals: Develop Your Game Plan For BPM Success
 
Extending BPMN 2.0
Extending BPMN 2.0Extending BPMN 2.0
Extending BPMN 2.0
 
BPMN to UML
BPMN to UMLBPMN to UML
BPMN to UML
 
What is BPM?
What is BPM?What is BPM?
What is BPM?
 

Similar a Omg bpmn tutorial

15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5b15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5bguest4c12f7
 
15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5b15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5bguest4c12f7
 
15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5b15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5bguest4c12f7
 
JBPM5 Community Training Course - Module #1 Introduction
JBPM5 Community Training Course - Module #1 IntroductionJBPM5 Community Training Course - Module #1 Introduction
JBPM5 Community Training Course - Module #1 IntroductionMauricio (Salaboy) Salatino
 
The business analyst and bpm
The business analyst and bpmThe business analyst and bpm
The business analyst and bpmdotNFS
 
Why To Consider BPMN 2.0
Why To Consider BPMN 2.0Why To Consider BPMN 2.0
Why To Consider BPMN 2.0Michele Chinosi
 
BPM with Bonita Open Solution @AlpesJUG
BPM with Bonita Open Solution @AlpesJUGBPM with Bonita Open Solution @AlpesJUG
BPM with Bonita Open Solution @AlpesJUGBonitasoft
 
2005 10-11 mm (seoul, korea - bpm korea forum) xpdl2 tutorial
2005 10-11 mm (seoul, korea - bpm korea forum) xpdl2 tutorial2005 10-11 mm (seoul, korea - bpm korea forum) xpdl2 tutorial
2005 10-11 mm (seoul, korea - bpm korea forum) xpdl2 tutorialMike Marin
 
JBossOneDayTalk 2011: Using jBPM to bring more power to your business processes
JBossOneDayTalk 2011: Using jBPM to bring more power to your business processesJBossOneDayTalk 2011: Using jBPM to bring more power to your business processes
JBossOneDayTalk 2011: Using jBPM to bring more power to your business processesKris Verlaenen
 
Presentatie Creetion
Presentatie CreetionPresentatie Creetion
Presentatie CreetionBert Deterd
 
2006 mm,ks,jb (miami, florida bpm summit) xpdl tutorial
2006 mm,ks,jb (miami, florida   bpm summit) xpdl tutorial2006 mm,ks,jb (miami, florida   bpm summit) xpdl tutorial
2006 mm,ks,jb (miami, florida bpm summit) xpdl tutorialMike Marin
 
jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)Kris Verlaenen
 
Lecture 07 - Business Process Management
Lecture 07 - Business Process ManagementLecture 07 - Business Process Management
Lecture 07 - Business Process Managementphanleson
 

Similar a Omg bpmn tutorial (20)

15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5b15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5b
 
15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5b15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5b
 
15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5b15 2 Eleni Pm Lesson 5b
15 2 Eleni Pm Lesson 5b
 
172298
172298172298
172298
 
JBPM5 Community Training Course - Module #1 Introduction
JBPM5 Community Training Course - Module #1 IntroductionJBPM5 Community Training Course - Module #1 Introduction
JBPM5 Community Training Course - Module #1 Introduction
 
The business analyst and bpm
The business analyst and bpmThe business analyst and bpm
The business analyst and bpm
 
IBM Business Process Management 8.5
IBM Business Process Management 8.5IBM Business Process Management 8.5
IBM Business Process Management 8.5
 
ch02-part1.pptx
ch02-part1.pptxch02-part1.pptx
ch02-part1.pptx
 
Role of BPMN in Business
Role of BPMN in BusinessRole of BPMN in Business
Role of BPMN in Business
 
Why To Consider BPMN 2.0
Why To Consider BPMN 2.0Why To Consider BPMN 2.0
Why To Consider BPMN 2.0
 
BPM with Bonita Open Solution @AlpesJUG
BPM with Bonita Open Solution @AlpesJUGBPM with Bonita Open Solution @AlpesJUG
BPM with Bonita Open Solution @AlpesJUG
 
2005 10-11 mm (seoul, korea - bpm korea forum) xpdl2 tutorial
2005 10-11 mm (seoul, korea - bpm korea forum) xpdl2 tutorial2005 10-11 mm (seoul, korea - bpm korea forum) xpdl2 tutorial
2005 10-11 mm (seoul, korea - bpm korea forum) xpdl2 tutorial
 
Demystifying BPM
Demystifying BPMDemystifying BPM
Demystifying BPM
 
JBossOneDayTalk 2011: Using jBPM to bring more power to your business processes
JBossOneDayTalk 2011: Using jBPM to bring more power to your business processesJBossOneDayTalk 2011: Using jBPM to bring more power to your business processes
JBossOneDayTalk 2011: Using jBPM to bring more power to your business processes
 
Presentatie Creetion
Presentatie CreetionPresentatie Creetion
Presentatie Creetion
 
2006 mm,ks,jb (miami, florida bpm summit) xpdl tutorial
2006 mm,ks,jb (miami, florida   bpm summit) xpdl tutorial2006 mm,ks,jb (miami, florida   bpm summit) xpdl tutorial
2006 mm,ks,jb (miami, florida bpm summit) xpdl tutorial
 
jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)
 
BPMN.ppt
BPMN.pptBPMN.ppt
BPMN.ppt
 
Lecture 07 - Business Process Management
Lecture 07 - Business Process ManagementLecture 07 - Business Process Management
Lecture 07 - Business Process Management
 
Creetion
CreetionCreetion
Creetion
 

Más de Beta-Research.org

Tracer Study Outline and introduction on how to
Tracer Study Outline and introduction on how toTracer Study Outline and introduction on how to
Tracer Study Outline and introduction on how toBeta-Research.org
 
USAID_ITC_Technical_Report_no_24_Bruce_M.pdf
USAID_ITC_Technical_Report_no_24_Bruce_M.pdfUSAID_ITC_Technical_Report_no_24_Bruce_M.pdf
USAID_ITC_Technical_Report_no_24_Bruce_M.pdfBeta-Research.org
 
br-businessplan-english-short-20150804-150809183527-lva1-app6892.pdf
br-businessplan-english-short-20150804-150809183527-lva1-app6892.pdfbr-businessplan-english-short-20150804-150809183527-lva1-app6892.pdf
br-businessplan-english-short-20150804-150809183527-lva1-app6892.pdfBeta-Research.org
 
Hassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdfHassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdfBeta-Research.org
 
Hassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdfHassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdfBeta-Research.org
 
Hassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdfHassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdfBeta-Research.org
 
Hassan Mohamed - EU Format 20220919 - Regional Director.pdf
Hassan Mohamed - EU Format 20220919 - Regional Director.pdfHassan Mohamed - EU Format 20220919 - Regional Director.pdf
Hassan Mohamed - EU Format 20220919 - Regional Director.pdfBeta-Research.org
 
Hassan Mohamed - EU Format 20210822.docx
Hassan Mohamed - EU Format 20210822.docxHassan Mohamed - EU Format 20210822.docx
Hassan Mohamed - EU Format 20210822.docxBeta-Research.org
 
Overall report ASK The experts 2021 - high-quality
Overall report   ASK The experts 2021 - high-qualityOverall report   ASK The experts 2021 - high-quality
Overall report ASK The experts 2021 - high-qualityBeta-Research.org
 
Blue isometric elements & mockups technology in education technology pres...
Blue isometric elements & mockups technology in education technology pres...Blue isometric elements & mockups technology in education technology pres...
Blue isometric elements & mockups technology in education technology pres...Beta-Research.org
 
Business canvas arabic - english
Business canvas   arabic - englishBusiness canvas   arabic - english
Business canvas arabic - englishBeta-Research.org
 
Arabic action plan template presentation hassan el-meligy 2021
Arabic action plan template presentation   hassan el-meligy 2021Arabic action plan template presentation   hassan el-meligy 2021
Arabic action plan template presentation hassan el-meligy 2021Beta-Research.org
 
Arabic business development process and bdu-crm v4
Arabic   business development process and bdu-crm v4Arabic   business development process and bdu-crm v4
Arabic business development process and bdu-crm v4Beta-Research.org
 
Increasing leads also members and attendance.pptx p
Increasing leads also members and attendance.pptx pIncreasing leads also members and attendance.pptx p
Increasing leads also members and attendance.pptx pBeta-Research.org
 
Hassan mohamed eu format 20210130
Hassan mohamed   eu format 20210130Hassan mohamed   eu format 20210130
Hassan mohamed eu format 20210130Beta-Research.org
 
Visualizations power bi_yogi_schulz_2018_12_101
Visualizations power bi_yogi_schulz_2018_12_101Visualizations power bi_yogi_schulz_2018_12_101
Visualizations power bi_yogi_schulz_2018_12_101Beta-Research.org
 
Digital transformation framework v1
Digital transformation framework v1Digital transformation framework v1
Digital transformation framework v1Beta-Research.org
 

Más de Beta-Research.org (20)

Tracer Study Outline and introduction on how to
Tracer Study Outline and introduction on how toTracer Study Outline and introduction on how to
Tracer Study Outline and introduction on how to
 
USAID_ITC_Technical_Report_no_24_Bruce_M.pdf
USAID_ITC_Technical_Report_no_24_Bruce_M.pdfUSAID_ITC_Technical_Report_no_24_Bruce_M.pdf
USAID_ITC_Technical_Report_no_24_Bruce_M.pdf
 
br-businessplan-english-short-20150804-150809183527-lva1-app6892.pdf
br-businessplan-english-short-20150804-150809183527-lva1-app6892.pdfbr-businessplan-english-short-20150804-150809183527-lva1-app6892.pdf
br-businessplan-english-short-20150804-150809183527-lva1-app6892.pdf
 
Hassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdfHassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdf
 
Hassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdfHassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdf
 
Hassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdfHassan ElMeligy - EU Format - TL-Director.pdf
Hassan ElMeligy - EU Format - TL-Director.pdf
 
Hassan Mohamed - EU Format 20220919 - Regional Director.pdf
Hassan Mohamed - EU Format 20220919 - Regional Director.pdfHassan Mohamed - EU Format 20220919 - Regional Director.pdf
Hassan Mohamed - EU Format 20220919 - Regional Director.pdf
 
Hassan Mohamed - EU Format 20210822.docx
Hassan Mohamed - EU Format 20210822.docxHassan Mohamed - EU Format 20210822.docx
Hassan Mohamed - EU Format 20210822.docx
 
Business Plan Presentation
Business Plan PresentationBusiness Plan Presentation
Business Plan Presentation
 
Overall report ASK The experts 2021 - high-quality
Overall report   ASK The experts 2021 - high-qualityOverall report   ASK The experts 2021 - high-quality
Overall report ASK The experts 2021 - high-quality
 
Blue isometric elements & mockups technology in education technology pres...
Blue isometric elements & mockups technology in education technology pres...Blue isometric elements & mockups technology in education technology pres...
Blue isometric elements & mockups technology in education technology pres...
 
Business canvas arabic - english
Business canvas   arabic - englishBusiness canvas   arabic - english
Business canvas arabic - english
 
Arabic action plan template presentation hassan el-meligy 2021
Arabic action plan template presentation   hassan el-meligy 2021Arabic action plan template presentation   hassan el-meligy 2021
Arabic action plan template presentation hassan el-meligy 2021
 
Happy at work
Happy at workHappy at work
Happy at work
 
Arabic business development process and bdu-crm v4
Arabic   business development process and bdu-crm v4Arabic   business development process and bdu-crm v4
Arabic business development process and bdu-crm v4
 
Increasing leads also members and attendance.pptx p
Increasing leads also members and attendance.pptx pIncreasing leads also members and attendance.pptx p
Increasing leads also members and attendance.pptx p
 
Hassan el Meligy
Hassan el MeligyHassan el Meligy
Hassan el Meligy
 
Hassan mohamed eu format 20210130
Hassan mohamed   eu format 20210130Hassan mohamed   eu format 20210130
Hassan mohamed eu format 20210130
 
Visualizations power bi_yogi_schulz_2018_12_101
Visualizations power bi_yogi_schulz_2018_12_101Visualizations power bi_yogi_schulz_2018_12_101
Visualizations power bi_yogi_schulz_2018_12_101
 
Digital transformation framework v1
Digital transformation framework v1Digital transformation framework v1
Digital transformation framework v1
 

Último

8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menzaictsugar
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607dollysharma2066
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfJos Voskuil
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailAriel592675
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxMarkAnthonyAurellano
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyotictsugar
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...ssuserf63bd7
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCRashishs7044
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africaictsugar
 

Último (20)

8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdf
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detail
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyot
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africa
 

Omg bpmn tutorial

  • 1. ® IBM Software Group © IBM Corporation Introduction to BPMN Stephen A. White, BPM Architect, IBM October 16, 2006
  • 2. IBM Software Group | WebSphere software 2 Introduction This tutorial introduces business process modeling using the BPMN process modeling standard. This session will show how BPMN can support different methodologies as well as different modeling goals (e.g., orchestration and choreography), using actual business processes as examples. Sample business models will also be presented and explored to illustrate the main concepts and notational innovations. Two short exercises (on paper) will give students the feel of modeling with the major BPMN model elements.
  • 3. IBM Software Group | WebSphere software 3 Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary
  • 4. IBM Software Group | WebSphere software 4 What is Process Modeling? The capturing of an ordered sequence of business activities and supporting information Business processes describe how a business pursues its objectives There are different levels of process modeling: Process Maps – simple flow charts of the activities Process Descriptions – flow charts extended with additional information, but not enough to fully define actual performance Process Models – flow charts extended with enough information so that the process can be analyzed, simulated, and/or executed BPMN supports each of these levels Background
  • 5. IBM Software Group | WebSphere software 5 What is BPMN? BPMN is flow-chart based notation for defining Business Processes BPMN is an agreement between multiple modeling tools vendors, who had their own notations, to use a single notation for the benefit of end-user understand and training BPMN provides a mechanism to generate an executable Business Process (BPEL) from the business level notation A Business Process developed by a business analyst can be directly applied to a BPM engine instead of going through human interpretations and translations into other languages Background
  • 6. IBM Software Group | WebSphere software 6 Origins of BPMN The Business Process Management Institute (BPMI—now a part of the OMG) develops BPML (an XML process execution language) and realizes need for a graphical representation BPML was later replaced by BPEL as the target execution language August, 2001, the Notation Working Group is formed. The group was composed of 35 companies, organizations, or individuals. BPMN 1.0 May, 2004, the BPMN 1.0 specification was released to the public. February, 2006, BPMN 1.0 was adopted as an OMG standard Currently, there are 39 companies that have implementations of BPMN Background
  • 7. IBM Software Group | WebSphere software 7 A BPM Hourglass Background Business Environment Technology Implementation BP BPMN BPEL Intersection Point Scope Strategy Consultants Process Designers System Architects Software Engineers Business Analysts Audiences: Purposes: Execution Modeling Copyright © 2005, OMG
  • 8. IBM Software Group | WebSphere software 8 BPMN Development Drivers Must be acceptable and usable by the business community Must be able to generate executable processes (e.g., BPEL) through a BPMN Model (a combination of graphical elements and supporting information (attributes)) Although executable processes triggered the development of BPMN, it was expected that BPMN would be used for more general business purposes BPM is intended to be Methodology Agnostic Methodologies will give guidance as to the purpose and level of detail for modeling BPMN is as complex as it needs to be. Just use what you need… Background
  • 9. IBM Software Group | WebSphere software 9 Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary
  • 10. IBM Software Group | WebSphere software 10 Diagram Elements BPMN Basic Concepts Back
  • 11. IBM Software Group | WebSphere software 11 Diagram Elements, Cont. Back BPMN Basic Concepts
  • 12. IBM Software Group | WebSphere software 12 An activity is work that is performed within a business process. An activity can be atomic or non-atomic (compound). The types of activities that are a part of a Process Model are: Sub- Process, and Task Activities are rounded rectangles They can be performed once or can have internally defined loops Activities BPMN Basic Concepts
  • 13. IBM Software Group | WebSphere software 13 Tasks A Task is an atomic activity that is included within a Process. A Task is used when the work in the Process is not broken down to a finer level of Process Model detail There are specialized types of Tasks for sending and receiving, or user-based Tasks, etc. Markers or icons can be added to Tasks to help identify the type of Task Markers must not change the footprint of the Task or conflict with any other standard BPMN element BPMN Basic Concepts
  • 14. IBM Software Group | WebSphere software 14 Sub-Processes Sub-Processes enable hierarchical Process development A Sub-Process is a compound activity that is included within a Process. It is compound in that it can be broken down into a finer level of detail (a Process) through a set of sub-activities For a collapsed version of a Sub-Process, The details of the Sub-Process are not visible in the Diagram. A “plus” sign in the lower-center of the shape indicates that the activity is a Sub-Process and has a lower-level of detail. For an expanded version of a Sub- Process, the details (a Process) are visible within its boundary. There are two types of Sub-Processes: Embedded and Independent (Re-usable) BPMN Basic Concepts
  • 15. IBM Software Group | WebSphere software 15 An Event is something that “happens” during the course of a business process. These Events affect the flow of the Process and usually have a trigger or a result. They can start, interrupt, or end the flow Events are circles The type of boundary determines the type of Event Events BPMN Basic Concepts
  • 16. IBM Software Group | WebSphere software 16 Start Events Start Events indicate where a Process will begin There are different “Triggers” that indicate the specific circumstances that start the Process None Start Events are used to mark the start of Sub-Processes or when the start is undefined The Link Start Event will be removed in the next version of BPMN Any one of the Triggers included in a Multiple Start Event will start the Process BPMN Basic Concepts
  • 17. IBM Software Group | WebSphere software 17 Intermediate Events Intermediate Events occur after a process has been started and before a process is ended There are different “Triggers” that indicate the specific circumstances of the Event They can be placed in the normal flow of the Process or attached to the boundary of an activity BPMN Basic Concepts
  • 18. IBM Software Group | WebSphere software 18 Intermediate Events (Normal Flow) Events that are placed within the process flow represent things that happen during the normal operations of the process They can represent the response to the Event (i.e., the receipt of a message) They can represent the creation of the Event (i.e., the sending of a message) BPMN Basic Concepts
  • 19. IBM Software Group | WebSphere software 19 Intermediate Events (Attached to Boundary) Events that are attached to the boundary of an activity indicate that the activity should be interrupted when the Event is triggered They can be attached to either Tasks or Sub-Processes They are used for error handling, exception handling, and compensation BPMN Basic Concepts
  • 20. IBM Software Group | WebSphere software 20 End Events End Events indicates where a process will end There are different “Results” that indicate the specific circumstances that end the Process None Start Events are used to mark the start of Sub-Processes or when the start is undefined The Link End Event will be replaced in the next version of BPMN (probably with a Signal) BPMN Basic Concepts
  • 21. IBM Software Group | WebSphere software 21 Gateways BPMN Basic Concepts Gateways are modeling elements that are used to control how Sequence Flows interact as they converge and diverge within a Process All types of Gateways are diamonds Different internal markers indicate different types of behavior All Gateways both split and merge the flow If the flow does not need to be controlled, then a Gateway is not needed. Thus, a diamond represents a place where control is needed
  • 22. IBM Software Group | WebSphere software 22 Exclusive Gateways Exclusive Gateways (Decisions) are locations within a business process where the Sequence Flow can take two or more alternative paths. This is basically the “fork in the road” for a process. Only one of the possible outgoing paths can be taken when the Process is performed There are two types decision mechanism: Data (e.g., condition expressions) Events (e.g., the receipt of alternative messages) They are also used to merge Sequence Flow The merging behavior may change in the next version of BPMN BPMN Basic Concepts
  • 23. IBM Software Group | WebSphere software 23 Exclusive Gateways, Based on Data These are the most commonly used type of Gateways. They can be shown with or without an internal “X” marker. Without is the most common use. The Gateway (Decision) creates alternative paths based on defined conditions BPMN Basic Concepts
  • 24. IBM Software Group | WebSphere software 24 Exclusive Gateways, Based on Events This type of Decision represents a branching point in the process where the alternatives are based on events that occurs at that point in the Process, rather than conditions The Multiple Intermediate Event is used to identify this Gateway The Event that follow the Gateway Diamond determine the chosen path The first Event triggered wins BPMN Basic Concepts
  • 25. IBM Software Group | WebSphere software 25 Inclusive Gateways Inclusive Gateways are Decisions where there is more than one possible outcome The “O” marker is used to identify this Gateway They are usually followed by a corresponding merging Inclusive Gateway BPMN Basic Concepts Documents Required? Supplement A Supplement B Main Proposal Prepare Supplement A Prepare Supplement B Prepare Main Proposal Compilate Documents
  • 26. IBM Software Group | WebSphere software 26 Complex Gateways Complex Gateways are Decisions where there is more advanced definitions of behavior can be defined The asterisk marker is used to identify this Gateway Complex behavior can be defined for both the merging and splitting behavior BPMN Basic Concepts
  • 27. IBM Software Group | WebSphere software 27 Parallel Gateways Parallel Gateways are places in the Process where multiple parallel paths are defined They are not required for forking in most situations. They can be used for methodological purposes The “+” marker is used to identify this Gateway The Gateway is also used to synchronize (wait for) parallel paths BPMN Basic Concepts
  • 28. IBM Software Group | WebSphere software 28 A Sequence Flow is used to show the order that activities will be performed in a Process A Message Flow is used to show the flow of messages between two entities that are prepared to send and receive them An Association is used to associate data, information and artifacts with flow objects Connectors BPMN Basic Concepts
  • 29. IBM Software Group | WebSphere software 29 Sequence Flow A Sequence Flow is used to show the order that activities will be performed in a Process The source and target must be one of the following objects: Events, Activities, and Gateways A Sequence Flow cannot cross a Sub-Process boundary or a Pool boundary BPMN Basic Concepts
  • 30. IBM Software Group | WebSphere software 30 Conditional Sequence Flow A Sequence Flow MAY have a defined condition if it exits an activity Such an activity must have at least two Sequence Flows The condition has to be True to allow the flow to continue down the Sequence Flow A mini-diamond shows that the Sequence Flow has a condition At least one of the outgoing Sequence Flow must be chosen during Process performance BPMN Basic Concepts
  • 31. IBM Software Group | WebSphere software 31 Default Sequence Flow A Sequence Flow that exits an Exclusive or Inclusive Gateway may be defined as being the default path A hatch mark at the line beginning shows the default Sequence Flow The default path is chosen only if all the other conditions of the Gateway are False BPMN Basic Concepts
  • 32. IBM Software Group | WebSphere software 32 Message Flow A Message Flow is used to show the flow of messages between two Participants of Process In BPMN, separate Pools are used to represent the Participants A Message Flow can connect to the boundary of the Pool or to an object within the Pool Message Flow are not allowed between objects within a single Pool BPMN Basic Concepts CompanyEmployee
  • 33. IBM Software Group | WebSphere software 33 Associations An Association is used to associate objects to one another (such as Artifacts and Activities) Associations are used to show how data is input to and output from Activities Text Annotations can be Associated with objects Review and Approve Order Order [Approved] Order Approved? Fulfill Order Reject Order BPMN Basic Concepts
  • 34. IBM Software Group | WebSphere software 34 Swimlanes BPMN uses the concept known as “swimlanes” to help partition and/organize activities There are two main types of swimlanes: Pool and Lane Pools represent Participants in an interactive (B2B) Business Process Diagram Lanes represent sub-partitions for the objects within a Pool BPMN Basic Concepts
  • 35. IBM Software Group | WebSphere software 35 Pools Pools represent Participants in an interactive (B2B) Business Process Diagram A Participant may be a business role (e.g., “buyer” or “seller”) or may a business entity (e.g., “IBM” or “OMG”) A Pool may be a “black box” or may contain a Process Interaction between Pools is handled through Message Flow Sequence Flow cannot cross the boundary of a Pool (i.e., a Process is fully contained within a Pool) BPMN Basic Concepts BuyerSeller PO Message Send Receive... ... ...... Order
  • 36. IBM Software Group | WebSphere software 36 Lanes Lanes represent sub- partitions for the objects within a Pool They often represent organization roles (e.g., Manager, Associate), but can represent any desired Process characteristic Sequence Flow can cross Lane boundaries BPMN Basic Concepts ManagementWebServerAdministration
  • 37. IBM Software Group | WebSphere software 37 Artifacts Artifacts provide the capability to show information beyond the basic flow-chart structure of the Process There are currently three standard Artifacts in BPMN: Data Objects, Groups, and Annotations Additional Artifacts may be standardized in later version Sets of vertical market Artifacts may also be developed A modeler or tool can extend BPMN by defining new Artifacts BPMN Basic Concepts
  • 38. IBM Software Group | WebSphere software 38 Text Annotations Text Annotations are a mechanism for a modeler to provide additional information about a Process Text Annotations can be connected to a specific object on the Diagram with an Association BPMN Basic Concepts
  • 39. IBM Software Group | WebSphere software 39 Data Objects Data Objects are Artifacts that are used to show how data and documents are used within a Process Data Objects can be used to define inputs and outputs of activities Data Objects can be given a “state” that shows how a document may be changed or updated within the Process BPMN Basic Concepts
  • 40. IBM Software Group | WebSphere software 40 Groups Groups are Artifacts that are used to highlight certain sections of a Diagram without adding additional constraints for performance – as a Sub-Process would Groups can be used to categorize elements for reporting purposes Groups are not constrained by restrictions of Pools and Lanes BPMN Basic Concepts
  • 41. IBM Software Group | WebSphere software 41 Artifacts are Extendible Modelers and Modeling Tools can add new Artifacts to a diagram Specific industries or markets may have their own set of Artifacts Their shapes must not conflict with existing shapes They are not part of normal flow, but can be associated with other elements BPMN Basic Concepts
  • 42. IBM Software Group | WebSphere software 42 Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary
  • 43. IBM Software Group | WebSphere software 43 Exercise 1 In this exercise you will given a set of short answer questions that cover the basic BPMN elements Some questions will require a written answer and some will require a (simple) drawn answer
  • 44. IBM Software Group | WebSphere software 44 Questions: Set 1 What is the difference between a Task and a Sub- Process? Draw a Task with a timeout and the follow-up to the timeout What are the main restrictions for Sequence Flow? Exercise 1
  • 45. IBM Software Group | WebSphere software 45 Questions: Set 2 What are the rules for Message Flow connections? Draw two ways that data can be output from one Task and then input into another Task Why do the different behaviors of the Gateways share the same basic diamond shape? Exercise 1
  • 46. IBM Software Group | WebSphere software 46 Questions: Set 3 How can Artifacts be used to enhance the information content of a BPMN diagram? Draw a timed delay in a process What do Pools represent? Exercise 1
  • 47. IBM Software Group | WebSphere software 47 Questions: Set 4 What’s the difference between Exclusive and Inclusive Gateways? Draw the synchronization of two parallel paths What do Lanes generally represent? And what can they represent? Exercise 1
  • 48. IBM Software Group | WebSphere software 48 Questions: Set 5 How to Associations affect the main flow of a Process? Draw a Message Flow between one “white box” Participant and one “black box” Participant What are the rules for adding marker or icons to activities? Exercise 1
  • 49. IBM Software Group | WebSphere software 49 Answers: Set 1 What is the difference between a Task and a Sub-Process? A Sub-Process can be broken down into a lower level detail (another Process) while a Task cannot Draw a Task with a timeout and the follow- up to the timeout See figure to the right What are the main restrictions for Sequence Flow? A Sequence Flow can only connect Activities, Events, and Gateways, they cannot cross the boundary of a Sub- Process or the boundary of a Pool Exercise 1
  • 50. IBM Software Group | WebSphere software 50 Answers: Set 2 What are the rules for Message Flow connections? They must connect from the boundary or object within a Pool to the boundary or object within a different Pool Draw two ways that data can be output from one Task and then input into another Task See figures to the right Why do the different behaviors of the Gateways share the same basic diamond shape? Gateways represent a controlling mechanism for Sequence Flow. A diamond in the model shows a place where Sequence Flow control is needed Exercise 1
  • 51. IBM Software Group | WebSphere software 51 Answers: Set 3 How can Artifacts be used to enhance the information content of a BPMN diagram? New Artifacts can be created and added to the diagram to allow visualization of key model factors Draw a timed delay in a process See figure to the right What do Pools represent? Participants in a Process diagram, either a specific entity (e.g., FedEx) or a business role (e.g., Shipper) Exercise 1
  • 52. IBM Software Group | WebSphere software 52 Answers: Set 4 What’s the difference between Exclusive and Inclusive Gateways? Only one outgoing path is chosen for Exclusive Gateway while at least one to all outgoing paths may be chosen for an Inclusive Gateway Draw the synchronization of two parallel paths See figure to the right What do Lanes generally represent? And what can they represent? The mostly are used to represent organizational roles (e.g., Associate) or departments (e.g., Finance). The can represent most any object attribute that the modeler wants to use to partition activities Exercise 1
  • 53. IBM Software Group | WebSphere software 53 Answers: Set 5 How to Associations affect the main flow of a Process? They don’t. They can only affect the requirements for an activity Draw a Message Flow between one “white box” Participant and one “black box” Participant See figure to the right What are the rules for adding marker or icons to activities? The marker or icon cannot change the footprint of the activity and cannot conflict with any standard BPMN element Exercise 1
  • 54. IBM Software Group | WebSphere software 54 Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary
  • 55. IBM Software Group | WebSphere software 55 Normal Flow BPMN Additional Concepts Normal Sequence Flow refers to the flow that originates from a Start Event and continues through activities via alternative and parallel paths until it ends at an End Event Normal Flow does not include exception flow or compensation flow
  • 56. IBM Software Group | WebSphere software 56 Link Events Within a Process Link Events can be used for Off-Page connectors Link Events can be used as “Go-To” objects BPMN Additional Concepts
  • 57. IBM Software Group | WebSphere software 57 Process Levels Processes can be developed hierarchically, with multiple levels through Sub-Processes Sequence Flow cannot cross a Sub-Process boundary Message Flow and Associations can cross Sub- Process boundaries BPMN Additional Concepts
  • 58. IBM Software Group | WebSphere software 58 Data Flow Sequence Flow and Data Flow are decoupled They can be bound together Use case for decoupling BPMN Additional Concepts
  • 59. IBM Software Group | WebSphere software 59 Exception Handling Intermediate Events attached to the boundary of an activity represent triggers that can interrupt the activity. All work within the activity will be stopped and flow will proceed from the Event. Timer, Errors, Messages, etc. can be Triggers. BPMN Additional Concepts
  • 60. IBM Software Group | WebSphere software 60 Compensation and Transactions BPMN Additional Concepts A Transaction is an activity that has a double border. Transactions are supported by a transaction protocol (e.g., WS-Transaction) Normal Outgoing Sequence Flow represents the path to follow a successful completion A Cancel Intermediate Event represents the path to follow a cancelled completion An Exception Intermediate Event represents the path to follow a transaction hazard (but no compensation is performed) Activities used for compensate (with marker) are outside normal flow and are Associated normal activities. Compensation flows “backwards.”
  • 61. IBM Software Group | WebSphere software 61 Looping Sequence Flow Looping Activity Looping: Do-While; While-Do; Multiple Instance BPMN Additional Concepts
  • 62. IBM Software Group | WebSphere software 62 Timers Timeouts for exception handling Timers to add delays in the Process BPMN Additional Concepts
  • 63. IBM Software Group | WebSphere software 63 Ad-Hoc Processes There is no pre-defined Sequence Flow BPMN Additional Concepts
  • 64. IBM Software Group | WebSphere software 64 Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary
  • 65. IBM Software Group | WebSphere software 65 Process Modeling Methodologies BPMN is intended to be methodology independent Simple or complex diagrams can be created based on the chosen methodology Methodologies determine what information is captured about a process Many different methodologies can be used for modeling with BPMN Some may require extended Artifacts Examples of methodologies: LOVeM, EPCs, RAD methodology, IDEF Consulting organization methodologies
  • 66. IBM Software Group | WebSphere software 66 Example of EPC Modeled in BPMN Process Modeling Methodologies
  • 67. IBM Software Group | WebSphere software 67 General Modeling Concepts A process is chronological. Accurate models should be oriented on a time line (in general, from left to right in sequence) Processes generally begin with triggering events, and work their way through to significant business results They can also represent smaller segments of re-usable work All tasks or activities are assigned to roles that are meaningful to people in the business. Be sure you have captured all relevant roles, which may sometimes be outside of the client’s company A complete model should display how objects or data (or both) are transferred and where they are going A process can be modeled in a hierarchical fashion (e.g., with Sub-Processes) The choices made for decisions, which occur within a process, determine which of all potential paths will be taken Process Modeling Methodologies
  • 68. IBM Software Group | WebSphere software 68 General Modeling Guidelines Establish organization standards or guidelines for developing models and naming model elements, e.g., Establish naming conventions for each type of modeling object. For example, all activity names could have the following format • verb + (adjective/descriptor) + noun • example: “Verify Account” Avoid redundancy in naming, e.g., do not include the word Process in the Process names or the words Task or Activity in Task names To help with report outputs, names should be 32 characters or less To help with readability, all words should be capitalized Establish a set of standard nouns, verbs, and acronyms that are used for naming objects Establish standards for versioning methods associated at the process model and artifact level to provide requirement traceability Process Modeling Methodologies
  • 69. IBM Software Group | WebSphere software 69 Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary
  • 70. IBM Software Group | WebSphere software 70 Orchestration vs. Choreography Orchestration: Workflow, internal processes, private processes Contained within one Pool Choreography: Collaboration, global processes, B2B processes Defined by the interaction between Pools
  • 71. IBM Software Group | WebSphere software 71 Orchestration Orchestration defines processes that are internal to a specific organization Thus, they are contained within a single Pool Orchestration vs. Choreography
  • 72. IBM Software Group | WebSphere software 72 Choreography A Choreography process depicts the interactions between two or more business entities (as modeled with Pools) Shown by the Message Flow between the Pools Or a sequence of interaction (global) types of activities BPMN V2.0 will likely update how Choreographies are modeled Orchestration vs. Choreography
  • 73. IBM Software Group | WebSphere software 73 Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary
  • 74. IBM Software Group | WebSphere software 74 Exercise 2 – Create a Process for Expense Reimbursement In this exercise you will read a text descriptive information about a process and will map the process on paper The process is a sample expense reimbursement process: This process provides for reimbursement of expenses incurred by employees for the company. For example buying a technical book, office supplies or software. In a normal day there are several hundreds of instances of this process created. Concentrate on the basic flow of the Process…
  • 75. IBM Software Group | WebSphere software 75 Process Information: Expense Reimbursement After the Expense Report is received, a new account must be created if the employee does not already have one The report is then reviewed for automatic approval Amounts under $200 are automatically approved Amounts equal to or over $200 require approval of the supervisor • In case of rejection, the employee must receive a rejection notice by email The reimbursement goes to the employee’s direct deposit bank account If no action has happened in 7 days, then the employee must receive an approval in progress email If the request is not finished within 30 days, then the process is stopped and the employee receives an email cancellation notice and must re-submit the expense report Exercise 2
  • 76. IBM Software Group | WebSphere software 76 Expense Reimbursement Process Exercise 2
  • 77. IBM Software Group | WebSphere software 77 Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary
  • 78. IBM Software Group | WebSphere software 78 Summary This tutorial covered: The background of BPMN Basic BPMN Concepts Additional BPMN Concepts Process Modeling Methodologies Orchestration and Choreography Two Exercises