-
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
fix: only show priority assignment in zeebe:userTask
#1077
Conversation
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.
One minor nit-pick: I'd consolidate the "is this a relevant task" into a single utility.
5376d87
to
e756acc
Compare
Closes #21772
e756acc
to
e85bbeb
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.
Thanks for the fix 🚀
We still need to ensure this field is removed when the user switches the types (via https://github.com/camunda/camunda-bpmn-js-behaviors). It otherwise remains in the XML. |
Related to #21772