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

I can use bpmn model api to create a script task with feel expression #10692

Closed
skayliu opened this issue Oct 12, 2022 · 0 comments · Fixed by #10693
Closed

I can use bpmn model api to create a script task with feel expression #10692

skayliu opened this issue Oct 12, 2022 · 0 comments · Fixed by #10693
Assignees
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior version:8.2.0-alpha1 Marks an issue as being completely or in parts released in 8.2.0-alpha1 version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0

Comments

@skayliu
Copy link
Contributor

skayliu commented Oct 12, 2022

Is your feature request related to a problem? Please describe.
I want to use bpmn model api to create a script task with feel expression

Describe the solution you'd like
I can model a script task with feel expression in C8

Describe alternatives you've considered
No.

Additional context

new BPMN extension element for script task: zeebe:script

<bpmn:scriptTask id="Activity_1f7zluu">
    <bpmn:extensionElements>
        <zeebe:script expression="=today()" resultVariable="result"/>
    </bpmn:extensionElements>
</bpmn:scriptTask>
@skayliu skayliu added the kind/feature Categorizes an issue or PR as a feature, i.e. new behavior label Oct 12, 2022
@korthout korthout added the version:8.2.0-alpha1 Marks an issue as being completely or in parts released in 8.2.0-alpha1 label Nov 1, 2022
@npepinpe npepinpe added the version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0 label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior version:8.2.0-alpha1 Marks an issue as being completely or in parts released in 8.2.0-alpha1 version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants