© Richard Welke 2002 CIS 4120 Fa13: Define/Innovate BP’s Richard Welke Director, CEPRIN Professor, CIS Robinson College of Business Georgia State University.

Slides:



Advertisements
Similar presentations
UML State chart/machine diagram State machine diagram is a behavior diagram which shows discrete behavior of a part of designed system through finite state.
Advertisements

Process Patterns in BizAGI. Slide 2 Overview Types of events Types of gateways Design patterns list.
Introduction to Control Flow Patterns and BizAgi
Business Process Modelling -9.2/ Marcello La Rosa Queensland University of Technology Brisbane, 19 September 2013.
MODUL 1 Analisis & Informasi Proses Bisnis (CSA221)
© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 9 Slide 1 Appendix 3 Object-Oriented Analysis and Design.
1 Introduction to modeling Process modelling. 2 Where are we? #TitleDate 1Introduction ORM modeling Relational modeling
Introduction to BizAgi. Slide 2 User Interface (Summary) The user interface for BizAgi resembles Office It uses a similar ribbon The Palette contains.
Systems Analysis and Design in a Changing World, Fourth Edition
1 © Wolfgang Pelz UML2 UML Part Two. 2 © Wolfgang Pelz UML2 Chapters Four & Twelve Interaction Diagrams.
© 2005 Prentice Hall4-1 Stumpf and Teague Object-Oriented Systems Analysis and Design with UML.
BPMN An Introduction ISIS. © ILOG, All Rights Reserved 2 Definition of BPMN Business Process Modeling Notation provides:  The capability of defining.
SE-565 Software System Requirements More UML Diagrams.
Business Process Management with Activiti João Silva (CERN, GS-AIS) 21st of October, 2014 BUSINESS PROCESS MANAGEMENT WITH ACTIVITI.
Department of Computer Science 1 CSS 496 Business Process Re-engineering for BS(CS)
ICT 1 INF5120 ”Modellbasert Systemutvikling” ”Modelbased System development” Lecture 7: BPMN 2.0 Arne-Jørgen Berre.
© Richard Welke 2002 CIS 4120 Fa13: Define/Innovate BP’s Richard Welke Director, CEPRIN Professor, CIS Robinson College of Business Georgia State University.
Department of Computer Science 1 CSS 496 Business Process Re-engineering for BS(CS)
CHAPTER FIVE Dr. Rami Gharaibeh BUSINESS PROCESS MODELS.
Business Process Management System Using Intalio BPMS.
Marlon Dumas marlon.dumas ät ut . ee
Software Design Processes and Management
Process-oriented System Automation Executable Process Modeling & Process Automation.
State and Sequence Diagrams Modelling dynamic information So far we have seen: Use Case Diagrams – requirements capture, interface.
Interaction Modeling. Sequence Models  There are two kinds of sequence models: scenarios and sequence diagrams  A scenario is a sequence of events that.
BPMN By Hosein Bitaraf Software Engineering. Business Process Model and Notation (BPMN) is a graphical representation for specifying business processes.
Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 8: Modelling Interactions and Behaviour.
Session 5: Business Process Modeling (BPMN) Events
Copyright 2002 Prentice-Hall, Inc. Chapter 2 Object-Oriented Analysis and Design Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey.
Interaction Models (2): Sequence Diagrams Extracted from textbook: Object Oriented Modeling and Design with UML M. Blaha, J. Rumbaugh 1.
© Richard Welke 2002 CIS 4120 Fa13: Define/Innovate BP’s Richard Welke Director, CEPRIN Professor, CIS Robinson College of Business Georgia State University.
Activity diagrams. Introduction ● Activity diagrams are a behavioural model that represent the dynamics of the system. ● An activity diagram is essentially.
7 Systems Analysis and Design in a Changing World, Fifth Edition.
Smith’s Aerospace © P. Bailey & K. Vander Linden, 2005 Interaction and Communication Diagrams Patrick Bailey Keith Vander Linden Calvin College.
Discovering object interaction. Use case realisation The USE CASE diagram presents an outside view of the system. The functionality of the use case is.
Course Instructor: Kashif Ihsan 1. Chapter # 3 2.
1 Kyung Hee University Statecharts Spring Kyung Hee University Specifying Objects’ Behaviour  Interaction diagrams show message-passing behaviour.
Introduction to UML CS A470. What is UML? Unified Modeling Language –OMG Standard, Object Management Group –Based on work from Booch, Rumbaugh, Jacobson.
Chapter 11 Activity Diagrams. 2 “Activity diagrams are a technique to describe procedural logic, business processes, and work flows” - M. Fowler An activity.
Object Oriented Analysis & Design & UML (Unified Modeling Language)1 Part VI: Design Continuous Activity Diagams State Diagrams.
CS212: Object Oriented Analysis and Design Lecture 34: UML Activity and Collaboration diagram.
Business process models and its support in Visual Paradigm Zuzana Brťková.
Systems Analysis and Design in a Changing World, Fourth Edition
Marlon Dumas University of Tartu
Chapter 3: Introducing the UML
BPMN.  BPMN will provide businesses with the capability of understanding their internal business procedures in a graphical notation.
Activiti Dima Ionut Daniel. Contents What is Activiti? Activiti Basics Activiti Explorer Activiti Modeler Activiti Designer BPMN 2.0 Activiti Process.
SE 548 Process Modelling WEB SERVICE ORCHESTRATION AND COMPOSITION ÖZLEM BİLGİÇ.
Prof. Marcello La Rosa BPM Discipline Queensland University of Technology.
Project 2: Phase 1 Submission 7 Late submissions 10% 10 No submissions 14% Better than project 1 phase 3 submissions 10-point bonus: If you catch the deadline.
Business Process Execution Language (BPEL) Pınar Tekin.
Business Process Modelling
Cliquez pour modifier le style du titre Cliquez pour modifier les styles du texte du masque Deuxième niveau Troisième niveau Quatrième niveau Cinquième.
Introduction to BPMN.
Studio modeling basics
Systems Analysis and Design in a Changing World, Fourth Edition
Business Process and Functional Modeling
UML Chapter 17.
System Architect support for Business Process Modeling Notation (BPMN)
Information Delivery Manuals: Process Mapping
Object-Oriented Analysis and Design
Chapter 11: Collaboration Diagram - PART1
Introduction to Control Flow Patterns and BizAgi
Activity and State Transition Diagram
Business System Development
Princess Nourah bint Abdulrahman University
Princess Nourah bint Abdulrahman University
Marlon Dumas marlon.dumas ät ut . ee
BPMN - Business Process Modeling Notations
Appendix 3 Object-Oriented Analysis and Design
Presentation transcript:

