SlideShare a Scribd company logo
BUSINESS PROCESS MANAGEMENT

SESSION 2 - BPMN
<V1.0>
1/15/2013                         2


Contents
•   Recap of Session 1

•   Why a Process Decomposition

•   Exceptions

•   BPM Notations

•   Model Structure

•   Samples
1/15/2013                        3




            Recap of Session 1
1/15/2013                                           4


Principles of BPM
• Organize around outcomes not tasks
• Correct and improve processes before
    (potentially) automating them
•   Establish processes and assign ownership
•   Standardize processes across the enterprise
•   Enable continuous change
•   Improve existing processes, rather than build
    radically new or ‘perfect’ processes
1/15/2013                                  5


Business Drivers of BPM
• Perceived or Expected Benefits:
  • Reduce staff and office overhead
    numbers
  • Process business critical activities
    faster
  • Reduce the number of errors and
    exceptions
  • Reduce overall IT costs
  • Reduce duplications
  • Increase visibility into operational
    efficiencies and bottlenecks
  • Reduce business risks
  • Improve customer service and
    retention
1/15/2013                                              6


Why Model Processes
     Understand and control existing processes
        Measure time, cost and resources needed to
        existing processes

     Improve current processes
        Streamline, identify missing process steps,
        rationalize existing processes

     Design new processes
        Realize business requirements and design new
        processes
        Based on changing business environment, new
        processes may be needed
        Communicate existing and new processes
        Automate processes
1/15/2013                                                         7


Charting v/s Modeling
• Flowcharting creates a graphical representation of the
  sequence and key elements of a business process
• Process modeling extends this by

   • Mapping dependencies and related flows
   • Adding data intelligence to the steps
   • Enabling simulation of flows to check for efficiencies and
     bottlenecks
   • Enabling reuse of mapped chart elements
   • Supporting future monitoring of improved processes
1/15/2013        8



       Process Levels
WHAT




                            HOW
1/15/2013                                          9

BPM Life Cycle


                           Design



                Re-
                                       Modeling
            Engineering


                           Business
                           Process
                          Management


            Optimizatio
                                       Execution
                n



                          Monitoring
1/15/2013                                           10




                Important thing to remember

            Make Processes ASAP
        ASAP = AS SIMPLE AS POSSIBLE
            This helps maintain AGILITY and reduce RISK
                          MANAGEMENT
1/15/2013                                                               11




        Do you have visibility into your processes and corporate objectives?
1/15/2013                             12




            Why a Process Decomposition
1/15/2013                                           13


Process Decomp



• Process Decomposition is the break up of a process to
  activity level
• Every project should have a Process Decomp
• Process Decomp helps at later stages when improvisation
  has to be implemented
• Process Decomp keeps a running score of all the
  processes under a function
1/15/2013                     14


Example of a Process Decomp
1/15/2013                15




            Exceptions
1/15/2013                                            16


Exception Handling
• Always account for Exceptions, business is not a blue sky
  scenario – there are always exceptions in every process
• Exceptions have to be handled – we have to define the
  process to resolve the exceptions
• If you don’t find Exceptions in the process – somebody
  has not shared info or something’s not right
1/15/2013                   17




            BPM Notations
1/15/2013                                            18


BPM Notations
• BPMN helps to explain business processes both internal
  and external through a Business Process Diagram.

• BPMN helps organizations the ability to communicate the
  processes in a standard manner.

• BPMN helps to bridge the understanding ‘GAP’ between
  various departments internal / external. For example the
  gap in understanding business processes by IT
  developers
1/15/2013                                                19




Flow Objects
• Flow objects define the behavior of the
                                                         Name
  process
• Flow Objects are
  • Activities – are the actions that are carried out   Activity
     as part of business

                                                         Name
  • Event – are the process triggering objects that
     affect the flow of the process and have a
     cause and a result
                                                         Event

  • Gateways – are the controlling objects that
     diverge or converge the flow                        Name




                                                        Gateway
1/15/2013                                                     20


Connection Objects
• Connections are used to connect two or
 more objects in a process

• Connection Objects are
                                                         Sequence
  • Sequence Lines – to show in which order the          Flow
    activities are performed

  • Associations – are used to associate a role, text,
                                                         Association
     artifact to a flow object

  • Message Lines – represents how message flows
     between the objects                                 Message Flow
1/15/2013                                                 21


 Artifacts
• Artifacts are
  • Group – to put similar activities under a         Group
    group

  • Annotations – are used to proved additional
     text information                             Text Annotation


  • Data Objects – are used to show how data
     is required or produced at each step
1/15/2013                                             22



What is an Event

• An Event is something that happens during the course of a
 business process and affects its execution

                                                      Event
• An Event has a CAUSE and an IMPACT


• All activities are triggered by an Event. for example purchase
 order received. This is an Event
1/15/2013                                                                   23


3 Stages of Life of an Event
• Events have Three stages


   • Start Event - begins the process




   • Intermediate Event - these happen during the process, between Start and
      End Events




   • End Events - terminate the event


            If we use a tool like ARIS, we can avoid the multiple notations by
                            using the standard Event notation
1/15/2013                                                    24



Naming Convention - EVENT
•   An event marks the beginning and end of any process.
•   It’s a trigger that initiates the process.
•   Each process should start with an event and end in an event.
•   It indicates the changing state of the world as the process
    proceeds.
•   Events usually follow functions unless they are trivial and do
    not convey anything significant.
•   Events describe the function is completed.
•   Events do not indicate the next function.
•   The convention for an event is Noun-Verb, written in simple
    past tense. For example: Order Entered or Price Calculated.
1/15/2013                                                25

What is an Function
• Functions indicate the tasks or activities that are carried out in
 the business process.

                               Function



• Functions have inputs (material or information) and outputs
 (different material or information) and usually utilize
 resources. Thus, they are carried out by either people or
 systems.

• Functions should not convey unambiguous information to the
 reader; it should be specific and convey the right information.
 The usage of short forms such as ent. instead of enter should
 be avoided.
1/15/2013                                                            26




Naming Convention - Function
• The convention for a function is Verb-Noun. For example: Enter Order
  or Calculate Price.

• It is written as Action (such as Enter, Calculate) followed by the
  Information Item (such as Order, Price).

• The function is to be written in active voice, do not write the Functions
  in passive voice, for example


    Route Planning is
         Done                                       Plan the Route
1/15/2013                                                            27


Naming Convention - Function
 • Activity is a piece of work performed within a business
  process.

 • There are two types of Activity
    • Tasks - is atomic within a business process. For example Take Order
    • Sub Process - an activity that can be decomposed into other smaller
      activities. For example Generate Bill, this is when you take the items
      ordered list, check the price, apply promotions, apply other discounts

 • As a rule - Sub Processes ALWAYS begin with a NONE
  START EVENT and end with a NONE END EVENT
1/15/2013                                                28




Naming Convention - Function
• Functions are activities that have to be carried out, do not
  word them as Events (outcome in past tense).

• For example,


       With Authorization                    Cancel SO after
        SO is cancelled                       Authorization
1/15/2013        29


BPMN Notations
1/15/2013   30
1/15/2013                                          31




Rules
• ARIS has three basic rules: AND, XOR & OR.


• While XOR & OR are used in making decisions, AND is
  used to split and join branches.

• When to use the three rules, depends on whether they
  follow or precede the function.
1/15/2013                                                      32



   OR Operator
OR Following a Function              OR Preceding a Function

Single Input – Multiple Output       Multiple Input – Single Output

OR Decision                          OR Trigger
One or many possible paths will be   Any one Event, or combination of Events,
followed                             will
as a result of the decision          trigger the Function
1/15/2013                                                             33




   XOR Operator
XOR Following a Function                   XOR Preceding a Function

Single Input – Multiple Output             Multiple Input – Single Output


XOR Decision                               XOR Trigger
One, but only one, of the possible paths   One, but only one, of the possible Events
will                                       will
be followed                                be the trigger
1/15/2013                                                          34




   AND Operator
AND Following a Function               AND Preceding a Function

Single Input – Multiple Output         Multiple Input – Single Output


AND Branch                             AND Branch Trigger
Process flow splits into two or more   All Events must occur in order to trigger
Parallel                               the
paths                                  following Function
1/15/2013                                                              35



Split Rule
• To join back the branches split by a rule, use the same end object
 (event/function) on all the split branches preceding the rule.

• The object (event/function) following the join must be different from the
 one used preceding the join. For eg., if there are events preceding the
 join, the object that follows after the join is a function and vice-a-versa, as
 shown below:
1/15/2013                                                      36




Do’s and Don’ts
• Avoid OR/XOR following an Event.
• Functions taking the decision are always followed by Rules. AND split
  is usually made after an Event and recombined after events, though
  you can recombine and then insert a single event at times.
• The “Join” should be made using the same Rule that was used for the
  “Split”.
• Avoid “Do Nothing” paths, shown below:
1/15/2013                                                             37


Artifacts
• BPMN provides three Artefacts that help
 us to add extra information to the models
                                                  WHERE
                                                  WHAT                  WHO
  • Text Annotation - text added to the diagram
    to increase understanding

  • Group - a way to group together parts of a
    process

  • Data Objects - Way to show data and
    documents that are changed by the process




                  Always attach Notes, RASCI to the key functions for
                                     traceability
1/15/2013   38
1/15/2013                      39




            Model Structures
1/15/2013                                                       40


Introduction to Model Structure
• Tools like ARIS provide more than 150 pre-defined
  models to work with
• The models available are


  • EPC: Detail modelling of processes at various levels of hierarchy
  • FAD: For defining the relationship between a Function and the
    resources needed to execute it and the data it transforms
  • Organization Chart: A hierarchical model of the business
    organization
  • Technical Terms Model: Models the hierarchical and relational
    structure of information used by the business
  • Value Added Chain Diagram (VACD): Models a hierarchy of high-
    level functions that add value to the business along with the
    organizational units that have a role in those functions
1/15/2013                                                                 41




  EPC – Event Driven Process Chain
• EPC’s are an accurate representation of the real world
• Important rules to bear in mind when constructing an EPC:
   • Every EPC model should have a start event and an end event. The
     models cannot start or end with a function.
   • Functions and events alternate. Avoid connecting functions to functions,
     except at times when the events are trivial and do not convey something
     significant and could be skipped. Events should never connect to events.
   • Avoid bringing-in additional Events/ triggers in middle of a process; it
     leads to lots of interconnections and confusion. Check whether the process
     is really dependent on this trigger in order to proceed or if this Event could
     lead to triggering a separate new EPC.
   • A function or event can have ONLY ONE arrow coming in and/or going
     out. Whereas, Rules/ connectors such as XOR & OR can have either:
     • Multiple incoming connections and a single outgoing connection
     • A single incoming connection and multiple outgoing connections
     • Connectors cannot have multiple incoming and outgoing connections.
