What is BPMN?

compared with
Current by Graham Crosmarie
on Oct 17, 2012 15:05.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
The graphical modeling of a buisness process using BPMN 2.0 which is the core of BPMN is done using a quite intuitive set of elements allowing a quick understanding for any user if the diagram is not too big or too complicated.

Since the version 2.0, BPMN also defines a serialization for its diagram. In the previous versions, the standard was only graphical. This produced problems of interoperability : BPMN 1.x users had to use XPDL which is a standard for business process noatation based on XML. But XPDL specifications were not strict enough and therefore the problem of interoperability was not totally solved.
To ensure interoperability each BPMN 2.0 diagram corresponds to a single XML serialization containing all the information semantically related to the business process itself. This unique serialization of a business process representation allows the exchange of this process and its use in different modeling tools.
BPMN 2.0 also provides a standard called BPMN Diagram Interchange (BPMNDI) which is also based on a XML serialization. This standard is used to complete the BPMN 2.0 textual notation by adding the graphical information of the diagram to core Xml serialiazition. This notation allows to import BPMN 2.0 diagrams directly into a graphical modeling tool if it conforms to the BPMN 2.0 specifications.