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] Display Text Annotation related to Pool #2635

Open csouchet opened 1 year ago

csouchet commented 1 year ago

For now, we only support the Text Annotation defines in the process tag and subProcess tag (see #94).

In the BPMN specification, the textAnnotation can be defined in the collaboration, to represent a Text Annotation related to Pool, and linked by an association.

Need to update the unit tests for the JsonParser, for the textAnnotation and the incoming/outgoing (#2521).

tbouffard commented 1 year ago

Notice that we already support some "text annotation" attached to a Pool. See https://github.com/process-analytics/bpmn-visualization-js/issues/2588#issuecomment-1486009968