1/15/2013                                                         42



VACD – Value Added Chain Diagram
• The VACD represents a high-level view of the functions that add value to
  a business and the rough order in which they proceed. In addition to the
  rough process flow, we can also represent some of the high level
  hierarchy associated with these functions.
• The main objects in a VACD are functions, but with a different symbol as
  compared to those used in the EPC.


            Function                          Function

                       In EPC                              In VACD

• But you can copy and paste theses functions back and forth between
  VACD and EPC, the symbol will automatically change depending on the
  model in which they are used.
• The difference is that the functions in a VACD are connected together
• without intervening events or rules.
1/15/2013                                               43




FAD – Function Allocation Diagram
• Function Allocations in the Event-Driven Process Chain
  (EPC) models enable the EPC to be put in context with
  the resources required to deliver the process and the
  environment in which it operates.
• Thus, FADs can be assigned at the right places in the
  process (but only to functions), to indicate the relationship
  between the Business Process and environment/
  resources such as organization, systems, documents and
  technical terms as shown below.
1/15/2013                                                         44




FAD




            Relationship between Function and its environmental
            components and resources
1/15/2013                         45




Incorrect FAD


                Customer Service Advisor
                is a position in the Sales
                Department and it is
                incorrect to show both
                responsible for the
                function
1/15/2013   46
1/15/2013                                                 47




Model Hierarchy
• The models to be used for these 4 levels are:
  • Level 1- VACD
  • Level 2- VACD
  • Level 3- VACD supported by FAD to model RACI, Risks, SOP, KPI
  • Level 4- EPC or VACD
  • Level 5- EPC (where level 4 is a VACD)
1/15/2013                        48




Level 1 Process - VACD
• Also known as MEGA Processes
1/15/2013                                            49




Level 2 Process - VACD
• Level 1 – Buy Process is decomposed into Level 2

  • Introduce Assortment
  • Master Data Maintenance
  • Vendor Management Strategy
1/15/2013                                         50


Level 3 Process – VACD can be
supported by FAD
• Level 2 – Introduce Assortment Process is decomposed
 into Level 3

  • Construct Assortment and Planogram
  • Edit Assortment and Planogram
1/15/2013                                           51

Level 4 Process – VACD can be
supported by FAD
• Level 3 – Construct Assortment and Planogram Process
 is decomposed into Level 4


            APPLICATIO
                N                           ROLES
1/15/2013                                               52




Level 5 Process
• Level 5 is modelled using an EPC.
• This is an optional level which can be used when the 4
  Levels are not enough to decompose the process to the
  desired detail.
• If there is a Level 5 in the process decomposition in that
  case level 4 has to be a VACD.
1/15/2013             53




            SAMPLES
1/15/2013                        54


Organization Structure in ARIS
1/15/2013                               55


VACD




            Value Added Chain Diagram
1/15/2013                       56


Order Booking Process in ARIS
1/15/2013                                57

EPC




            Event Driven Process Chain
1/15/2013                                            58




Recap
• Processes generally begin with an Event and flow through
  to Business Results

• All tasks / activities are assigned to a ROLE


• A model should display how data / objects are transferred
  and where they are going

• Process can be modeled in a hierarchical manner – sub
  processes
1/15/2013                                            59


Assignment
• Business Scenario
  • The company is into selling Furniture
  • Company sells through Store, Catalogue, Online
  • Customer books order, pays and await delivery
  • Customers can call the call center for
      • Quotes
      • Delivery Updates
      • Installation appointment
      • Complaints
      • Returns



 Create a Process Decomp for this business – Level 4
1/15/2013   60
1/15/2013                                          61




                                    Please contact:
Session 3
Process Design                      Naval Vithalani
Process Cost Analysis               tonaval@yahoo.com
Process Optimization

Session 4               Thank You
ARIS - Introduction

More Related Content

What's hot

BPM (Business Process Management) Introduction
BPM (Business Process Management) IntroductionBPM (Business Process Management) Introduction
BPM (Business Process Management) Introduction
Integrify
 
BA 553 - BPM Governance.ppt
BA 553 - BPM Governance.pptBA 553 - BPM Governance.ppt
BA 553 - BPM Governance.ppt
StevenShing
 
Introduction to BPM
Introduction to BPMIntroduction to BPM
Introduction to BPM
Sandy Kemsley
 
Service Transition Overview
Service Transition  OverviewService Transition  Overview
Service Transition Overview
sivashankar Balasubramanian
 
Die 5 häufigsten Irrtümer zu BPMN
Die 5 häufigsten Irrtümer zu BPMNDie 5 häufigsten Irrtümer zu BPMN
Die 5 häufigsten Irrtümer zu BPMN
camunda services GmbH
 
What is BPM?
What is BPM?What is BPM?
What is BPM?
BOC Group
 
Business Process Management
Business Process ManagementBusiness Process Management
Business Process Management
IBMGovernmentCA
 
Business Process Management Training | By ex-Deloitte & McKinsey Consultants
Business Process Management Training | By ex-Deloitte & McKinsey ConsultantsBusiness Process Management Training | By ex-Deloitte & McKinsey Consultants
Business Process Management Training | By ex-Deloitte & McKinsey Consultants
Aurelien Domont, MBA
 
