This is a simple parser of BPMN (Business Process Model and Notation files.
The component receives binary content of a XML BPMN file, and parses all its content to a structure output, as well as to a JSON structure.
This initial version parses the following BPMN artifacts:
As for the backlog for next versions:
This implementation is based on the output of the Bizagi Modeler:
https://www.bizagi.com
For more information on the BPMN rules and notation:
https://www.bpmn.org/
Fixed a bug on the parsing procedure of Process elements.