© Richard Welke 2002 CIS 4120 Fa13: Define/Innovate BP’s Richard Welke Director, CEPRIN Professor, CIS Robinson College of Business Georgia State University Atlanta, GA Session 3: Business Process Modeling (BPMN) Overview, Activities, Flows

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Learning objectives To provide an overview of the basic ideas of modeling with BPMN The ideas of orchestration and choreography and how they distinguish the process you’re focused on versus the other processes that process interacts with The three basic shapes used and their role Meaning and types of flows Where the data is in a BPMN-modeled process To gain a deeper understanding of the types of activities/tasks that are used in BPMN 2

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Benefits of BPMN Open standard (OMG) Multi-vendor support Business-friendly Only three basic shapes But specializations within each shape Explicit treatment of event-based process behavior Allows capturing of common condition and exception handling Distinguishes sequence flows and message flows Fits well with Service-oriented Architecture support Supports an end-to-end view of the process Collapse/expand sub-processes to hide detail Allows for multiple, distinct business processes interaction (choreography)

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Pools Each “pool” is associated with a single process that is: Separately owned, managed & independently running The main pool is the process you wish to execute & manage It’s the implied “domain of control” (called an “orchestration”) A BPMN diagram can contain multiple pools Activities under the control of an “employee” Generally don’t know what these are & “black-box” them Activities under the control of “Vacation Request” process Here you provide details Main Pool Customer Pool

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Swimlanes (lanes) A swimlane represents a role at some level of abstraction: Organizational unit Position or job title (role) More generally, common grouping of functional capabilities Used to visualize often complex interactions between units and roles within a process Activities performed by or the responsibility of a “Manager” Activities performed by or the responsibility of “HR” HR Lane Manager Lane

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Orchestration & choreography Orchestration The managed flow of control within a business process Represented by sequence (control) flows (solid lines with arrows) Choreography Pattern of messages between separate, distinct processes (pools) Coordination of processes – done by message flows (dashed lines with arrows at one end and small circles at the other end) Managed process 1 (Approver’ s process) Managed process 2 (Booking process) Separately managed; therefore separate pools – each has its own transaction to manage and complete

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Orchestration & choreography II External (to the main process) pools can be abstract processes While you can show their contents, they’re generally “black boxes” (if you have no control over them) Gray-boxing may be useful to show dependencies and suggest “To-be” alternatives Gray-box means some activity details are provided The process you’re focusing on is Travel Booking below This process (pool) is considered “external” to the main process you’re focusing on. Therefore it is typically left as a “black-box” (no detail)

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke What’s “flowing”? Within a process (Orchestration) A transaction (the thing that initiates the process) Abstract transaction; NOT the data of the transaction Transaction moves from object to object in the BPMN diagram using Sequence flow (flow of control) Target activity enabled to start when preceding activity ends Actual start will depend on available resources needed to perform activity Between separate process pools (Choreography) Message flow: signal passed between pools Request/response, or unsolicited signal NOT a flow of control Process responds to signal via a message event Data/document flow If explicitly shown, then as annotation only Represented in most modelers as parameters of individual activities

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Way to think about sequence flow - Petri 9 A “token” that moves from object to object and “enables” that object to begin its work; the token is the initiating transaction

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Where’s the data? Flow within a BPMN modeled business process (the lines between activities, etc.) denotes sequence (only) So, where’s the data? Answer: Messages into the process contain the external data for use within the process pool (e.g., forms, DB accesses) Can be explicit (as in message flows), or Implicit, such as the invocation of an external service Activities transform the data, and create or modify the data All data for a particular instance of a process (one end- to-end execution) is kept in a data store for use by any other action in that process (transaction data) In different words – data doesn’t “flow” It is captured when it arrives or is created, kept in a data store, and made available to any subsequent activities, gateways, etc. associated with that transaction See next slide for a graphic of this … 10

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Data “flow” in a typical BPMS Basic concept When data is available at/from one activity it’s available to the process designer for all following activities to use (not just the next sequential one) Different modeling tools and model standards adopt different approaches to how this is represented (and where) Digital version of information received, processed, produced, or stored by an activity plus message data from externally shared data and files (typically in a standardized format such as XML)

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke BPMN Overview Basic shapes Specializations of shapes Sub-processes & repetitions Events Gateways Artifacts (annotation symbols) 12

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Three basic BPMN flow objects Activity A step in the process Represents work/action performed Called a “task” if it’s the smallest unit of work represented Gateway Controls flow branching, merging, and parallel actions Pure logic; result based on data previously obtained/analyzed Event Def’n: A signal (message) that something has happened Can start, pause, resume, interrupt or redirect a process or activity Catch: Inbound events; Throw: Outbound events ActivityGateway Event

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Activity Work performed in a BP (business process) Task Atomic activity (indivisible work unit) Task types (specializations)… BPMN: Service, User, Send, Receive … Tool: depends on actions supported Sub-process Compound activity that may be decomposed into tasks and sub- processes Can be shown expanded or collapsed “+” sign shown within activity to indicate it’s expandable Two kinds: In-line and external (re- usable)

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Task specializations Modeling tools allow for a set of activity/task “specializations” OMG has a number of these specializations Typically “tailored” to the underlying process execution engine of the modeling tool vendor Properties needed to specify their behavior How they “behave” when process execution is done Specializations enumerated in the tool palette Or “right click” on object and select its specialization 15

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Task specializations (BizAgi) part I Plain task is a generic placeholder; used when first scoping out a process User task designates a man-machine task involving both a user and the use of a computer (e.g. receive digital form to complete) Manual task means the task is non- automated – useful when manual work done – e.g., “fill a tire” A service task is when the process automatically calls an external service to get some work done (see also: reference task – executes another BP) 16

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Task specializations (BizAgi) part II Used when a script (e.g., Java) is specified for how the task is to operate Creates and sends a message to an external pool (similar to a “throw” message event) Receives and processes a message sent from an external pool (similar to a “catch” message event) Place an external sub-process in a diagram Clicking on the “+” opens up a new diagram where the sub-process details are provided 17

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Sub processes Compound, decomposable activity Displayed as a collapsed activity (with + sign) Type I: Embedded in same pool; expands when clicked on within the existing diagram Type II: Independent sub- process that opens a separate business process diagram Allows for separate creation and re-usability Strict containment semantics Sequence flow self-contained One entry point, one exit point

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Separate (not embedded) sub-process Generally used for more complex sub-processes Also, used when parts of standardized processes are to be re-used Make each “re-use” process a named sub-process Can then use it in any other business process as well Example: 19 Click on the + in the “Register Participant” activity and it expands to a full, separate BP diagram with the process details regarding “register participants” Note: This opens a separate diagram

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Repeating activities Applicable to tasks or sub- processes Two types: Standard loop Sequential iteration of activity Key: Basis for exiting is evaluated after each iteration (not known in advance) Like a “Do-While” construct in programming Key: basis for stopping Multi-instance loop Key: Iteration for “N” times where “N” is known before entering All must complete for activity to complete Like a “For-Each” construct in programming

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke FAQ’s When do I begin using “Task Specializations”? Use the “plain task” when you’re initially building a process diagram An exception to this would be Send/Receive tasks as these will be specifically linked to in/out messages to the process Then, refine your diagram with how these tasks are currently (As-Is) or should be (To-Be) performed I don’t see specializations for loop type 21

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Gateways Control of process sequence flow “Take this path, that path, all paths” Which path determined by type of gateway & conditions Conditional basis for flow determined elsewhere Types (“split” or “fork”): Exclusive (X-OR) – only one path taken Independent (OR) – multiple paths can be taken Parallel split/fork -- all paths out are always taken Event-based – first path taken for which the corresponding event occurs Also used for merging (“merge” or “join”) Synchronization of all valid paths created by split Best to show explicitly until you’re better at BPMN

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Event (Level 1: start/end only) BPMN def: “Signal that something has happened” Different types differentiated by border style Start (all processes have one and only one) Intermediate (along process flow or activity border) End (all processes have at least one) An icon within the event circle indicates its type Most common intermediate are: Message (“throw/catch”), Timer, Error

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Start/End events Start event Thin border Usually just one per process or sub-process Indicates “Process starts here” May specify the trigger (e.g., a message arrives) by its icon End event Thick border Often more than one in a process or sub-process Implicit join of end events on all enabled paths Terminate event Like an end event but when encountered, any and all processing on that process thread ends

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Intermediate event Key differentiator from other process description models Uses (and types) Wait for an event Abort and redirect on event Throw/catch an exception Semantics depend on where event occurs in diagram Drawn in a sequence flow, can mean Send the signal (“throw”) Wait for the signal (“catch,” then proceed

CIS 4120 Fa13 Session 3: BPMN Level 1 Activities-Flows © Richard Welke Artifacts Way to present additional information not related to sequence or message flow No BPMN-defined semantics Data object Linked to connector/activity by association line Text annotation Linked by association line (dotted line, no arrows)