Business Process Management 101 Training
Business Process Management 101 TrainingBusiness Process Management 101 Training
Business Process Management 101 Training
Franco Pang
 
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
yomito_2
 
Business Process Management Training 1
Business Process Management Training 1Business Process Management Training 1
Business Process Management Training 1
Naval Vithalani CSPO® CSM®
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process Management
Alan McSweeney
 
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
Gregor Polančič
 
Business Process Management
Business Process ManagementBusiness Process Management
Business Process Management
Amin Kazemi
 
Business Process Management PowerPoint Presentation Slides
Business Process Management PowerPoint Presentation Slides Business Process Management PowerPoint Presentation Slides
Business Process Management PowerPoint Presentation Slides
SlideTeam
 
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
Alexander SAMARIN
 
BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2
Eliza Wright
 
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
Declan Chellar
 
Strategy & Business Process Management
Strategy & Business Process ManagementStrategy & Business Process Management
Strategy & Business Process Management
451 Research
 
BPMN Process Modeling Levels
BPMN Process Modeling LevelsBPMN Process Modeling Levels
BPMN Process Modeling Levels
Max Tay
 

What's hot (20)

BPM (Business Process Management) Introduction
BPM (Business Process Management) IntroductionBPM (Business Process Management) Introduction
BPM (Business Process Management) Introduction
 
BA 553 - BPM Governance.ppt
BA 553 - BPM Governance.pptBA 553 - BPM Governance.ppt
BA 553 - BPM Governance.ppt
 
Introduction to BPM
Introduction to BPMIntroduction to BPM
Introduction to BPM
 
Service Transition Overview
Service Transition  OverviewService Transition  Overview
Service Transition Overview
 
Die 5 häufigsten Irrtümer zu BPMN
Die 5 häufigsten Irrtümer zu BPMNDie 5 häufigsten Irrtümer zu BPMN
Die 5 häufigsten Irrtümer zu BPMN
 
What is BPM?
What is BPM?What is BPM?
What is BPM?
 
Business Process Management
Business Process ManagementBusiness Process Management
Business Process Management
 
Business Process Management Training | By ex-Deloitte & McKinsey Consultants
Business Process Management Training | By ex-Deloitte & McKinsey ConsultantsBusiness Process Management Training | By ex-Deloitte & McKinsey Consultants
Business Process Management Training | By ex-Deloitte & McKinsey Consultants
 
Business Process Management 101 Training
Business Process Management 101 TrainingBusiness Process Management 101 Training
Business Process Management 101 Training
 
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
 
Business Process Management Training 1
Business Process Management Training 1Business Process Management Training 1
Business Process Management Training 1
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process Management
 
Fundamentals of business process management and BPMN
Fundamentals of business process management and BPMNFundamentals of business process management and BPMN
Fundamentals of business process management and BPMN
 
Business Process Management
Business Process ManagementBusiness Process Management
Business Process Management
 
Business Process Management PowerPoint Presentation Slides
Business Process Management PowerPoint Presentation Slides Business Process Management PowerPoint Presentation Slides
Business Process Management PowerPoint Presentation Slides
 
How to use BPMN* for modelling business processes
How to use BPMN* for modelling business processesHow to use BPMN* for modelling business processes
How to use BPMN* for modelling business processes
 
BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2BPMN tutorial – BPMN 2
BPMN tutorial – BPMN 2
 
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
 
Strategy & Business Process Management
Strategy & Business Process ManagementStrategy & Business Process Management
Strategy & Business Process Management
 
BPMN Process Modeling Levels
BPMN Process Modeling LevelsBPMN Process Modeling Levels
BPMN Process Modeling Levels
 

Similar to Business Process Management Training session 2

Business Process Management session 3
Business Process Management session 3Business Process Management session 3
Business Process Management session 3
Naval Vithalani CSPO® CSM®
 
Q3edge Case Study
Q3edge Case StudyQ3edge Case Study
Q3edge Case Study
Sushant Pande,PRINCE2
 
Business process mapping
Business process mappingBusiness process mapping
Business process mappingKiito25
 
Business process mapping
Business process mappingBusiness process mapping
Business process mapping
DAVIS THOMAS
 
BPM
BPMBPM
Business Process Mapping.ppt
Business Process Mapping.pptBusiness Process Mapping.ppt
Business Process Mapping.ppt
ArunMattur
 
Business Architecture Patterns (BPM in Practice conference)
Business Architecture Patterns (BPM in Practice conference)Business Architecture Patterns (BPM in Practice conference)
Business Architecture Patterns (BPM in Practice conference)
Alexander SAMARIN
 
Business Process Mapping.pptx
Business Process Mapping.pptxBusiness Process Mapping.pptx
Business Process Mapping.pptx
UsamaPatel9
 
Are processes masquerading as projects hurting your business
Are processes masquerading as projects hurting your businessAre processes masquerading as projects hurting your business
Are processes masquerading as projects hurting your business
Ben Bradley
 
Introduction to business process management
Introduction to business process managementIntroduction to business process management
Introduction to business process management
Huu Nguyen Tat
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process ManagementSara Afxal
 
It's the organisation, Stupid
It's the organisation, StupidIt's the organisation, Stupid
It's the organisation, Stupid
John M Walsh
 
Introduction.pptx
Introduction.pptxIntroduction.pptx
Introduction.pptx
Maryam522887
 
Prognition (current state business process analysis)
Prognition (current state business process analysis)Prognition (current state business process analysis)
Prognition (current state business process analysis)
Uttam Mishra
 
