-
Notifications
You must be signed in to change notification settings - Fork 197
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
Support zeebe:userTask
#1026
Support zeebe:userTask
#1026
Conversation
35c3917
to
022f027
Compare
The external reference field should be FEEL-optional |
Ready for review. |
So apparently this is now failing on CI due to some changes in the behaviors module. |
In 468b1ec, I am removing the tests which caused CI to fail. We don't want to remove output parameters via "propagateChildVariables" switch anymore. |
0540c55
to
468b1ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works like a charm. I like how we retain the existing context where appropriate, too.
Consider one feedback (remove double implement) as a potential follow-up.
I updated the label and will be merging this shortly. |
Requires camunda/camunda-bpmn-js-behaviors#67 to be integrated.
Related to camunda/camunda-modeler#4087