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

Support processVariables defined in *eventDefinitions #9

Closed MaxTru closed 3 years ago

MaxTru commented 3 years ago

Is your feature request related to a problem? Please describe

ProcessVariables defined as part of *eventDefinitions are not yet extracted by the library. This shall be added.

Describe the solution you'd like Extract processVariables from:

Describe alternatives you've considered

None

Additional context

Was highlighted by @ingorichtsmeier (thanks!)