Lean Methods & Last Planning
Lean Methods & Last PlanningLean Methods & Last Planning
Lean Methods & Last Planning
Thomas Almore
 
Intelligent Process Management
Intelligent Process ManagementIntelligent Process Management
Intelligent Process Management
Dafna Levy
 
C:\Ihc\Bp Mlink\Presentations\Bpm Link Canberra Feb 2010
C:\Ihc\Bp Mlink\Presentations\Bpm Link Canberra   Feb 2010C:\Ihc\Bp Mlink\Presentations\Bpm Link Canberra   Feb 2010
C:\Ihc\Bp Mlink\Presentations\Bpm Link Canberra Feb 2010
BPM Link
 
Bisuness process management
Bisuness process managementBisuness process management
Bisuness process management
Digvijay Mahalle
 
Bpm+bpmn (lunch n-learn,12-15-2009,updated)
Bpm+bpmn (lunch n-learn,12-15-2009,updated)Bpm+bpmn (lunch n-learn,12-15-2009,updated)
Bpm+bpmn (lunch n-learn,12-15-2009,updated)
Why-What-How Consulting, LLC
 

Similar to Business Process Management Training session 2 (20)

Business Process Management session 3
Business Process Management session 3Business Process Management session 3
Business Process Management session 3
 
Q3edge Case Study
Q3edge Case StudyQ3edge Case Study
Q3edge Case Study
 
Business process mapping
Business process mappingBusiness process mapping
Business process mapping
 
Business process mapping
Business process mappingBusiness process mapping
Business process mapping
 
BPM
BPMBPM
BPM
 
Business Process Mapping.ppt
Business Process Mapping.pptBusiness Process Mapping.ppt
Business Process Mapping.ppt
 
Business Architecture Patterns (BPM in Practice conference)
Business Architecture Patterns (BPM in Practice conference)Business Architecture Patterns (BPM in Practice conference)
Business Architecture Patterns (BPM in Practice conference)
 
Business Process Mapping.pptx
Business Process Mapping.pptxBusiness Process Mapping.pptx
Business Process Mapping.pptx
 
Are processes masquerading as projects hurting your business
Are processes masquerading as projects hurting your businessAre processes masquerading as projects hurting your business
Are processes masquerading as projects hurting your business
 
Introduction to business process management
Introduction to business process managementIntroduction to business process management
Introduction to business process management
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process Management
 
It's the organisation, Stupid
It's the organisation, StupidIt's the organisation, Stupid
It's the organisation, Stupid
 
Introduction.pptx
Introduction.pptxIntroduction.pptx
Introduction.pptx
 
Prognition (current state business process analysis)
Prognition (current state business process analysis)Prognition (current state business process analysis)
Prognition (current state business process analysis)
 
Lean Methods & Last Planning
Lean Methods & Last PlanningLean Methods & Last Planning
Lean Methods & Last Planning
 
Intelligent Process Management
Intelligent Process ManagementIntelligent Process Management
Intelligent Process Management
 
C:\Ihc\Bp Mlink\Presentations\Bpm Link Canberra Feb 2010
C:\Ihc\Bp Mlink\Presentations\Bpm Link Canberra   Feb 2010C:\Ihc\Bp Mlink\Presentations\Bpm Link Canberra   Feb 2010
C:\Ihc\Bp Mlink\Presentations\Bpm Link Canberra Feb 2010
 
Workflow tecnologies
Workflow tecnologiesWorkflow tecnologies
Workflow tecnologies
 
Bisuness process management
Bisuness process managementBisuness process management
Bisuness process management
 
Bpm+bpmn (lunch n-learn,12-15-2009,updated)
Bpm+bpmn (lunch n-learn,12-15-2009,updated)Bpm+bpmn (lunch n-learn,12-15-2009,updated)
Bpm+bpmn (lunch n-learn,12-15-2009,updated)
 

More from Naval Vithalani CSPO® CSM®

Google Glasses in Retail
Google Glasses in RetailGoogle Glasses in Retail
Google Glasses in Retail
Naval Vithalani CSPO® CSM®
 
Supply Chain Control Tower
Supply Chain Control TowerSupply Chain Control Tower
Supply Chain Control Tower
Naval Vithalani CSPO® CSM®
 
Level up with Gamification
Level up with GamificationLevel up with Gamification
Level up with Gamification
Naval Vithalani CSPO® CSM®
 
Resume Supporting presentation
Resume Supporting presentationResume Supporting presentation
Resume Supporting presentation
Naval Vithalani CSPO® CSM®
 
Mcart - Mobile Shopping Solution
Mcart - Mobile Shopping SolutionMcart - Mobile Shopping Solution
Mcart - Mobile Shopping Solution
Naval Vithalani CSPO® CSM®
 
Enterprise Gamification
Enterprise GamificationEnterprise Gamification
Enterprise Gamification
Naval Vithalani CSPO® CSM®
 
Social customer service
Social customer serviceSocial customer service
Social customer service
Naval Vithalani CSPO® CSM®
 
Introduction To Gaming
Introduction To GamingIntroduction To Gaming
Introduction To Gaming
Naval Vithalani CSPO® CSM®
 
Introduction To Gaming
Introduction To GamingIntroduction To Gaming
Introduction To Gaming
Naval Vithalani CSPO® CSM®
 

More from Naval Vithalani CSPO® CSM® (9)

