BPMN Diagrams – Introduction to Intermediate Events

BPMN Diagram

Intermediate events are one of the more complex and expressive elements of BPMN diagrams. Here we introduce the different intermediate events.

Background

We presented an introduction to BPMN diagrams almost a month ago. Business analysts are often required to document as-is processes and to-be processes. These diagrams help identify the scope of a software project. The diagrams can also help uncover requirements that might be overlooked without diagramming the processes.

The BPMN specification is designed to establish a common language and convention for creating process diagrams. This common convention allows people who are familiar with modeling, but new to a project to avoid learning a new diagramming language on each project or for each client. We have a link to the official version of the spec in our introductory post (we will update that link if and when the spec changes).

Intermediate Events

There are nine (yes 9!) different forms of intermediate events. And no, you don’t have to read about all of them in today’s article. We’ll just introduce them, and cover them in other articles. The following is the list of intermediate events defined in the BPMN specification.

  • None Intermediate Event. Used to designate a change in state within a business process.
  • Message Intermediate Event. Used to respond to incoming messages or send outgoing messages.
  • Timer Intermediate Event. Causes a delay in a process, or initiates behavior at a set time or set delay.
  • Error Intermediate Event. Throws or catches an error within a process.
  • Cancel Intermediate Event. Used to cancel a transaction sub-process when a cancel end event is reached.
  • Compensation Intermediate Event. Used to initiate or handle compensation within a process.
  • Rule Intermediate Event. Used only for exception handling and is triggered when the rule proves to be true.
  • Link Intermediate Event. Connects another link event to allow for “jumping” from one process to another. Jumping is a “GOTO” statement, not a “GOSUB” statement.
  • Multiple Intermediate Event. An event that can be triggered in any of multiple ways.

BPMN Intermediate Events legend

  • Scott Sehlhorst

    Scott Sehlhorst is a product management and strategy consultant with over 30 years of experience in engineering, software development, and business. Scott founded Tyner Blain in 2005 to focus on helping companies, teams, and product managers build better products. Follow him on LinkedIn, and connect to see how Scott can help your organization.

5 thoughts on “BPMN Diagrams – Introduction to Intermediate Events

  1. I have just found your blog (Sandy Kemsley posted a del.icio.us link which I picked up on).

    You’ve got some great background information on here, so I’ll keep reading.

    Cheers
    Phil

  2. Thanks Kevin! Let me know if you see any areas where you would like more detail. I think I can see the light at the end of the tunnel wrt the “intro” posts I’ve been doing. I’ll follow this series with some form of cookbook/patterns/caseStudies using (cleansed) real-world examples. If there’s enough interest, it may become an ongoing series.

Leave a Reply to Scott Sehlhorst Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.