SlideShare une entreprise Scribd logo
1  sur  78
Télécharger pour lire hors ligne
®




                          IBM Software Group




Introduction to BPMN
Stephen A. White, BPM Architect, IBM           October 16, 2006




                                                       © IBM Corporation
IBM Software Group | WebSphere software



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.

                                                            2
IBM Software Group | WebSphere software



Topics

     BPMN Background

     Basic Concepts

     Exercise 1

     Additional Concepts

     Process Modeling Methodologies

     Orchestration vs. Choreography

     Exercise 2

     Summary


                                                   3
IBM Software Group | WebSphere software
Background

 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
                                                                               4
IBM Software Group | WebSphere software
Background

 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
                                                                              5
IBM Software Group | WebSphere software
Background

 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



                                                                                   6
IBM Software Group | WebSphere software
Background

 A BPM Hourglass

      Audiences:             Business Environment      Purposes:
Strategy Consultants


  Business Analysts                       BPMN          Modeling
                         Intersection
  Process Designers           Point         BP Scope

   System Architects
                                          BPEL
                                                       Execution

 Software Engineers

                         Technology Implementation
                                                         Copyright © 2005, OMG   7
IBM Software Group | WebSphere software
Background

 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…



                                                                            8
IBM Software Group | WebSphere software



Topics

     BPMN Background

     Basic Concepts

     Exercise 1

     Additional Concepts

     Process Modeling Methodologies

     Orchestration vs. Choreography

     Exercise 2

     Summary


                                                   9
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Diagram Elements




 Back

                                                       10
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Diagram Elements, Cont.




 Back

                                                       11
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Activities
                                                       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




                                                                                           12
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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

                                                       13
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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)
                                                           14
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Events
                                                       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




                                                                                       15
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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

                                                       16
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                       17
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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)




                                                       18
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                       19
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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)




                                                          20
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Gateways
                                             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

                                                                                        21
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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


                                                                                22
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                       23
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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

                                                       24
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Inclusive Gateways

            Inclusive Gateways are                     Supplement
                                                                             Prepare
                                                                            Supplement
                                                           A
            Decisions where there is                                            A


            more than one possible
                                                 Documents
            outcome                              Required?     Supplement
                                                                             Prepare
                                                                                           Compilate
                                                                            Supplement
                                                                                           Documents
            The “O” marker is used to                              B
                                                                                B

            identify this Gateway
            They are usually followed by                   Main
                                                         Proposal
                                                                            Prepare Main
                                                                              Proposal
            a corresponding merging
            Inclusive Gateway




                                                                                                       25
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                       26
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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

                                                       27
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Connectors
                                                       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
                                                                                      28
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                       29
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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


                                                       30
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                       31
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Message Flow




                                                       Company
            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




                                                       Employee
            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



                                                                  32
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Associations

            An Association is used to
                                                                      Order
            associate objects to one                                [Approved]   Fulfill Order

            another (such as Artifacts                                 Order
                                                       Review and
            and Activities)                             Approve
                                                                     Approved?

                                                         Order
            Associations are used to
            show how data is input to                                              Reject
                                                                                   Order
            and output from Activities
            Text Annotations can be
            Associated with objects




                                                                                                 33
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                                                34
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Pools

            Pools represent Participants in
                                                            ...                   ...




                                                   Buyer
            an interactive (B2B) Business                             Receive
            Process Diagram
                 A Participant may be a
               business role (e.g., “buyer” or
               “seller”) or may a business                           PO Message
               entity (e.g., “IBM” or “OMG”)
            A Pool may be a “black box” or
                                                             Order
            may contain a Process

                                                   Seller
            Interaction between Pools is                    ...        Send       ...
            handled through Message Flow
            Sequence Flow cannot cross
            the boundary of a Pool (i.e., a
            Process is fully contained within
            a Pool)

                                                                                        35
IBM Software Group | WebSphere software
BPMN Basic Concepts

 Lanes

            Lanes represent sub-




                                               Administration
            partitions for the objects
            within a Pool
            They often represent
            organization roles (e.g.,




                                               Management
            Manager, Associate), but
            can represent any desired
            Process characteristic
                                               Web Server
            Sequence Flow can cross
            Lane boundaries




                                                                36
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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


                                                                     37
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                       38
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                       39
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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




                                                                                  40
