-
Notifications
You must be signed in to change notification settings - Fork 495
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 add a text annotation to a sequence flow #402
Comments
Number one reason I'm avoiding using Camunda fyi. My colleagues and I would prefer to create and pass distribute proposed flows but there's no easy way to add feedback within the spec itself. |
You could also work with the document attribute. |
I tried to implement this but then discovered that it's too complex for In
However, this requires also a new concept in I am afraid that even if I implement it now, we may expect crashes in some other places where we take the same assumption but which I haven't discovered yet. |
We'd be interested in this enhancement too. The mentioned workaround with the document attribute doesn't work for us, as we use templates and as soon as a template is assigned, the document attribute disappears. |
Is your feature request related to a problem? Please describe.
Currently, text annotations can't be added to sequence flows. It is allowed by the BPMN 2.0 spec, though:
Describe the solution you'd like
Make it possible to connect and add text annotations to a sequence flow.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
This has to be added to
bpmn-js
(rules and context pad action).The text was updated successfully, but these errors were encountered: