bpmn-visualization-js
bpmn-visualization-js copied to clipboard
[FEAT] Render Message Flow with initiating & non-initiating message with Bounds
Is your feature request related to a problem? Please describe. The Message linked to a Message Flow can have Bounds.
Describe the solution you'd like
- Modify the internal model to add the message Bounds on the edge of the message flow.
- Update a MxGraph style for message flow with message (with Bounds).
See the started work in the PR #571
BPMN specification

⚠️ Check the contribution guidelines for BPMN support