We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
deps: bump to @bpmn-io/extract-process-variables@0.8.0
dce3a47
related to bpmn-io/extract-process-variables#25
7151afe
ade6de4
marstamm
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: