Skip to content

Examples of BPMN diagrams

KrzyHonk edited this page Jul 11, 2017 · 6 revisions

Diagram examples

This page shows structures of each example BPMN diagram, used in tests included with package. Each of them is created using different BPMN editor - for each example XML file may differ in some structural parts, but in terms of functional equlity, processes are the same.

Simple diagrams

  • Signavio BPMN Editor (file: signavio-simple-example.bpmn)
    Simple business process diagram example, includes four tasks, start and end event. XOR gateway (exclusie gateway element) splits the process flow into two ways. Diagram was created in Signavio BPMN Editor.
    signavi0-simple-example
  • bpmn.io (Camunda library implementation) (file: camunda-simple-example.bpmn)
    Same example as described before, but this one example was created using bpmn.io. camunda-simple-example

Complex examples

  • Signavio BPMN Editor (file: signavio-complex-example.bpmn)
    More complex example, which uses different types of gateways and events. Diagram was created in Signavio BPMN Editor. signavio-complex-example
  • bpmn.io (Camunda library implementation) (file: camunda-complex-example.bpmn) Same example as described before, but this one example was created using bpmn.io. camunda-complex-example
Clone this wiki locally