Profile picture for user Roland Woldt

BPMN, which stands for Business Process Model and Notation, is a standard for creating process models and was created in the first decade of the 21st century by a consortium of industry-leading companies such as SAP, Oracle or IDS Scheer. The standard is currently managed by the Object Management Group (OMG) and the latest version of the standard (2.0) is in its final review phases to be published later this year/in early 2011.

When you follow the discussion in the blogosphere about this standard nowadays, it seems that BPMN is the cure for all diseases that the other competing standards seem to have, most notably the Value-Added Chain Diagramming (with its flavor of Value Stream Mapping), EPC (Event Driven Process Chain), SIPOC (Supplier Input Process Output Customer; a popular 6 Sigma model), IDEF (Integration DEFinition), or UML (Unified Modeling Language, also a standard maintained by OMG) and others. In addition to that – if you believe the hype around the notation that is published by pure-BPMN start-ups, BPM Suite vendors, training providers and others – it also allows you to seamlessly exchange models between different modeling tools and execute (read: orchestrate a work flow) in different BPM Suites without the need to modify anything in a process model or to write code. A beautiful world, isn't it?

Unfortunately that is not the reality and -IMHO- will not be the reality in the near future. It is time to have a deeper look into the BPMN standard and what it aims to be and how this will be realized in a modeling and execution environment using Software AG's ARIS and webMethods stack.

This is the first article of a loose series that covers the scope of BPMN and its history, the different elements of the notation and how to use them, as well as a short look at how this is implemented in ARIS and is used in a ”Model to Execution” scenario. This series it complimentary to other articles on ARIS Community, most notably Sascha Schneider's excellent posts and screencasts about the BPMN 2.0 implementation in ARIS 7.1.

Please have a look at this page that holds the table of content of the “Learning BPMN” series here at ARIS Community.

 

Where does BPMN come from?



As mentioned above BPMN is one standard to describe business processes. It was created due to a need in the market place to invent a common language to describe the processes and map them to execution logic. With the new version 2.0 of the standard it tries to connect two independent development streams to make this happen. Figure 1 shows the development of the XPDL standard -developed by the Workflow Management Coalition (WfMC)- and the development of the BPMN standard, first developed by that Business Process Management Institute (BPMI), and then (after the merger) by OMG.

 

BPMN timeline