Google Glasses in Retail
Google Glasses in RetailGoogle Glasses in Retail
Google Glasses in Retail
 
Supply Chain Control Tower
Supply Chain Control TowerSupply Chain Control Tower
Supply Chain Control Tower
 
Level up with Gamification
Level up with GamificationLevel up with Gamification
Level up with Gamification
 
Resume Supporting presentation
Resume Supporting presentationResume Supporting presentation
Resume Supporting presentation
 
Mcart - Mobile Shopping Solution
Mcart - Mobile Shopping SolutionMcart - Mobile Shopping Solution
Mcart - Mobile Shopping Solution
 
Enterprise Gamification
Enterprise GamificationEnterprise Gamification
Enterprise Gamification
 
Social customer service
Social customer serviceSocial customer service
Social customer service
 
Introduction To Gaming
Introduction To GamingIntroduction To Gaming
Introduction To Gaming
 
Introduction To Gaming
Introduction To GamingIntroduction To Gaming
Introduction To Gaming
 

Recently uploaded

Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
Nicola Wreford-Howard
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Arihant Webtech Pvt. Ltd
 
anas about venice for grade 6f about venice
anas about venice for grade 6f about veniceanas about venice for grade 6f about venice
anas about venice for grade 6f about venice
anasabutalha2013
 
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s DholeraTata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Avirahi City Dholera
 
The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...
awaisafdar
 
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
BBPMedia1
 
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).pptENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
zechu97
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
Aurelien Domont, MBA
 
The-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic managementThe-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic management
Bojamma2
 
April 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products NewsletterApril 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products Newsletter
NathanBaughman3
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
Operational Excellence Consulting
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
Lital Barkan
 
5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer
ofm712785
 
BeMetals Presentation_May_22_2024 .pdf
BeMetals Presentation_May_22_2024   .pdfBeMetals Presentation_May_22_2024   .pdf
BeMetals Presentation_May_22_2024 .pdf
DerekIwanaka1
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
fakeloginn69
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
seoforlegalpillers
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
taqyed
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
tanyjahb
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Navpack & Print
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
dylandmeas
 

Recently uploaded (20)

Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
 
anas about venice for grade 6f about venice
anas about venice for grade 6f about veniceanas about venice for grade 6f about venice
anas about venice for grade 6f about venice
 
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s DholeraTata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
 
The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...
 
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
 
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).pptENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
 
The-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic managementThe-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic management
 
April 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products NewsletterApril 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products Newsletter
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
 
5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer
 
BeMetals Presentation_May_22_2024 .pdf
BeMetals Presentation_May_22_2024   .pdfBeMetals Presentation_May_22_2024   .pdf
BeMetals Presentation_May_22_2024 .pdf
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
 