IBM Software Group | WebSphere software
BPMN Basic Concepts

 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

                                                       41
IBM Software Group | WebSphere software



Topics

     BPMN Background

     Basic Concepts

     Exercise 1

     Additional Concepts

     Process Modeling Methodologies

     Orchestration vs. Choreography

     Exercise 2

     Summary


                                                   42
IBM Software Group | WebSphere software



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




                                                              43
IBM Software Group | WebSphere software
Exercise 1

 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?




                                                                   44
IBM Software Group | WebSphere software
Exercise 1

 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?

                                                                45
IBM Software Group | WebSphere software
Exercise 1

 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?




                                                        46
IBM Software Group | WebSphere software
Exercise 1

 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?




                                                               47
IBM Software Group | WebSphere software
Exercise 1

 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?



                                                                48
IBM Software Group | WebSphere software
Exercise 1

 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
                                                             49
IBM Software Group | WebSphere software
Exercise 1

 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

                                                            50
IBM Software Group | WebSphere software
Exercise 1

 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)



                                                              51
IBM Software Group | WebSphere software
Exercise 1

 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
                                                                 52
IBM Software Group | WebSphere software
Exercise 1

 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

                                                           53
IBM Software Group | WebSphere software



Topics

     BPMN Background

     Basic Concepts

     Exercise 1

     Additional Concepts

     Process Modeling Methodologies

     Orchestration vs. Choreography

     Exercise 2

     Summary


                                                   54
IBM Software Group | WebSphere software
BPMN Additional Concepts

 Normal Flow

            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




                                                                          55
IBM Software Group | WebSphere software
BPMN Additional Concepts

 Link Events Within a Process

            Link Events can be used for Off-Page connectors
            Link Events can be used as “Go-To” objects




                                                              56
IBM Software Group | WebSphere software
BPMN Additional Concepts

 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




                                                                57
IBM Software Group | WebSphere software
BPMN Additional Concepts

 Data Flow



     Sequence Flow and Data Flow are                    They can be bound together
               decoupled




                               Use case for decoupling
                                                                                     58
IBM Software Group | WebSphere software
BPMN Additional Concepts

 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.
                                                                                  59
IBM Software Group | WebSphere software
BPMN Additional Concepts

 Compensation and Transactions
                                                        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.”
                                                                                                60
IBM Software Group | WebSphere software
BPMN Additional Concepts

 Looping



      Activity Looping: Do-While;
      While-Do; Multiple Instance




                                            Sequence Flow Looping



                                                                    61
IBM Software Group | WebSphere software
BPMN Additional Concepts

 Timers




             Timers to add delays in                    Timeouts for exception
                  the Process                                 handling




                                                                                 62
IBM Software Group | WebSphere software
BPMN Additional Concepts

 Ad-Hoc Processes




                      There is no pre-defined Sequence Flow
                                                              63
IBM Software Group | WebSphere software



Topics

     BPMN Background

     Basic Concepts

     Exercise 1

     Additional Concepts

     Process Modeling Methodologies

     Orchestration vs. Choreography

     Exercise 2

     Summary
                                                   64
IBM Software Group | WebSphere software



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
                                                      65
IBM Software Group | WebSphere software
Process Modeling Methodologies

 Example of EPC Modeled in BPMN




                                                        66
IBM Software Group | WebSphere software
Process Modeling Methodologies

 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

                                                                                 67
IBM Software Group | WebSphere software
Process Modeling Methodologies

 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
                                                                                    68
IBM Software Group | WebSphere software



Topics

     BPMN Background

     Basic Concepts

     Exercise 1

     Additional Concepts

     Process Modeling Methodologies

     Orchestration vs. Choreography

     Exercise 2

     Summary


                                                   69
IBM Software Group | WebSphere software



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




                                                             70
IBM Software Group | WebSphere software
Orchestration vs. Choreography

 Orchestration

             Orchestration defines processes that are internal to a
             specific organization
                Thus, they are contained within a single Pool




                                                                      71
