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

Add C8 Script Task result variable #25

Closed marstamm closed 1 year ago

marstamm commented 1 year ago

Is your feature request related to a problem? Please describe.

Starting with Camunda 8.2, script tasks will support feel expressions:

<bpmn:scriptTask id="Activity_0665aea">
  <bpmn:extensionElements>
    <zeebe:script expression="=foo" resultVariable="bar" />
  </bpmn:extensionElements>
</bpmn:scriptTask>

They are currently not returned when extracting variables and therefore not available for FEEL completion: image

Describe the solution you'd like

Add an extractor for Script Task result variable for C8

Describe alternatives you've considered

none

Additional context