process-analytics / bpmn-visualization-js

A TypeScript library for visualizing process execution data on BPMN diagrams
https://process-analytics.github.io/bpmn-visualization-js/
Apache License 2.0
216 stars 29 forks source link

[FEAT] Render the Compensation Marker of an activity #355

Open csouchet opened 4 years ago

csouchet commented 4 years ago

Is your feature request related to a problem? Please describe. Render BPMN Element - depends on #347

image

image

Note for implementation See the development documentation for details.

Please reuse the icon used for the Compensation Event.

Notes

csouchet commented 4 years ago

Proposed icon: https://github.com/tailwindlabs/heroicons/commit/ecfba30b87166c07993ed8162ce47073752e41f9#diff-5afae2d6f8369c526f51a6c3c024c67c

image

csouchet commented 4 years ago

https://www.flaticon.com/free-icon/rewind_149129

image

tbouffard commented 4 years ago

https://thenounproject.com/vityavorobyev/icon/443400/ image

https://thenounproject.com/vityavorobyev/icon/443401/ image

tbouffard commented 3 years ago

The icon has been choosen for the Compensation Events. We will reuse it here.

tbouffard commented 6 months ago

Proposed prototype to implement this issue: https://github.com/process-analytics/bpmn-visualization-js/pull/2724