SlideShare a Scribd company logo
1 of 121
BPMN 2.0
Introduction to the Level 1 Palette
by Declan Chellar
Scope of this slide deck
• In: an introduction to the shapes of the Level 1 Palette of BPMN 2.0
• In: textual explanations of the purpose of each shape
• In: stand-alone visual examples of the use of each shape
• Out: an example start-to-finish process model
What is BPMN?
• “Business Process Model and Notation”
• A graphical technique for modelling business processes
• Based on flowcharting
• An expressive language with vocabulary, grammar and syntax
• Managed by the Object Management Group
Why use BPMN?
• It is an international standard, the lingua franca of process modelling
• Easily understood by non-technical business people
• Caters well for event-based process modelling
• Caters well for exception scenarios
• Caters well for hierarchical modelling
Why use the Level 1 Palette?
Any of the following is a good reason to stick to Level 1:
• You are not familiar with the shapes of the Level 2 Palette
• You are modelling an initial overview of a process
• You want a simple (non-executable) model of a process
• You don’t need to model event-triggered behaviour
First some symbols
• Instructions appear with this symbol: 
• Handy tips appear with this symbol: 
• Warnings appear with this symbol: 
• Quotes from the BPMN 2.0 Specification appear with this symbol: 
(along with a reference to the relevant section in the specification)
Pools and Lanes

This is a Pool. It represents an
entire Process from start to finish.
[ProcessName]

The process name
goes here.
[ProcessName]

Process names are always verb
phrases and should reveal the
intent of the process.
[ProcessName]

These are all good process names
because the verbs directly
address the core activity and
intent of the process.

Replace
Customer Card

Request
Vacation

Add New
Account

Switch
Customer
Account
[ProcessName]

Noun phrases do not make good
process names because processes
are about activity and a phrase
that lacks a verb obscures the
core activity of the process.

Customer Card
Replacement

Vacation
Request

New Account

Switch
Customer
Account
[ProcessName]

Within a Pool, we must
have at least one Lane. A
Lane represents the
Performer of any tasks
that sit within that Lane.
[ProcessName]
[PerformerName][PerformerName]

The Performer name
goes here.

The Performer name
goes here.
[ProcessName]
[PerformerName][PerformerName]

Performer names are always
noun phrases and can
represent individual roles,
teams, departments or can
represent a desire for
Activities to be automated.
[ProcessName]
[PerformerName][PerformerName]

Personnel
Manager

Claims
Adjuster

System
(for Activities to
be automated)

Accounts
Department

These are all good
Performer names.
[ProcessName]
[PerformerName][PerformerName]

Those who perform activities
within the same process must
be modelled as Lanes within
the same process Pool.
[Name][ProcessName]
[PerformerName][PerformerName]

You can also have Pools outside
the process, to indicate entities or
other processes that interact with
the process you are modelling.
[Name][ProcessName]
[PerformerName][PerformerName]

If we do not model what happens
inside them, they are known as
Black Box Pools.
[Name][ProcessName]
[PerformerName][PerformerName]

We do not model what happens
inside a Black Box Pool because:
• we do not know
• or we do not care
• or we cannot control it
[Name][ProcessName]
[PerformerName][PerformerName]

However, if we do know what goes
on inside the other Pool and we can
control it and we do care, then we
model it as another White Box Pool.
[Name][ProcessName]
[PerformerName][PerformerName]
Message X
Received
Request
Information Y
Send Message Z
Receive
Information Y
Message X
Request for
Information Y
Information Y
Message Z

We show the interactions
between Pools with
Message Flows.
[Name][ProcessName]
[PerformerName][PerformerName]
Message X
Received
Request
Information Y
Send Message Z
Receive
Information Y
Message X
Request for
Information Y
Information Y
Message Z

More on Message
Flows later.
[Name][ProcessName]
[PerformerName][PerformerName]
Message X
Received
Request
Information Y
Send Message Z
Receive
Information Y
Message X
Request for
Information Y
Information Y
Message Z

The interacting Pools are
called Participants.

Don’t confuse the
terms Participant and
Performer.
[Name][ProcessName]
[PerformerName][PerformerName]
Message X
Received
Request
Information Y
Send Message Z
Receive
Information Y
Message X
Request for
Information Y
Information Y
Message Z

A model that shows the
interactions between
participating Pools is called a
Collaboration.
Events
Events

An Event is something that “happens” during the
course of a Process… BPMN has restricted the use of
Events to include only those types of Events that will
affect the sequence or timing of Activities of a Process.
(section 8.3.5)
[PerformerName][PerformerName]
[ProcessName][Name]

Every process has
at least one Event
which starts it.
[PerformerName][PerformerName]
[ProcessName][Name]

A Start Event is
represented by a circle
with a single, thin border.
[PerformerName][PerformerName]
[ProcessName][Name]
[Label]

Label the Start Event to make
process trigger explicit.
[PerformerName][PerformerName]
[ProcessName][Name]
[Label]

“Start” is not a suitable label for a Start
Event, as it adds no information about
what causes the process to start.
[PerformerName][PerformerName]
[ProcessName][Name]
[Label]

These are all good
Start Event labels.

Customer Order
Received

15.00 daily

Need for
warehouse
maintenance
identified

The three basic types
of Start Event in
BPMN 2.0 are:

The three basic types
of Start Event in
BPMN 2.0 are:

“None”: the process
is started manually.

The three basic types
of Start Event in
BPMN 2.0 are:

“None”: the process
is started manually.

“Message”: the
process starts when a
Message is received
from another Pool.

The three basic types
of Start Event in
BPMN 2.0 are:

“None”: the process
is started manually.

“Message”: the
process starts when a
Message is received
from another Pool.

A Message is not necessarily a letter
or an email. It could be one person
talking to another. A message
represents nothing more than an
interaction between two Pools.

The three basic types
of Start Event in
BPMN 2.0 are:

“None”: the process
is started manually.

“Message”: the
process starts when a
Message is received
from another Pool.

“Timer”: the process
starts at a particular
time, or date, or
frequency, etc.
[PerformerName][PerformerName]
[ProcessName][Name]

Processes must have at least
one End Event, which
indicates not just that the
process ends, but also the end
state of the process.
[PerformerName][PerformerName]
[ProcessName][Name]

An End Event is
represented by a circle
with a single, thick border.
[PerformerName][PerformerName]
[ProcessName][Name]
[Label]

End Events should be labelled to
provide information about what
the outcome of the process is.
[PerformerName][PerformerName]
[ProcessName][Name]
[Label]

“End” is not a suitable label for
an End Event, as it adds no
information about the end state
of the process.
[PerformerName][PerformerName]
[ProcessName][Name]
[Label]

These are all good
End Event labels.

Customer Order
Fulfilled

Vacation Request
Rejected

Account
Switched

Card Replaced
[PerformerName][PerformerName]
[ProcessName][Name]
[Label]

All possible Start Events and all
possible End Events must be
shown in the process Pool at the
top level of your model.
[PerformerName][PerformerName]
[ProcessName][Name]
[Label]

This allows you to navigate
the entire process at the
highest level without needing
to know the details.

The three basic types
of End Event in BPMN
2.0 are:

The three basic types
of End Event in BPMN
2.0 are:

“None”: the process
throws no signal at
the end.

The three basic types
of End Event in BPMN
2.0 are:

“None”: the process
throws no signal at
the end.

“Message”: the
process throws a
Message signal to
another Pool.

The three basic types
of End Event in BPMN
2.0 are:

“None”: the process
throws no signal at
the end.

“Message”: the
process throws a
Message signal to
another Pool.

“Terminate”: all
active paths at the
same process level
are aborted.
Activities
Activities

An Activity is work that is performed
within a Business Process.
(section 10.2)

The performance of work
can only be represented
by Activity shapes.

Atomic activities cannot be
broken down into further
steps and are represented
by the Task shape.

The Sub Process shape is
used for Activities that are
broken down into further
Tasks or Sub Processes.

More on Sub
Processes shortly.
[Name][ProcessName]
[PerformerName][PerformerName]

Tasks must sit within the
Lane that performs the
work.
[Name][ProcessName]
[PerformerName][PerformerName]

You don’t have to indicate the
Task type but it does add clarity.

User (person symbol):
In the Level 1 palette, the User
Task type represents any atomic
activity carried out by a human.

Service (gears symbol):
In the Level 1 palette, the
Service Task type represents any
automated, atomic activity.
Sequence Flows
Sequence Flows

A Sequence Flow is used to show the
order of Flow Elements in a Process.
(section 8.3.13)
[PerformerName][PerformerName]
[ProcessName][Name]

To show the order of flow
between shapes, we use the
Sequence Flow shape.
[PerformerName][PerformerName]
[ProcessName][Name]

To show sequence flow, we
use the Sequence Flow shape.

There are different types of arrow-
headed shapes in BPMN, so get
used to calling this one by its
correct name: Sequence Flow
[PerformerName][PerformerName]
[ProcessName][Name]

A Sequence Flow can
have only one source
and one target.
[PerformerName][PerformerName]
[ProcessName][Name]

Sequence Flows must always
stay within a Pool.
[PerformerName][PerformerName]
[ProcessName][Name]

Sequence flows may never
cross a pool boundary.
Message Flows
Message Flows

A Message Flow is used to show
the flow of Messages between
two Participants that are prepared
to send and receive them.
(section 9.3)
[Name][ProcessName]
[PerformerName][PerformerName]
Message X
Received
Message X

Catching Message Events
(white envelope) must
have an incoming Message
Flow from the boundary
of another Pool.
[Name][ProcessName]
[PerformerName][PerformerName]
Message X
Received
Send Message Y
Message X Message Y

Throwing Message Events
(black envelope) must
have an outgoing Message
Flow to the boundary of
another Pool.
[Name][ProcessName]
[PerformerName][PerformerName]
Message X
Received
Send Message Y
Message X Message Y

Message Flows may only
pass between Pools.
[PerformerName][PerformerName]
[ProcessName][Name]
Message X

Message Flows may never
pass within a Pool.
[Name][ProcessName]
[PerformerName][PerformerName]
Message X
Received
Request
Information Y
Send Message Z
Receive
Information Y
Message X
Request for
Information Y
Information Y
Message Z

What shapes can
send Messages?

Task

Message
Throwing Event

Black Box Pool
boundary

Black Box Pool
boundary
[Name][ProcessName]
[PerformerName][PerformerName]
Message X
Received
Request
Information Y
Send Message Z
Receive
Information Y
Message X
Request for
Information Y
Information Y
Message Z

What shapes can
receive Messages?

Task

Message
Catching Event

Black Box Pool
boundary

Black Box Pool
boundary
Sub Processes
Sub Processes

A Sub-Process is an Activity whose internal details
have been modeled using Activities, Gateways,
Events, and Sequence Flows. A Sub-Process is a
graphical object within a Process, but it also can be
“opened up” to show a lower-level Process.
(section 8.3.13)

Sub Processes allow you to
model the details of a Process
hierarchically.

Sub Processes also allow you to
group activities logically for the
sake of tidiness.

The details of a collapsed
Sub Process are shown on
another (child) canvas.
[Name][ProcessName]
[PerformerName][PerformerName]
B
Outcome
Outcome B
A
Outcome A

Collapsed Sub Processes must sit within the
Lane where the first task of that Sub Process
is performed, even though subsequent
Tasks may be performed in other Lanes.
[Name][ProcessName]
[PerformerName][PerformerName]

The details of an expanded Sub
Process are shown at the same
level as the Sub Process shape
itself.

A Sub Process inherits its Pool from
the parent, so you are only
required to show the Pool at the
top level of your model.
[PerformerName]

However, you should
show any relevant Lanes
at the Sub Process level.
[PerformerName]

Sub Processes must have one
un-labelled Start Event of the
type “None”.

This is because the trigger for
the Sub Process is already
known: it is the previous
Activity at the parent level.
[PerformerName]

Sub Processes must have one
un-labelled Start Event of the
type “None”.
[PerformerName]

Sub Processes must at least
one End Event.
[PerformerName]

Sub Processes must at least
one End Event.

There is no need to label
a Sub Process End Event
if there is only one.
[PerformerName]
Determine
Outcome
Outcome B
Outcome
B
Outcome A
A

You must label Sub Process
End Events if there are
more than one.
Gateways
Gateways

Gateways are used to control how
Sequence Flows interact as they
converge and diverge within a Process.
(section 8.3.13)
[PerformerName][PerformerName]
[ProcessName][Name]

We use a Gateway shape
to navigate the diagram
when optional or multiple
paths are possible.
[PerformerName][PerformerName]
[ProcessName][Name]

No processing takes place
within a Gateway, i.e., it
contains no logic. It is nothing
more than a visual navigation
device for your diagram.
[PerformerName][PerformerName]
[ProcessName][Name]

Because no processing takes place
within a Gateway, be careful not
to call them ‘Decision Points’.
[PerformerName][PerformerName]
[ProcessName][Name]
Determine Credit
Limit
Credit Limit

Any Decision logic should be contained
within a previous Activity and the
Gateway should be labelled accordingly.
[PerformerName][PerformerName]
[ProcessName][Name]
Determine Credit
Limit
Credit Limit

Any logic should be contained within
a previous Activity and the Gateway
should be labelled accordingly.

Remember we said that the
performance of work is represented
only by Activity shapes.
[PerformerName][PerformerName]
[ProcessName][Name]

A plain, Exclusive Gateway like this
means that the process follows only
one of the subsequent Gates, (i.e.,
the one where the outcome
labelled on the Gate is true).
[PerformerName][PerformerName]
[ProcessName][Name]

An Exclusive Gateway can
also be indicated like this.
[PerformerName][PerformerName]
[ProcessName][Name]

The Sequence Flows that
follow a Gateway are
called Gates.
[PerformerName][PerformerName]
[ProcessName][Name]
Determine Credit
Limit
Credit Limit
Sufficient
Insufficient

Label the Gates coming out
of the Gateway to cover all
allowed outcomes.
[Name][ProcessName]
[PerformerName][PerformerName]
B
Outcome
Outcome B
A
Outcome A

When a Sub Process has more than
one End Event, you must use an
Exclusive Gateway at the parent
level to interrogate the outcome.
[Name][ProcessName]
[PerformerName][PerformerName]

Use Parallel Gateways to
model paths that the
process follows in parallel.
[Name][ProcessName]
[PerformerName][PerformerName]

With a Splitting Parallel Gateway,
all paths following the Gateway
are activated as soon as the
process reaches the Gateway.
[Name][ProcessName]
[PerformerName][PerformerName]

With a Joining Parallel Gateway, the
process does not continue until all
incoming paths are complete.
Data Shapes
[PerformerName][PerformerName]
[ProcessName][Name]

Use a Data Object to represent
transient data that is passed within a
process but which does not need to
exist outside the process.
[PerformerName][PerformerName]
[ProcessName][Name]

Use a Data Store to represent
data that persists beyond the
scope of the process.
[PerformerName][PerformerName]
[ProcessName][Name]

