-
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 intermediate message catch event templates #890
Comments
In the current state, we don't set $parent on message. I will look into this in spare time. |
I will implement a fix for bpmn-io/bpmn-js#1872 as this is an annoying blocker for external label elements. |
I implemented unlink and removal. At the moment, copy and paste does not work properly as we reuse the message unintentionally. I should build a prototype for this tomorrow. |
What is still missing is "Remove message when the shape is removed" 🤡 |
Follow-up:
I did not create an issue for magic string as it's a refactoring. |
What should we do?
In order to accomplish camunda/camunda-modeler#3403, we need to implement proper support in the element templates infrastructure:
bpmn:Message
bindings:generatedValue: 'uuid'
Modeling#updateModdleProperties
does not add label for events name modification bpmn-js#1872Why should we do it?
Related to camunda/camunda-modeler#3403
The text was updated successfully, but these errors were encountered: