-
Notifications
You must be signed in to change notification settings - Fork 56
Examples of BPMN diagrams
KrzyHonk edited this page Jul 11, 2017
·
6 revisions
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.
- 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.
- bpmn.io (Camunda library implementation) (file: camunda-simple-example.bpmn)
Same example as described before, but this one example was created using bpmn.io.
- 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. - bpmn.io (Camunda library implementation) (file: camunda-complex-example.bpmn)
Same example as described before, but this one example was created using bpmn.io.