Use a Data Store to represent
data that persists beyond the
scope of the process.

A Data Store is not necessarily
a database! It is simply a
logical representation of
persisted data.
[PerformerName][PerformerName]
[ProcessName][Name]

A sheet of paper could be
used as a Data Object but it
is discarded at some point
before the process ends.

A sheet of paper could be
used as a Data Store but it is
kept to be used after the
process ends.
[PerformerName][PerformerName]
[ProcessName][Name]

We label both Data Objects
and Data Stores to indicate
the business concept of the
data but not to indicate the
name of a database.
Customer Phone Number
Customer Account Details
[PerformerName][PerformerName]
[ProcessName][Name]

Data Objects and Data Stores must
be connected to Activity shapes
with Data Associations to show the
flow of data from and to Activities.
[PerformerName][PerformerName]
[ProcessName][Name]
Annotation
Annotation
Annotation

Annotations are a useful
way to add clarity to a
process model.
[PerformerName][PerformerName]
[ProcessName][Name]
Annotation
Annotation
Annotation

But do not use an Annotation
where clarity can be provided by an
Event, Activity Gateway, Message
Flow, Data Object or Data Store.
Off-page Connectors
Off-page Connectors

Generally used for printing, this object will
show where a Sequence Flow leaves one
page and then restarts on the next page.
(table 7.2)
A
A

You can use an Intermediate Link
Event as an off-page connector
when you need to split your
diagram across two canvasses.
A
A

As the name implies, the Intermediate Event
indicates where something happens (an Event)
somewhere between the start and end of a
Process. It will affect the flow of the Process, but
will not start or (directly) terminate the Process.
(section 10.4.4)
A
A

An Intermediate Event is
represented by a circle with a
double, thin border.

An Intermediate Event is
represented by a circle with a
double, thin border.
A
A

White for
“catching”.

Black for
“throwing”.
A
A

The Intermediate Link Event is the
only type of Intermediate Event in
the Level 1 Palette.
A
A

Use the Intermediate Link Event
sparingly. Instead, try to use Sub
Processes to keep each diagram of
your model tidily on a single canvas.
This has been a basic introduction to the Level 1 Palette of BPMN 2.0
ESSENTIAL REFERENCE WORKS:
“BPMN Method and Style” by Bruce Silver
“Process and Decision Modelling in BPMN/DMN” by Tom DeBevoise and James Taylor
(both books available in paperback and for Kindle)
The BPMN Specification:
http://www.omg.org/spec/BPMN/2.0/
www.chellar.com/AnalysisFu/
LinkedIn: es.linkedin.com/in/declanchellar/
Twitter: @AnalysisFu
Care to discuss further?

More Related Content

What's hot

Business Process Model and Notation (BPMN)
Business Process Model and Notation (BPMN)Business Process Model and Notation (BPMN)
Business Process Model and Notation (BPMN)Peter R. Egli
 
Ultimate guide to_bpmn2_2016_edition_110716
Ultimate guide to_bpmn2_2016_edition_110716Ultimate guide to_bpmn2_2016_edition_110716
Ultimate guide to_bpmn2_2016_edition_110716yomito_2
 
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
 
BPMN Process Modeling Levels
BPMN Process Modeling LevelsBPMN Process Modeling Levels
BPMN Process Modeling LevelsMax Tay
 
How To Explain BPMN To Business Users
How To Explain BPMN To Business UsersHow To Explain BPMN To Business Users
How To Explain BPMN To Business UsersSandy Kemsley
 
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č
 
Extending BPMN 2.0
Extending BPMN 2.0Extending BPMN 2.0
Extending BPMN 2.0lstroppi
 
Bpmn poster a2_ver_1.0.10
Bpmn poster a2_ver_1.0.10Bpmn poster a2_ver_1.0.10
Bpmn poster a2_ver_1.0.10jlaznik
 
BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2Eliza Wright
 
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
 
BPMN 2.0 cheat sheet
BPMN 2.0 cheat sheetBPMN 2.0 cheat sheet
BPMN 2.0 cheat sheetIOZ AG
 
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č
 
What is BPM?
What is BPM?What is BPM?
What is BPM?BOC Group
 

What's hot (20)

Business Process Model and Notation (BPMN)
Business Process Model and Notation (BPMN)Business Process Model and Notation (BPMN)
Business Process Model and Notation (BPMN)
 
Ultimate guide to_bpmn2_2016_edition_110716
Ultimate guide to_bpmn2_2016_edition_110716Ultimate guide to_bpmn2_2016_edition_110716
Ultimate guide to_bpmn2_2016_edition_110716
 
BPMN 2.0 Fundamentals
BPMN 2.0 FundamentalsBPMN 2.0 Fundamentals
BPMN 2.0 Fundamentals
 
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
 
BPMN Process Modeling Levels
BPMN Process Modeling LevelsBPMN Process Modeling Levels
BPMN Process Modeling Levels
 
BPMN on One Page
BPMN on One PageBPMN on One Page
BPMN on One Page
 
How To Explain BPMN To Business Users
How To Explain BPMN To Business UsersHow To Explain BPMN To Business Users
How To Explain BPMN To Business Users
 
BPMN 2.0
BPMN 2.0BPMN 2.0
BPMN 2.0
 
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
 
Extending BPMN 2.0
Extending BPMN 2.0Extending BPMN 2.0
Extending BPMN 2.0
 
Bpmn poster a2_ver_1.0.10
Bpmn poster a2_ver_1.0.10Bpmn poster a2_ver_1.0.10
Bpmn poster a2_ver_1.0.10
 
BPMN 2.0 Reference
BPMN 2.0 ReferenceBPMN 2.0 Reference
BPMN 2.0 Reference
 
BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2
 
BPMN and Bizagi
BPMN and BizagiBPMN and Bizagi
BPMN and Bizagi
 
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
 
BPMN 2.0 cheat sheet
BPMN 2.0 cheat sheetBPMN 2.0 cheat sheet
BPMN 2.0 cheat sheet
 
BPMN to UML
BPMN to UMLBPMN to UML
BPMN to UML
 
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
 
Business Process Management Training 1
Business Process Management Training 1Business Process Management Training 1
Business Process Management Training 1
 
What is BPM?
What is BPM?What is BPM?
What is BPM?
 

Viewers also liked

BPM Standards - What is new in BPMN 2.0 and XPDL 2.2 (BBC 2011)
BPM Standards -  What is new in BPMN 2.0 and XPDL 2.2 (BBC 2011)BPM Standards -  What is new in BPMN 2.0 and XPDL 2.2 (BBC 2011)
BPM Standards - What is new in BPMN 2.0 and XPDL 2.2 (BBC 2011)Denis Gagné
 
Business analysis is about more than software requirements
Business analysis is about more than software requirementsBusiness analysis is about more than software requirements
Business analysis is about more than software requirementsDeclan Chellar
 
Defining process scope
Defining process scopeDefining process scope
Defining process scopeDeclan Chellar
 
EclipseCon 2008: Fundamentals of the Eclipse Modeling Framework
EclipseCon 2008: Fundamentals of the Eclipse Modeling FrameworkEclipseCon 2008: Fundamentals of the Eclipse Modeling Framework
EclipseCon 2008: Fundamentals of the Eclipse Modeling FrameworkDave Steinberg
 
What every Eclipse developer should know about EMF - Tutorial at EclipseCon
What every Eclipse developer should know about EMF - Tutorial at EclipseConWhat every Eclipse developer should know about EMF - Tutorial at EclipseCon
What every Eclipse developer should know about EMF - Tutorial at EclipseConJonasHelming
 
EclipseCon 2006: Introduction to the Eclipse Modeling Framework
EclipseCon 2006: Introduction to the Eclipse Modeling FrameworkEclipseCon 2006: Introduction to the Eclipse Modeling Framework
EclipseCon 2006: Introduction to the Eclipse Modeling FrameworkDave Steinberg
 
Bpmn2 0 poster_en
Bpmn2 0 poster_enBpmn2 0 poster_en
Bpmn2 0 poster_enjlaznik
 
The Eclipse Modeling Framework and MDA
The Eclipse Modeling Framework and MDAThe Eclipse Modeling Framework and MDA
The Eclipse Modeling Framework and MDAelliando dias
 
Bpmn exercises and solutions
Bpmn exercises and solutionsBpmn exercises and solutions
Bpmn exercises and solutionsbillhien
 
