BPMN 2.0 Serialization Constraints

Correct and standard compliant serializations of BPMN process models are crucial for model exchange between tools, automatic application of academic verification approaches and executability on BPMN engines.
The official standard document does not provide an extensive set of all constraints regarding the correctness of model serializations.
We try to fills this gap by presenting a categorized list of generic, technology independent constraints stated by the standard.

Prototypic tools checking all constraints are currently under development.
As a first step the Java-Tool "BPMNspector" (available at GitHub) has been released. BPMNspector is able to check

  • the correctness of BPMN process regarding the normative XSD definition
  • all occurring references (e.g., a "MessageRef") whether the referenced element is existing (i.e., the ID is defined in the model) and whether it has the correct Type (i.e., "Message" in case of a "MessageRef").
  • 40 (of 52) constraints defined for the "descriptive conformance sub class"

To contribute new constraints, report errors and to give general feedback to our work, just send an email or open an issue at GitHub.

Publications

http://www.BPMNspector.org

Participants

Matthias Geiger

Contributing Students

Andreas Vorndran
Philipp Neugebauer