IBM Software Group | WebSphere software
Orchestration vs. Choreography

 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
                                                        72
IBM Software Group | WebSphere software



Topics

     BPMN Background

     Basic Concepts

     Exercise 1

     Additional Concepts

     Process Modeling Methodologies

     Orchestration vs. Choreography

     Exercise 2

     Summary


                                                   73
IBM Software Group | WebSphere software



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…
                                                                74
IBM Software Group | WebSphere software
Exercise 2

 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
                                                                                  75
IBM Software Group | WebSphere software
Exercise 2

 Expense Reimbursement Process




                                                       76
IBM Software Group | WebSphere software



Topics

     BPMN Background

     Basic Concepts

     Exercise 1

     Additional Concepts

     Process Modeling Methodologies

     Orchestration vs. Choreography

     Exercise 2

     Summary


                                                   77
IBM Software Group | WebSphere software



Summary

    This tutorial covered:
        The background of BPMN
         Basic BPMN Concepts
         Additional BPMN Concepts
         Process Modeling Methodologies
         Orchestration and Choreography
         Two Exercises



                                               78

Contenu connexe

Tendances

BPM mit SharePoint 2013 und Visio 2013
BPM mit SharePoint 2013 und Visio 2013 BPM mit SharePoint 2013 und Visio 2013
BPM mit SharePoint 2013 und Visio 2013 Andreas Naef
 
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
 
BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2Eliza Wright
 
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 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
 
BPMN - Eine Sprache für Business und IT?
BPMN - Eine Sprache für Business und IT?BPMN - Eine Sprache für Business und IT?
BPMN - Eine Sprache für Business und IT?camunda services GmbH
 
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č
 
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č
 
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 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
 
BPMN Introduction and BPD in Visio
BPMN Introduction and BPD in VisioBPMN Introduction and BPD in Visio
BPMN Introduction and BPD in Visiovpmouttou
 
Business Process Management Introduction
Business Process Management IntroductionBusiness Process Management Introduction
Business Process Management IntroductionGBTEC Software AG
 
Business Process Management 101 Training
Business Process Management 101 TrainingBusiness Process Management 101 Training
Business Process Management 101 TrainingFranco Pang
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process ManagementAlan McSweeney
 
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
 
BPMN 2.0 Poster
BPMN 2.0 PosterBPMN 2.0 Poster
BPMN 2.0 Postersignavio
 

Tendances (20)

BPM mit SharePoint 2013 und Visio 2013
BPM mit SharePoint 2013 und Visio 2013 BPM mit SharePoint 2013 und Visio 2013
BPM mit SharePoint 2013 und Visio 2013
 
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 tutorial – BPMN 2
BPMN tutorial – BPMN 2BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2
 
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 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
 
BPMN - Eine Sprache für Business und IT?
BPMN - Eine Sprache für Business und IT?BPMN - Eine Sprache für Business und IT?
BPMN - Eine Sprache für Business und IT?
 
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 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
 
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 Process Model and Notation (BPMN)
Business Process Model and Notation (BPMN)Business Process Model and Notation (BPMN)
Business Process Model and Notation (BPMN)
 
BPMN 2.0 Fundamentals
BPMN 2.0 FundamentalsBPMN 2.0 Fundamentals
BPMN 2.0 Fundamentals
 
BPMN Introduction and BPD in Visio
BPMN Introduction and BPD in VisioBPMN Introduction and BPD in Visio
BPMN Introduction and BPD in Visio
 
Business Process Management Introduction
Business Process Management IntroductionBusiness Process Management Introduction
Business Process Management Introduction
 
Business Process Management 101 Training
Business Process Management 101 TrainingBusiness Process Management 101 Training
Business Process Management 101 Training
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process Management
 
Webinar: BPMN with camunda
Webinar: BPMN with camundaWebinar: BPMN with camunda
Webinar: BPMN with camunda
 
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 1.1 Poster EN
BPMN 1.1 Poster ENBPMN 1.1 Poster EN
BPMN 1.1 Poster EN
 
BPMN 2.0 Poster
BPMN 2.0 PosterBPMN 2.0 Poster
BPMN 2.0 Poster
 
Business Process Management Training 1
Business Process Management Training 1Business Process Management Training 1
Business Process Management Training 1
 

Similaire à Omg bpmn tutorial

2007 11-09 mm (costa rica - incae cit omg) modeling with bpmn and xpdl
2007 11-09 mm (costa rica - incae cit omg) modeling with bpmn and xpdl2007 11-09 mm (costa rica - incae cit omg) modeling with bpmn and xpdl
2007 11-09 mm (costa rica - incae cit omg) modeling with bpmn and xpdlMike Marin
 
Oracle soa and e2.0 partner community forum bpm léon smiers share
Oracle soa and e2.0 partner community forum bpm léon smiers shareOracle soa and e2.0 partner community forum bpm léon smiers share
Oracle soa and e2.0 partner community forum bpm léon smiers shareLeon Smiers
 
Respond quickly to changing business needs–Business Process Management (BPM)
Respond quickly to changing business needs–Business Process Management (BPM)Respond quickly to changing business needs–Business Process Management (BPM)
Respond quickly to changing business needs–Business Process Management (BPM)Carly Snodgrass
 
Nextgen Bpm End to End
Nextgen Bpm End to EndNextgen Bpm End to End
Nextgen Bpm End to EndTechnoPeers
 
Bpm the battle 6 juni visie presentaties
Bpm the battle 6 juni visie presentatiesBpm the battle 6 juni visie presentaties
Bpm the battle 6 juni visie presentatiesrichard_van_tilborg
 
Introduction To Bpm Technology
Introduction To Bpm TechnologyIntroduction To Bpm Technology
Introduction To Bpm Technologymyalya
 
Enterprise Soa And Bpm
Enterprise Soa And BpmEnterprise Soa And Bpm
Enterprise Soa And BpmTerry Cho
 
Gpt bpm concepts gilberto mejia botero
Gpt bpm concepts gilberto mejia boteroGpt bpm concepts gilberto mejia botero
Gpt bpm concepts gilberto mejia boteroGilberto Mejia Botero
 
BPMN 2.0 Simulation Exectuive Briefing
BPMN 2.0 Simulation Exectuive BriefingBPMN 2.0 Simulation Exectuive Briefing
BPMN 2.0 Simulation Exectuive Briefingidabney
 
Business Process Managmenet & Intelligent BPM Suites
Business Process Managmenet & Intelligent BPM SuitesBusiness Process Managmenet & Intelligent BPM Suites
Business Process Managmenet & Intelligent BPM Suitesshyjusr
 
What is BPM?
What is BPM?What is BPM?
What is BPM?BOC Group
 
Current bpm trends tendencias en bpm
Current bpm trends   tendencias en bpmCurrent bpm trends   tendencias en bpm
Current bpm trends tendencias en bpmDenis Gagné
 
IBM Smarter Business 2012 - Headless BPM
IBM Smarter Business 2012 - Headless BPMIBM Smarter Business 2012 - Headless BPM
IBM Smarter Business 2012 - Headless BPMIBM Sverige
 
Semantic Enterprise Architecture
Semantic Enterprise ArchitectureSemantic Enterprise Architecture
Semantic Enterprise ArchitectureMichael zur Muehlen
 
INFORMATION TECHNOLOGIES AS THE BASE OF THE BUSINESS PROCESS MANAGEMENT IMPLE...
INFORMATION TECHNOLOGIES AS THE BASE OF THE BUSINESS PROCESS MANAGEMENT IMPLE...INFORMATION TECHNOLOGIES AS THE BASE OF THE BUSINESS PROCESS MANAGEMENT IMPLE...
INFORMATION TECHNOLOGIES AS THE BASE OF THE BUSINESS PROCESS MANAGEMENT IMPLE...Abzetdin Adamov
 

Similaire à Omg bpmn tutorial (20)

2007 11-09 mm (costa rica - incae cit omg) modeling with bpmn and xpdl
2007 11-09 mm (costa rica - incae cit omg) modeling with bpmn and xpdl2007 11-09 mm (costa rica - incae cit omg) modeling with bpmn and xpdl
2007 11-09 mm (costa rica - incae cit omg) modeling with bpmn and xpdl
 
Oracle soa and e2.0 partner community forum bpm léon smiers share
Oracle soa and e2.0 partner community forum bpm léon smiers shareOracle soa and e2.0 partner community forum bpm léon smiers share
Oracle soa and e2.0 partner community forum bpm léon smiers share
 
Respond quickly to changing business needs–Business Process Management (BPM)
Respond quickly to changing business needs–Business Process Management (BPM)Respond quickly to changing business needs–Business Process Management (BPM)
Respond quickly to changing business needs–Business Process Management (BPM)
 
Nextgen Bpm End to End
Nextgen Bpm End to EndNextgen Bpm End to End
Nextgen Bpm End to End
 
Bpm the battle 6 juni visie presentaties
Bpm the battle 6 juni visie presentatiesBpm the battle 6 juni visie presentaties
Bpm the battle 6 juni visie presentaties
 
Omg bpmn tutorial
Omg bpmn tutorialOmg bpmn tutorial
Omg bpmn tutorial
 
Introduction To Bpm Technology
Introduction To Bpm TechnologyIntroduction To Bpm Technology
Introduction To Bpm Technology
 
Gpt bpm gilberto mejia botero
Gpt bpm gilberto mejia boteroGpt bpm gilberto mejia botero
Gpt bpm gilberto mejia botero
 
Enterprise Soa And Bpm
Enterprise Soa And BpmEnterprise Soa And Bpm
Enterprise Soa And Bpm
 
Gpt bpm concepts gilberto mejia botero
Gpt bpm concepts gilberto mejia boteroGpt bpm concepts gilberto mejia botero
Gpt bpm concepts gilberto mejia botero
 
BPMN 2.0 Simulation Exectuive Briefing
BPMN 2.0 Simulation Exectuive BriefingBPMN 2.0 Simulation Exectuive Briefing
BPMN 2.0 Simulation Exectuive Briefing
 
jBPM 5.2
jBPM 5.2jBPM 5.2
jBPM 5.2
 
Business Process Managmenet & Intelligent BPM Suites
Business Process Managmenet & Intelligent BPM SuitesBusiness Process Managmenet & Intelligent BPM Suites
Business Process Managmenet & Intelligent BPM Suites
 
Demystifying BPM
Demystifying BPMDemystifying BPM
Demystifying BPM
 
What is BPM?
What is BPM?What is BPM?
What is BPM?
 
Current bpm trends tendencias en bpm
Current bpm trends   tendencias en bpmCurrent bpm trends   tendencias en bpm
Current bpm trends tendencias en bpm
 
IBM Smarter Business 2012 - Headless BPM
IBM Smarter Business 2012 - Headless BPMIBM Smarter Business 2012 - Headless BPM
IBM Smarter Business 2012 - Headless BPM
 
Semantic Enterprise Architecture
Semantic Enterprise ArchitectureSemantic Enterprise Architecture
Semantic Enterprise Architecture
 
INFORMATION TECHNOLOGIES AS THE BASE OF THE BUSINESS PROCESS MANAGEMENT IMPLE...
INFORMATION TECHNOLOGIES AS THE BASE OF THE BUSINESS PROCESS MANAGEMENT IMPLE...INFORMATION TECHNOLOGIES AS THE BASE OF THE BUSINESS PROCESS MANAGEMENT IMPLE...
INFORMATION TECHNOLOGIES AS THE BASE OF THE BUSINESS PROCESS MANAGEMENT IMPLE...
 
Business Modeling and the Business Analyst
Business Modeling and the Business AnalystBusiness Modeling and the Business Analyst
Business Modeling and the Business Analyst
 

