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 Association related to Pool #2637

Open csouchet opened 1 year ago

csouchet commented 1 year ago

For now, we only support the Association defines in the process tag and subProcess tag (see #397).

In the BPMN specification, the association can be defined in the collaboration, to represent a Association related to Pool.

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

tbouffard commented 1 year ago

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