Business Process Management Training session 2

  • 2. 1/15/2013 2 Contents • Recap of Session 1 • Why a Process Decomposition • Exceptions • BPM Notations • Model Structure • Samples
  • 3. 1/15/2013 3 Recap of Session 1
  • 4. 1/15/2013 4 Principles of BPM • Organize around outcomes not tasks • Correct and improve processes before (potentially) automating them • Establish processes and assign ownership • Standardize processes across the enterprise • Enable continuous change • Improve existing processes, rather than build radically new or ‘perfect’ processes
  • 5. 1/15/2013 5 Business Drivers of BPM • Perceived or Expected Benefits: • Reduce staff and office overhead numbers • Process business critical activities faster • Reduce the number of errors and exceptions • Reduce overall IT costs • Reduce duplications • Increase visibility into operational efficiencies and bottlenecks • Reduce business risks • Improve customer service and retention
  • 6. 1/15/2013 6 Why Model Processes Understand and control existing processes Measure time, cost and resources needed to existing processes Improve current processes Streamline, identify missing process steps, rationalize existing processes Design new processes Realize business requirements and design new processes Based on changing business environment, new processes may be needed Communicate existing and new processes Automate processes
  • 7. 1/15/2013 7 Charting v/s Modeling • Flowcharting creates a graphical representation of the sequence and key elements of a business process • Process modeling extends this by • Mapping dependencies and related flows • Adding data intelligence to the steps • Enabling simulation of flows to check for efficiencies and bottlenecks • Enabling reuse of mapped chart elements • Supporting future monitoring of improved processes
  • 8. 1/15/2013 8 Process Levels WHAT HOW
  • 9. 1/15/2013 9 BPM Life Cycle Design Re- Modeling Engineering Business Process Management Optimizatio Execution n Monitoring
  • 10. 1/15/2013 10 Important thing to remember Make Processes ASAP ASAP = AS SIMPLE AS POSSIBLE This helps maintain AGILITY and reduce RISK MANAGEMENT
  • 11. 1/15/2013 11 Do you have visibility into your processes and corporate objectives?
  • 12. 1/15/2013 12 Why a Process Decomposition
  • 13. 1/15/2013 13 Process Decomp • Process Decomposition is the break up of a process to activity level • Every project should have a Process Decomp • Process Decomp helps at later stages when improvisation has to be implemented • Process Decomp keeps a running score of all the processes under a function
  • 14. 1/15/2013 14 Example of a Process Decomp
  • 15. 1/15/2013 15 Exceptions
  • 16. 1/15/2013 16 Exception Handling • Always account for Exceptions, business is not a blue sky scenario – there are always exceptions in every process • Exceptions have to be handled – we have to define the process to resolve the exceptions • If you don’t find Exceptions in the process – somebody has not shared info or something’s not right
  • 17. 1/15/2013 17 BPM Notations
  • 18. 1/15/2013 18 BPM Notations • BPMN helps to explain business processes both internal and external through a Business Process Diagram. • BPMN helps organizations the ability to communicate the processes in a standard manner. • BPMN helps to bridge the understanding ‘GAP’ between various departments internal / external. For example the gap in understanding business processes by IT developers
  • 19. 1/15/2013 19 Flow Objects • Flow objects define the behavior of the Name process • Flow Objects are • Activities – are the actions that are carried out Activity as part of business Name • Event – are the process triggering objects that affect the flow of the process and have a cause and a result Event • Gateways – are the controlling objects that diverge or converge the flow Name Gateway
  • 20. 1/15/2013 20 Connection Objects • Connections are used to connect two or more objects in a process • Connection Objects are Sequence • Sequence Lines – to show in which order the Flow activities are performed • Associations – are used to associate a role, text, Association artifact to a flow object • Message Lines – represents how message flows between the objects Message Flow
  • 21. 1/15/2013 21 Artifacts • Artifacts are • Group – to put similar activities under a Group group • Annotations – are used to proved additional text information Text Annotation • Data Objects – are used to show how data is required or produced at each step
  • 22. 1/15/2013 22 What is an Event • An Event is something that happens during the course of a business process and affects its execution Event • An Event has a CAUSE and an IMPACT • All activities are triggered by an Event. for example purchase order received. This is an Event
  • 23. 1/15/2013 23 3 Stages of Life of an Event • Events have Three stages • Start Event - begins the process • Intermediate Event - these happen during the process, between Start and End Events • End Events - terminate the event If we use a tool like ARIS, we can avoid the multiple notations by using the standard Event notation
  • 24. 1/15/2013 24 Naming Convention - EVENT • An event marks the beginning and end of any process. • It’s a trigger that initiates the process. • Each process should start with an event and end in an event. • It indicates the changing state of the world as the process proceeds. • Events usually follow functions unless they are trivial and do not convey anything significant. • Events describe the function is completed. • Events do not indicate the next function. • The convention for an event is Noun-Verb, written in simple past tense. For example: Order Entered or Price Calculated.
  • 25. 1/15/2013 25 What is an Function • Functions indicate the tasks or activities that are carried out in the business process. Function • Functions have inputs (material or information) and outputs (different material or information) and usually utilize resources. Thus, they are carried out by either people or systems. • Functions should not convey unambiguous information to the reader; it should be specific and convey the right information. The usage of short forms such as ent. instead of enter should be avoided.
  • 26. 1/15/2013 26 Naming Convention - Function • The convention for a function is Verb-Noun. For example: Enter Order or Calculate Price. • It is written as Action (such as Enter, Calculate) followed by the Information Item (such as Order, Price). • The function is to be written in active voice, do not write the Functions in passive voice, for example Route Planning is Done Plan the Route
  • 27. 1/15/2013 27 Naming Convention - Function • Activity is a piece of work performed within a business process. • There are two types of Activity • Tasks - is atomic within a business process. For example Take Order • Sub Process - an activity that can be decomposed into other smaller activities. For example Generate Bill, this is when you take the items ordered list, check the price, apply promotions, apply other discounts • As a rule - Sub Processes ALWAYS begin with a NONE START EVENT and end with a NONE END EVENT
  • 28. 1/15/2013 28 Naming Convention - Function • Functions are activities that have to be carried out, do not word them as Events (outcome in past tense). • For example, With Authorization Cancel SO after SO is cancelled Authorization
  • 29. 1/15/2013 29 BPMN Notations
  • 30. 1/15/2013 30
  • 31. 1/15/2013 31 Rules • ARIS has three basic rules: AND, XOR & OR. • While XOR & OR are used in making decisions, AND is used to split and join branches. • When to use the three rules, depends on whether they follow or precede the function.
  • 32. 1/15/2013 32 OR Operator OR Following a Function OR Preceding a Function Single Input – Multiple Output Multiple Input – Single Output OR Decision OR Trigger One or many possible paths will be Any one Event, or combination of Events, followed will as a result of the decision trigger the Function
  • 33. 1/15/2013 33 XOR Operator XOR Following a Function XOR Preceding a Function Single Input – Multiple Output Multiple Input – Single Output XOR Decision XOR Trigger One, but only one, of the possible paths One, but only one, of the possible Events will will be followed be the trigger
  • 34. 1/15/2013 34 AND Operator AND Following a Function AND Preceding a Function Single Input – Multiple Output Multiple Input – Single Output AND Branch AND Branch Trigger Process flow splits into two or more All Events must occur in order to trigger Parallel the paths following Function
  • 35. 1/15/2013 35 Split Rule • To join back the branches split by a rule, use the same end object (event/function) on all the split branches preceding the rule. • The object (event/function) following the join must be different from the one used preceding the join. For eg., if there are events preceding the join, the object that follows after the join is a function and vice-a-versa, as shown below:
  • 36. 1/15/2013 36 Do’s and Don’ts • Avoid OR/XOR following an Event. • Functions taking the decision are always followed by Rules. AND split is usually made after an Event and recombined after events, though you can recombine and then insert a single event at times. • The “Join” should be made using the same Rule that was used for the “Split”. • Avoid “Do Nothing” paths, shown below:
  • 37. 1/15/2013 37 Artifacts • BPMN provides three Artefacts that help us to add extra information to the models WHERE WHAT WHO • Text Annotation - text added to the diagram to increase understanding • Group - a way to group together parts of a process • Data Objects - Way to show data and documents that are changed by the process Always attach Notes, RASCI to the key functions for traceability
  • 38. 1/15/2013 38
  • 39. 1/15/2013 39 Model Structures
  • 40. 1/15/2013 40 Introduction to Model Structure • Tools like ARIS provide more than 150 pre-defined models to work with • The models available are • EPC: Detail modelling of processes at various levels of hierarchy • FAD: For defining the relationship between a Function and the resources needed to execute it and the data it transforms • Organization Chart: A hierarchical model of the business organization • Technical Terms Model: Models the hierarchical and relational structure of information used by the business • Value Added Chain Diagram (VACD): Models a hierarchy of high- level functions that add value to the business along with the organizational units that have a role in those functions
  • 41. 1/15/2013 41 EPC – Event Driven Process Chain • EPC’s are an accurate representation of the real world • Important rules to bear in mind when constructing an EPC: • Every EPC model should have a start event and an end event. The models cannot start or end with a function. • Functions and events alternate. Avoid connecting functions to functions, except at times when the events are trivial and do not convey something significant and could be skipped. Events should never connect to events. • Avoid bringing-in additional Events/ triggers in middle of a process; it leads to lots of interconnections and confusion. Check whether the process is really dependent on this trigger in order to proceed or if this Event could lead to triggering a separate new EPC. • A function or event can have ONLY ONE arrow coming in and/or going out. Whereas, Rules/ connectors such as XOR & OR can have either: • Multiple incoming connections and a single outgoing connection • A single incoming connection and multiple outgoing connections • Connectors cannot have multiple incoming and outgoing connections.
  • 42. 1/15/2013 42 VACD – Value Added Chain Diagram • The VACD represents a high-level view of the functions that add value to a business and the rough order in which they proceed. In addition to the rough process flow, we can also represent some of the high level hierarchy associated with these functions. • The main objects in a VACD are functions, but with a different symbol as compared to those used in the EPC. Function Function In EPC In VACD • But you can copy and paste theses functions back and forth between VACD and EPC, the symbol will automatically change depending on the model in which they are used. • The difference is that the functions in a VACD are connected together • without intervening events or rules.
  • 43. 1/15/2013 43 FAD – Function Allocation Diagram • Function Allocations in the Event-Driven Process Chain (EPC) models enable the EPC to be put in context with the resources required to deliver the process and the environment in which it operates. • Thus, FADs can be assigned at the right places in the process (but only to functions), to indicate the relationship between the Business Process and environment/ resources such as organization, systems, documents and technical terms as shown below.
  • 44. 1/15/2013 44 FAD Relationship between Function and its environmental components and resources
  • 45. 1/15/2013 45 Incorrect FAD Customer Service Advisor is a position in the Sales Department and it is incorrect to show both responsible for the function
  • 46. 1/15/2013 46
  • 47. 1/15/2013 47 Model Hierarchy • The models to be used for these 4 levels are: • Level 1- VACD • Level 2- VACD • Level 3- VACD supported by FAD to model RACI, Risks, SOP, KPI • Level 4- EPC or VACD • Level 5- EPC (where level 4 is a VACD)
  • 48. 1/15/2013 48 Level 1 Process - VACD • Also known as MEGA Processes
  • 49. 1/15/2013 49 Level 2 Process - VACD • Level 1 – Buy Process is decomposed into Level 2 • Introduce Assortment • Master Data Maintenance • Vendor Management Strategy
  • 50. 1/15/2013 50 Level 3 Process – VACD can be supported by FAD • Level 2 – Introduce Assortment Process is decomposed into Level 3 • Construct Assortment and Planogram • Edit Assortment and Planogram
  • 51. 1/15/2013 51 Level 4 Process – VACD can be supported by FAD • Level 3 – Construct Assortment and Planogram Process is decomposed into Level 4 APPLICATIO N ROLES
  • 52. 1/15/2013 52 Level 5 Process • Level 5 is modelled using an EPC. • This is an optional level which can be used when the 4 Levels are not enough to decompose the process to the desired detail. • If there is a Level 5 in the process decomposition in that case level 4 has to be a VACD.
  • 53. 1/15/2013 53 SAMPLES
  • 54. 1/15/2013 54 Organization Structure in ARIS
  • 55. 1/15/2013 55 VACD Value Added Chain Diagram
  • 56. 1/15/2013 56 Order Booking Process in ARIS
  • 57. 1/15/2013 57 EPC Event Driven Process Chain
  • 58. 1/15/2013 58 Recap • Processes generally begin with an Event and flow through to Business Results • All tasks / activities are assigned to a ROLE • A model should display how data / objects are transferred and where they are going • Process can be modeled in a hierarchical manner – sub processes
  • 59. 1/15/2013 59 Assignment • Business Scenario • The company is into selling Furniture • Company sells through Store, Catalogue, Online • Customer books order, pays and await delivery • Customers can call the call center for • Quotes • Delivery Updates • Installation appointment • Complaints • Returns Create a Process Decomp for this business – Level 4
  • 60. 1/15/2013 60
  • 61. 1/15/2013 61 Please contact: Session 3 Process Design Naval Vithalani Process Cost Analysis tonaval@yahoo.com Process Optimization Session 4 Thank You ARIS - Introduction