Closed marstamm closed 1 year ago
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:
Add an extractor for Script Task result variable for C8
none
Is your feature request related to a problem? Please describe.
Starting with Camunda 8.2, script tasks will support feel expressions:
They are currently not returned when extracting variables and therefore not available for FEEL completion:
Describe the solution you'd like
Add an extractor for Script Task result variable for C8
Describe alternatives you've considered
none
Additional context