(Graphic adapted from Robert Shapiro's much needed update on the BPMN status from Feb 2010. He is the chairman of the WfMC Conformance Working Group)



The biggest accomplishments in the 2.0 version of the specification is the fact that BPMN will have a defined meta-model for the first time and a XML mapping that describes how the model information get's “translated” into executable code. However this is not reality yet – when you look at the current BPMS implementations there are also competing standards in use, like BPEL (Business Process Execution Language and its flavor BPEL4PEOPLE). In addition to that, not all BPMS support the full execution of all available objects in the modeling environment. I am sure that there will be some improvement in the future, but as of today you should have look first.

 

BPMN – what's in and out of scope?



The answer to this question can be found in chapter 7 of the spec. There you can read the following:

 

BPMN scope

This means that the single purpose is to develop a process model that maps the graphical objects to the execution language. Nothing more, nothing less. And the standard does this well by providing a myriad of available objects and support for workflow patterns, that are needed in an execution environment (please see Sebastian Stein's article about the Workflow Patterns Initiative's original 20 workflow patterns in BPMN).



But what does that mean for the process management effort that you are currently planning or conducting in your company? Is that scope not to narrow? The same chapter also provides the answer to this question and mentions what is out of scope of the specification.

 

BPMN out-of-scope

This means in plain English:

  • The specification does not include objects that represent organizational units, roles or persons. Most clients I worked with in BPMN projects use the pool or lane objects for this, but this is a workaround and not the “real thing”.

     
  • BPMN models are meant to be “flat”, showing one process flow at a time and use subprocesses to “hide” / cluster steps that can or cannot be reused elsewhere, due to the limitations of a sheet of paper. There is no hierarchical breakdown that might be used to create the business architecture layer of an Enterprise Architecture (even though ARIS let you do this since Service Release 8 by allowing assignments form VACD functions to BPMN collaboration diagrams).

     
  • Although BPMN has data objects (the Message, Data Object and Data Store) they are not meant to be used to create logical data models. BPMN assumes that all information that is needed in a process is freely available and does not have to be modeled. The data objects should only highlight the most important data in the process and the Data Store, even though sporting the familiar database icon, only represents the permanent storing of data in a system, but is no IT application system.

     
  • BPMN does not contain models/objects that allow the visualization of a company's strategy (like a Balanced Scorecard model or an Objective Tree), nor is it meant to model business rules. The Business Rule task type only triggers a rules engine and receives it's input – it does not contain the definition of the business rule itself.



In my personal experience there is a lot of confusion about the specification and what all the different ways of doing things in BPMN mean (“Hey, did someone order a tall event-subprocess with non-fat soy milk?”), so that these bullet points are exactly the features beyond “simple” process modeling what clients, who believe the BPMN marketing and hype, want to do.



This series aims to shed some light into the major concepts of BPMN to help you finding your way through the maze of new terminology and very tech-oriented modeling style of this new standard.

 

Notes:

  1. ARIS supports the BPMN standard since a couple of years, starting with ARIS 7.0 (BPMN 1.x). The “old” implementation is still available but differs in some details. For the sake of simplicity I will concentrate on the BPMN 2.0 implementation if ARIS is mentioned.

     
  2. The assignment of BPMN models to function objects was also possible in the BPMN 1.x implementation in ARIS but changed in the 2.0 Beta implementation that was released with 7.1 SR 5 when the 2.0 spec explicitly distinguished between a Collaboration and a BPMN Process diagram as a new feature of the spec.

     
  3. If you can't wait to get your feet wet in learning BPMN I highly recommend Thomas Allweyer's introduction that was the first price of the “Cooking with BPMN” giveaway here a couple of months ago. With fewer than 200 pages it is a quick read and you get a better understanding if BPMN is something for your project and how you can use it there.
File attachments
by Ivo Velitchkov
Posted on Mon, 11/29/2010 - 21:17

Roland,

Good initiative and very good first instalment. Just one tiny remark. BPMN does not attempt to cure Value Stream Mapping. There is nothing about material flow (apart from allowing to use messages also for that), no provision for push or FIFO connections, inventory etc. And that's fine. BPMN has other objectives and although version 2.0 delivered below expectations, the meta model and some of the additions seem a step forward.

Cheers

Ivo

 

 

0
by Roland Woldt Author
Posted on Tue, 11/30/2010 - 02:08

Ivo, you're right, even though you can get confused sometimes if you believe all the hype nowadays :-) I wanted to get some "color" around it, but think that a certain (business modeling) purpose requires a certain model type that meets that purpose.

BPMN has a well defined scope (model to execution) but it is not *the* new method that is way better than other notations. And I agree - the new meta model is a step forward.

0
by Sebastian Stein
Posted on Tue, 11/30/2010 - 11:18

Roland, thank you for starting this initiative!

0
by Mojtaba Hedayatinia
Posted on Sun, 12/05/2010 - 09:52

Very helpful, TNX.

0
by hamzah ritchi
Posted on Mon, 07/11/2011 - 23:14

Thank you for sharing.  I'll step trough it.

0
by Max Tay
Posted on Mon, 07/18/2011 - 07:56

BPMN was never meant as a cure for everthing. Within the OMG initiatives, there are other models for the various mentioned needs. One example is the Business Motivation Model for the strategy to process (known as course of action) mapping. SBVR is a newly work in progress for busienss rule modeling. Similarly there is, I think, works on organisational modeling.

In addition to that the business object model or class model or logical data model is always the defacto model for information modeling.

BTW, there is no need for functional breakdown as the organisation itself is the breakdown op business functions. If one insists, there is always the business process architecture framework (several of very good ones) which could easily be adapted.

In conculsion, the name says it all, ie. Business Process Model and Notation.

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock