bpmn-visualization-js
bpmn-visualization-js copied to clipboard
[FEAT] Render the Compensation Marker of an activity
Is your feature request related to a problem? Please describe. Render BPMN Element - depends on #347
- The marker for a Task that is used for compensation MUST be a pair of left facing triangles (like a tape player “rewind” button).
-
The Compensation Marker MAY be used in combination with the loop marker or the multi-instance marker.
-
All the markers that are present MUST be grouped and the whole group centered at the bottom of the shape.
Note for implementation
See the development
documentation for details.
Please reuse the icon used for the Compensation Event
.
Notes
- prior implementing this feature, some general improvements applying to markers must be implemented first. See #3146
Proposed icon: https://github.com/tailwindlabs/heroicons/commit/ecfba30b87166c07993ed8162ce47073752e41f9#diff-5afae2d6f8369c526f51a6c3c024c67c
https://www.flaticon.com/free-icon/rewind_149129
https://thenounproject.com/vityavorobyev/icon/443400/
https://thenounproject.com/vityavorobyev/icon/443401/
The icon has been choosen for the Compensation Events. We will reuse it here.
Proposed prototype to implement this issue: https://github.com/process-analytics/bpmn-visualization-js/pull/2724