Omg bpmn tutorial

  • 1. ® IBM Software Group Introduction to BPMN Stephen A. White, BPM Architect, IBM October 16, 2006 © IBM Corporation
  • 2. IBM Software Group | WebSphere software 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. 2
  • 3. IBM Software Group | WebSphere software Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary 3
  • 4. IBM Software Group | WebSphere software Background 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 4
  • 5. IBM Software Group | WebSphere software Background 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 5
  • 6. IBM Software Group | WebSphere software Background 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 6
  • 7. IBM Software Group | WebSphere software Background A BPM Hourglass Audiences: Business Environment Purposes: Strategy Consultants Business Analysts BPMN Modeling Intersection Process Designers Point BP Scope System Architects BPEL Execution Software Engineers Technology Implementation Copyright © 2005, OMG 7
  • 8. IBM Software Group | WebSphere software Background 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… 8
  • 9. IBM Software Group | WebSphere software Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary 9
  • 10. IBM Software Group | WebSphere software BPMN Basic Concepts Diagram Elements Back 10
  • 11. IBM Software Group | WebSphere software BPMN Basic Concepts Diagram Elements, Cont. Back 11
  • 12. IBM Software Group | WebSphere software BPMN Basic Concepts Activities 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 12
  • 13. IBM Software Group | WebSphere software BPMN Basic Concepts 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 13
  • 14. IBM Software Group | WebSphere software BPMN Basic Concepts 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) 14
  • 15. IBM Software Group | WebSphere software BPMN Basic Concepts Events 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 15
  • 16. IBM Software Group | WebSphere software BPMN Basic Concepts 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 16
  • 17. IBM Software Group | WebSphere software BPMN Basic Concepts 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 17
  • 18. IBM Software Group | WebSphere software BPMN Basic Concepts 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) 18
  • 19. IBM Software Group | WebSphere software BPMN Basic Concepts 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 19
  • 20. IBM Software Group | WebSphere software BPMN Basic Concepts 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) 20
  • 21. IBM Software Group | WebSphere software BPMN Basic Concepts Gateways 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 21
  • 22. IBM Software Group | WebSphere software BPMN Basic Concepts 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 22
  • 23. IBM Software Group | WebSphere software BPMN Basic Concepts 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 23
  • 24. IBM Software Group | WebSphere software BPMN Basic Concepts 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 24
  • 25. IBM Software Group | WebSphere software BPMN Basic Concepts Inclusive Gateways Inclusive Gateways are Supplement Prepare Supplement A Decisions where there is A more than one possible Documents outcome Required? Supplement Prepare Compilate Supplement Documents The “O” marker is used to B B identify this Gateway They are usually followed by Main Proposal Prepare Main Proposal a corresponding merging Inclusive Gateway 25
  • 26. IBM Software Group | WebSphere software BPMN Basic Concepts 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 26
  • 27. IBM Software Group | WebSphere software BPMN Basic Concepts 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 27
  • 28. IBM Software Group | WebSphere software BPMN Basic Concepts Connectors 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 28
  • 29. IBM Software Group | WebSphere software BPMN Basic Concepts 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 29
  • 30. IBM Software Group | WebSphere software BPMN Basic Concepts 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 30
  • 31. IBM Software Group | WebSphere software BPMN Basic Concepts 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 31
  • 32. IBM Software Group | WebSphere software BPMN Basic Concepts Message Flow Company 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 Employee 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 32
  • 33. IBM Software Group | WebSphere software BPMN Basic Concepts Associations An Association is used to Order associate objects to one [Approved] Fulfill Order another (such as Artifacts Order Review and and Activities) Approve Approved? Order Associations are used to show how data is input to Reject Order and output from Activities Text Annotations can be Associated with objects 33
  • 34. IBM Software Group | WebSphere software BPMN Basic Concepts 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 34
  • 35. IBM Software Group | WebSphere software BPMN Basic Concepts Pools Pools represent Participants in ... ... Buyer an interactive (B2B) Business Receive Process Diagram A Participant may be a business role (e.g., “buyer” or “seller”) or may a business PO Message entity (e.g., “IBM” or “OMG”) A Pool may be a “black box” or Order may contain a Process Seller Interaction between Pools is ... Send ... handled through Message Flow Sequence Flow cannot cross the boundary of a Pool (i.e., a Process is fully contained within a Pool) 35
  • 36. IBM Software Group | WebSphere software BPMN Basic Concepts Lanes Lanes represent sub- Administration partitions for the objects within a Pool They often represent organization roles (e.g., Management Manager, Associate), but can represent any desired Process characteristic Web Server Sequence Flow can cross Lane boundaries 36
  • 37. IBM Software Group | WebSphere software BPMN Basic Concepts 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 37
  • 38. IBM Software Group | WebSphere software BPMN Basic Concepts 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 38
  • 39. IBM Software Group | WebSphere software BPMN Basic Concepts 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 39
  • 40. IBM Software Group | WebSphere software BPMN Basic Concepts 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 40
  • 41. IBM Software Group | WebSphere software BPMN Basic Concepts 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 41
  • 42. IBM Software Group | WebSphere software Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary 42
  • 43. IBM Software Group | WebSphere software 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 43
  • 44. IBM Software Group | WebSphere software Exercise 1 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? 44
  • 45. IBM Software Group | WebSphere software Exercise 1 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? 45
  • 46. IBM Software Group | WebSphere software Exercise 1 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? 46
  • 47. IBM Software Group | WebSphere software Exercise 1 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? 47
  • 48. IBM Software Group | WebSphere software Exercise 1 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? 48
  • 49. IBM Software Group | WebSphere software Exercise 1 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 49
  • 50. IBM Software Group | WebSphere software Exercise 1 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 50
  • 51. IBM Software Group | WebSphere software Exercise 1 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) 51
  • 52. IBM Software Group | WebSphere software Exercise 1 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 52
  • 53. IBM Software Group | WebSphere software Exercise 1 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 53
  • 54. IBM Software Group | WebSphere software Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary 54
  • 55. IBM Software Group | WebSphere software BPMN Additional Concepts Normal Flow 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 55
  • 56. IBM Software Group | WebSphere software BPMN Additional Concepts Link Events Within a Process Link Events can be used for Off-Page connectors Link Events can be used as “Go-To” objects 56
  • 57. IBM Software Group | WebSphere software BPMN Additional Concepts 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 57
  • 58. IBM Software Group | WebSphere software BPMN Additional Concepts Data Flow Sequence Flow and Data Flow are They can be bound together decoupled Use case for decoupling 58
  • 59. IBM Software Group | WebSphere software BPMN Additional Concepts 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. 59
  • 60. IBM Software Group | WebSphere software BPMN Additional Concepts Compensation and Transactions 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.” 60
  • 61. IBM Software Group | WebSphere software BPMN Additional Concepts Looping Activity Looping: Do-While; While-Do; Multiple Instance Sequence Flow Looping 61
  • 62. IBM Software Group | WebSphere software BPMN Additional Concepts Timers Timers to add delays in Timeouts for exception the Process handling 62
  • 63. IBM Software Group | WebSphere software BPMN Additional Concepts Ad-Hoc Processes There is no pre-defined Sequence Flow 63
  • 64. IBM Software Group | WebSphere software Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary 64
  • 65. IBM Software Group | WebSphere software 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 65
  • 66. IBM Software Group | WebSphere software Process Modeling Methodologies Example of EPC Modeled in BPMN 66
  • 67. IBM Software Group | WebSphere software Process Modeling Methodologies 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 67
  • 68. IBM Software Group | WebSphere software Process Modeling Methodologies 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 68
  • 69. IBM Software Group | WebSphere software Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary 69
  • 70. IBM Software Group | WebSphere software 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 70
  • 71. IBM Software Group | WebSphere software Orchestration vs. Choreography Orchestration Orchestration defines processes that are internal to a specific organization Thus, they are contained within a single Pool 71
  • 72. IBM Software Group | WebSphere software Orchestration vs. Choreography 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 72
  • 73. IBM Software Group | WebSphere software Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary 73
  • 74. IBM Software Group | WebSphere software 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… 74
  • 75. IBM Software Group | WebSphere software Exercise 2 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 75
  • 76. IBM Software Group | WebSphere software Exercise 2 Expense Reimbursement Process 76
  • 77. IBM Software Group | WebSphere software Topics BPMN Background Basic Concepts Exercise 1 Additional Concepts Process Modeling Methodologies Orchestration vs. Choreography Exercise 2 Summary 77
  • 78. IBM Software Group | WebSphere software Summary This tutorial covered: The background of BPMN Basic BPMN Concepts Additional BPMN Concepts Process Modeling Methodologies Orchestration and Choreography Two Exercises 78