@atlas-engine/core.process_model_parserdeprecated

Parses BPMN xml files into the ProcessModel object employed by the AtlasEngine.

Usage no npm install needed!

<script type="module">
  import atlasEngineCoreProcessModelParser from 'https://cdn.skypack.dev/@atlas-engine/core.process_model_parser';
</script>

README

AtlasEngine ProcessModelParser

This package contains the BpmnModelParser, which implements the IModelParser interface from the @atlas-engine/core.contracts package.

It is used for reading the raw XML of a BPMN file and converting it into a JSON-based object structure, which can be interpreted by the AtlasEngine.

To make it easier to understand, the Parser is divided into several smaller parsers, each designed to parse a certain part of the BPMNs raw XML.