Skip to content
New issue

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

Add C8 Script Task result variable #25

Closed
marstamm opened this issue Jan 31, 2023 · 0 comments · Fixed by #26
Closed

Add C8 Script Task result variable #25

marstamm opened this issue Jan 31, 2023 · 0 comments · Fixed by #26
Assignees
Labels
enhancement New feature or request spring cleaning Could be cleaned up one day

Comments

@marstamm
Copy link
Contributor

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

@marstamm marstamm added enhancement New feature or request spring cleaning Could be cleaned up one day labels Jan 31, 2023
@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Feb 1, 2023
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Feb 1, 2023
@fake-join fake-join bot closed this as completed in #26 Feb 2, 2023
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Feb 2, 2023
marstamm added a commit to bpmn-io/bpmn-js-properties-panel that referenced this issue Feb 2, 2023
marstamm added a commit to bpmn-io/bpmn-js-properties-panel that referenced this issue Feb 2, 2023
marstamm added a commit to bpmn-io/bpmn-js-element-templates that referenced this issue Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request spring cleaning Could be cleaned up one day
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant