Closed MaxTru closed 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.
*eventDefinitions
Describe the solution you'd like Extract processVariables from:
bpmn:errorEventDefinitions
camunda:errorCodeVariable
camunda:errorMessageVariable
<bpmn:errorEventDefinition id="ErrorEventDefinition_0dv020s" errorRef="Error_1cttq7o" camunda:errorCodeVariable="varA" camunda:errorMessageVariable="varB" />
varA
varB
bpmn:escalationEventDefinition
camunda:escalationCodeVariable
<bpmn:escalationEventDefinition id="EscalationEventDefinition_0dbxygj" escalationRef="Escalation_1qli310" camunda:escalationCodeVariable="varC" />
varC
Describe alternatives you've considered
None
Additional context
Was highlighted by @ingorichtsmeier (thanks!)
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:
bpmn:errorEventDefinitions
->camunda:errorCodeVariable
andcamunda:errorMessageVariable
<bpmn:errorEventDefinition id="ErrorEventDefinition_0dv020s" errorRef="Error_1cttq7o" camunda:errorCodeVariable="varA" camunda:errorMessageVariable="varB" />
varA
andvarB
bpmn:escalationEventDefinition
->camunda:escalationCodeVariable
<bpmn:escalationEventDefinition id="EscalationEventDefinition_0dbxygj" escalationRef="Escalation_1qli310" camunda:escalationCodeVariable="varC" />
varC
Describe alternatives you've considered
None
Additional context
Was highlighted by @ingorichtsmeier (thanks!)