bpmn-io / extract-process-variables

An util for bpmn-js to extract Camunda BPM process variables from a BPMN 2.0 diagram.
MIT License
0 stars 2 forks source link

Extract Process Variables #1

Closed pinussilvestrus closed 4 years ago

pinussilvestrus commented 4 years ago

This offers two API methods

Note that this is independent from diagram-js, so it will only work with moddle elements/business objects. Note that some utils from other projects were used and modified for the purpose of this library (e.g. the InputOutputHelper from bpmn-js-properties-panel). The goal is to not have dependencies to other projects, that's why they were copied and re-written.

Which issue does this PR address?

Related to bpmn-io/bpmn-js-properties-panel#342

Acceptance Criteria

Definition of Done