Detecting Frequently Recurring Structures in BPMN 2.0 Process Models (SummerS...
Detecting Frequently Recurring Structures in BPMN 2.0 Process Models (SummerS...Detecting Frequently Recurring Structures in BPMN 2.0 Process Models (SummerS...
Detecting Frequently Recurring Structures in BPMN 2.0 Process Models (SummerS...Marigianna Skouradaki
 
On the Road to Benchmarking BPMN 2.0 Workflow Engines
On the Road to Benchmarking BPMN 2.0 Workflow EnginesOn the Road to Benchmarking BPMN 2.0 Workflow Engines
On the Road to Benchmarking BPMN 2.0 Workflow EnginesVincenzo Ferme
 
Bpmn 2.0 Eclipse OMG/Symposium
Bpmn 2.0 Eclipse OMG/SymposiumBpmn 2.0 Eclipse OMG/Symposium
Bpmn 2.0 Eclipse OMG/SymposiumAntoine Toulme
 
Representing Business Processes: Conceptual Model and Design Methodology
Representing Business Processes: Conceptual Model and Design MethodologyRepresenting Business Processes: Conceptual Model and Design Methodology
Representing Business Processes: Conceptual Model and Design MethodologyMichele Chinosi
 
Eclipse Modeling Framework (EMF) and Graphical Modeling Framework (GMF)
Eclipse Modeling Framework (EMF) and Graphical Modeling Framework (GMF)Eclipse Modeling Framework (EMF) and Graphical Modeling Framework (GMF)
Eclipse Modeling Framework (EMF) and Graphical Modeling Framework (GMF)Dimitris Kolovos
 
SiriusCon2016 - Modelling Spacecraft On-board Software with Sirius
SiriusCon2016 - Modelling Spacecraft On-board Software with SiriusSiriusCon2016 - Modelling Spacecraft On-board Software with Sirius
SiriusCon2016 - Modelling Spacecraft On-board Software with SiriusObeo
 
Why To Consider BPMN 2.0
Why To Consider BPMN 2.0Why To Consider BPMN 2.0
Why To Consider BPMN 2.0Michele Chinosi
 
Eclipse Modeling Framework
Eclipse Modeling FrameworkEclipse Modeling Framework
Eclipse Modeling FrameworkAjay K
 
BPMN 2.0 Poster
BPMN 2.0 PosterBPMN 2.0 Poster
BPMN 2.0 Postersignavio
 

Viewers also liked (19)

BPM Standards - What is new in BPMN 2.0 and XPDL 2.2 (BBC 2011)
BPM Standards -  What is new in BPMN 2.0 and XPDL 2.2 (BBC 2011)BPM Standards -  What is new in BPMN 2.0 and XPDL 2.2 (BBC 2011)
BPM Standards - What is new in BPMN 2.0 and XPDL 2.2 (BBC 2011)
 
Business analysis is about more than software requirements
Business analysis is about more than software requirementsBusiness analysis is about more than software requirements
Business analysis is about more than software requirements
 
BPMN 2.0 Poster EN
BPMN 2.0 Poster ENBPMN 2.0 Poster EN
BPMN 2.0 Poster EN
 
Defining process scope
Defining process scopeDefining process scope
Defining process scope
 
EclipseCon 2008: Fundamentals of the Eclipse Modeling Framework
EclipseCon 2008: Fundamentals of the Eclipse Modeling FrameworkEclipseCon 2008: Fundamentals of the Eclipse Modeling Framework
EclipseCon 2008: Fundamentals of the Eclipse Modeling Framework
 
What every Eclipse developer should know about EMF - Tutorial at EclipseCon
What every Eclipse developer should know about EMF - Tutorial at EclipseConWhat every Eclipse developer should know about EMF - Tutorial at EclipseCon
What every Eclipse developer should know about EMF - Tutorial at EclipseCon
 
EclipseCon 2006: Introduction to the Eclipse Modeling Framework
EclipseCon 2006: Introduction to the Eclipse Modeling FrameworkEclipseCon 2006: Introduction to the Eclipse Modeling Framework
EclipseCon 2006: Introduction to the Eclipse Modeling Framework
 
Bpmn2 0 poster_en
Bpmn2 0 poster_enBpmn2 0 poster_en
Bpmn2 0 poster_en
 
The Eclipse Modeling Framework and MDA
The Eclipse Modeling Framework and MDAThe Eclipse Modeling Framework and MDA
The Eclipse Modeling Framework and MDA
 
Bpmn exercises and solutions
Bpmn exercises and solutionsBpmn exercises and solutions
Bpmn exercises and solutions
 
Detecting Frequently Recurring Structures in BPMN 2.0 Process Models (SummerS...
Detecting Frequently Recurring Structures in BPMN 2.0 Process Models (SummerS...Detecting Frequently Recurring Structures in BPMN 2.0 Process Models (SummerS...
Detecting Frequently Recurring Structures in BPMN 2.0 Process Models (SummerS...
 
On the Road to Benchmarking BPMN 2.0 Workflow Engines
On the Road to Benchmarking BPMN 2.0 Workflow EnginesOn the Road to Benchmarking BPMN 2.0 Workflow Engines
On the Road to Benchmarking BPMN 2.0 Workflow Engines
 
Bpmn 2.0 Eclipse OMG/Symposium
Bpmn 2.0 Eclipse OMG/SymposiumBpmn 2.0 Eclipse OMG/Symposium
Bpmn 2.0 Eclipse OMG/Symposium
 
Representing Business Processes: Conceptual Model and Design Methodology
Representing Business Processes: Conceptual Model and Design MethodologyRepresenting Business Processes: Conceptual Model and Design Methodology
Representing Business Processes: Conceptual Model and Design Methodology
 
Eclipse Modeling Framework (EMF) and Graphical Modeling Framework (GMF)
Eclipse Modeling Framework (EMF) and Graphical Modeling Framework (GMF)Eclipse Modeling Framework (EMF) and Graphical Modeling Framework (GMF)
Eclipse Modeling Framework (EMF) and Graphical Modeling Framework (GMF)
 
SiriusCon2016 - Modelling Spacecraft On-board Software with Sirius
SiriusCon2016 - Modelling Spacecraft On-board Software with SiriusSiriusCon2016 - Modelling Spacecraft On-board Software with Sirius
SiriusCon2016 - Modelling Spacecraft On-board Software with Sirius
 
Why To Consider BPMN 2.0
Why To Consider BPMN 2.0Why To Consider BPMN 2.0
Why To Consider BPMN 2.0
 
Eclipse Modeling Framework
Eclipse Modeling FrameworkEclipse Modeling Framework
Eclipse Modeling Framework
 
BPMN 2.0 Poster
BPMN 2.0 PosterBPMN 2.0 Poster
BPMN 2.0 Poster
 

Similar to BPMN 2.0 - an introduction to the Level 1 Palette

]project-open[ Workflow Developer Tutorial Part 2
]project-open[ Workflow Developer Tutorial Part 2]project-open[ Workflow Developer Tutorial Part 2
]project-open[ Workflow Developer Tutorial Part 2Klaus Hofeditz
 
07 b 01workflowdefinition
07 b 01workflowdefinition07 b 01workflowdefinition
07 b 01workflowdefinitiontflung
 
From Site to System (specifically, business process management systems)
From Site to System (specifically, business process management systems)From Site to System (specifically, business process management systems)
From Site to System (specifically, business process management systems)Adam Khan
 
Bpmn poster a4_ver_1.0.10
Bpmn poster a4_ver_1.0.10Bpmn poster a4_ver_1.0.10
Bpmn poster a4_ver_1.0.10primulah
 
The process approach (and business process management)
The process approach (and business process management)The process approach (and business process management)
The process approach (and business process management)Nicola Mezzetti
 
Bpmn 2 0 getting started guide
Bpmn 2 0 getting started guideBpmn 2 0 getting started guide
Bpmn 2 0 getting started guideadickerson0
 
trainingpresentation-visiobusinessprocessmodelingnotation.pptx
trainingpresentation-visiobusinessprocessmodelingnotation.pptxtrainingpresentation-visiobusinessprocessmodelingnotation.pptx
trainingpresentation-visiobusinessprocessmodelingnotation.pptxssuser64f16d
 
Po workflow-tutorial-1-overview.100603
Po workflow-tutorial-1-overview.100603Po workflow-tutorial-1-overview.100603
Po workflow-tutorial-1-overview.100603Klaus Hofeditz
 
]project-open[ Workflow Developer Tutorial Part 1
]project-open[ Workflow Developer Tutorial Part 1]project-open[ Workflow Developer Tutorial Part 1
]project-open[ Workflow Developer Tutorial Part 1Klaus Hofeditz
 
jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)Kris Verlaenen
 
BPMN tutorial by Draw Libre Office
BPMN  tutorial by Draw Libre OfficeBPMN  tutorial by Draw Libre Office
BPMN tutorial by Draw Libre OfficeMassimo Talia
 
Bpmn 20-task-types-explained
Bpmn 20-task-types-explainedBpmn 20-task-types-explained
Bpmn 20-task-types-explainedJoevan Santos
 
Document Control Process Guide (1)
Document Control Process Guide (1)Document Control Process Guide (1)
Document Control Process Guide (1)Danielle Montemayor
 

Similar to BPMN 2.0 - an introduction to the Level 1 Palette (20)

]project-open[ Workflow Developer Tutorial Part 2
]project-open[ Workflow Developer Tutorial Part 2]project-open[ Workflow Developer Tutorial Part 2
]project-open[ Workflow Developer Tutorial Part 2
 
Role of BPMN in Business
Role of BPMN in BusinessRole of BPMN in Business
Role of BPMN in Business
 
07 b 01workflowdefinition
07 b 01workflowdefinition07 b 01workflowdefinition
07 b 01workflowdefinition
 
From Site to System (specifically, business process management systems)
From Site to System (specifically, business process management systems)From Site to System (specifically, business process management systems)
From Site to System (specifically, business process management systems)
 
172298
172298172298
172298
 
BPMN Poster
BPMN PosterBPMN Poster
BPMN Poster
 
Bpmn poster a4_ver_1.0.10
Bpmn poster a4_ver_1.0.10Bpmn poster a4_ver_1.0.10
Bpmn poster a4_ver_1.0.10
 
Carasik BPM ECM
Carasik BPM ECMCarasik BPM ECM
Carasik BPM ECM
 
The process approach (and business process management)
The process approach (and business process management)The process approach (and business process management)
The process approach (and business process management)
 
Bpmn 2 0 getting started guide
Bpmn 2 0 getting started guideBpmn 2 0 getting started guide
Bpmn 2 0 getting started guide
 
ch02-part1.pptx
ch02-part1.pptxch02-part1.pptx
ch02-part1.pptx
 
trainingpresentation-visiobusinessprocessmodelingnotation.pptx
trainingpresentation-visiobusinessprocessmodelingnotation.pptxtrainingpresentation-visiobusinessprocessmodelingnotation.pptx
trainingpresentation-visiobusinessprocessmodelingnotation.pptx
 
Po workflow-tutorial-1-overview.100603
Po workflow-tutorial-1-overview.100603Po workflow-tutorial-1-overview.100603
Po workflow-tutorial-1-overview.100603
 
]project-open[ Workflow Developer Tutorial Part 1
]project-open[ Workflow Developer Tutorial Part 1]project-open[ Workflow Developer Tutorial Part 1
]project-open[ Workflow Developer Tutorial Part 1
 
jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)
 
BPMN tutorial by Draw Libre Office
BPMN  tutorial by Draw Libre OfficeBPMN  tutorial by Draw Libre Office
BPMN tutorial by Draw Libre Office
 
Bpmn 20-task-types-explained
Bpmn 20-task-types-explainedBpmn 20-task-types-explained
Bpmn 20-task-types-explained
 
IBM Business Automation Workflow
IBM Business Automation WorkflowIBM Business Automation Workflow
IBM Business Automation Workflow
 
BPMN trainings
BPMN trainingsBPMN trainings
BPMN trainings
 
Document Control Process Guide (1)
Document Control Process Guide (1)Document Control Process Guide (1)
Document Control Process Guide (1)
 

More from Declan Chellar

BPMN in Pegasystems' PRPC Flow Rules
BPMN in Pegasystems' PRPC Flow RulesBPMN in Pegasystems' PRPC Flow Rules
BPMN in Pegasystems' PRPC Flow RulesDeclan Chellar
 
Process Model versus PRPC Discovery Map
Process Model versus PRPC Discovery MapProcess Model versus PRPC Discovery Map
Process Model versus PRPC Discovery MapDeclan Chellar
 
Activity Diagram tutorial part 3
Activity Diagram tutorial part 3Activity Diagram tutorial part 3
Activity Diagram tutorial part 3Declan Chellar
 
Tracing Data Requirements
Tracing Data RequirementsTracing Data Requirements
Tracing Data RequirementsDeclan Chellar
 
The Importance of Data Analysis in Producing a Robust Physical Data Model
The Importance of Data Analysis in Producing a Robust Physical Data ModelThe Importance of Data Analysis in Producing a Robust Physical Data Model
The Importance of Data Analysis in Producing a Robust Physical Data ModelDeclan Chellar
 
Activity diagram tutorial part 2
Activity diagram tutorial part 2Activity diagram tutorial part 2
Activity diagram tutorial part 2Declan Chellar
 
Activity diagram tutorial
Activity diagram tutorialActivity diagram tutorial
Activity diagram tutorialDeclan Chellar
 
A Tale Of Two Projects
A Tale Of Two ProjectsA Tale Of Two Projects
A Tale Of Two ProjectsDeclan Chellar
 

More from Declan Chellar (9)

Iliad Book 1
Iliad Book 1Iliad Book 1
Iliad Book 1
 
BPMN in Pegasystems' PRPC Flow Rules
BPMN in Pegasystems' PRPC Flow RulesBPMN in Pegasystems' PRPC Flow Rules
BPMN in Pegasystems' PRPC Flow Rules
 
Process Model versus PRPC Discovery Map
Process Model versus PRPC Discovery MapProcess Model versus PRPC Discovery Map
Process Model versus PRPC Discovery Map
 
Activity Diagram tutorial part 3
Activity Diagram tutorial part 3Activity Diagram tutorial part 3
Activity Diagram tutorial part 3
 
Tracing Data Requirements
Tracing Data RequirementsTracing Data Requirements
Tracing Data Requirements
 
The Importance of Data Analysis in Producing a Robust Physical Data Model
The Importance of Data Analysis in Producing a Robust Physical Data ModelThe Importance of Data Analysis in Producing a Robust Physical Data Model
The Importance of Data Analysis in Producing a Robust Physical Data Model
 
Activity diagram tutorial part 2
Activity diagram tutorial part 2Activity diagram tutorial part 2
Activity diagram tutorial part 2
 
Activity diagram tutorial
Activity diagram tutorialActivity diagram tutorial
Activity diagram tutorial
 
A Tale Of Two Projects
A Tale Of Two ProjectsA Tale Of Two Projects
A Tale Of Two Projects
 

Recently uploaded

The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxmbikashkanyari
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfDanny Diep To
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxRakhi Bazaar
 
Onemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
Onemonitar Android Spy App Features: Explore Advanced Monitoring CapabilitiesOnemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
Onemonitar Android Spy App Features: Explore Advanced Monitoring CapabilitiesOne Monitar
 
Entrepreneurship lessons in Philippines
Entrepreneurship lessons in  PhilippinesEntrepreneurship lessons in  Philippines
Entrepreneurship lessons in PhilippinesDavidSamuel525586
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamArik Fletcher
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSendBig4
 
Unveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic ExperiencesUnveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic ExperiencesDoe Paoro
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfJamesConcepcion7
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdfChris Skinner
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsIndiaMART InterMESH Limited
 
Healthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterHealthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterJamesConcepcion7
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMVoces Mineras
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...Hector Del Castillo, CPM, CPMM
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024Adnet Communications
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckHajeJanKamps
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Peter Ward
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreNZSG
 
BAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptxBAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptxran17april2001
 

Recently uploaded (20)

The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
 
Onemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
Onemonitar Android Spy App Features: Explore Advanced Monitoring CapabilitiesOnemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
Onemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
 
Entrepreneurship lessons in Philippines
Entrepreneurship lessons in  PhilippinesEntrepreneurship lessons in  Philippines
Entrepreneurship lessons in Philippines
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management Team
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.com
 
Unveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic ExperiencesUnveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic Experiences
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdf
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan Dynamics
 
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptxThe Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
 
Healthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterHealthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare Newsletter
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQM
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deck
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource Centre
 
BAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptxBAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptx
 

BPMN 2.0 - an introduction to the Level 1 Palette