bpmn-visualization-js
bpmn-visualization-js copied to clipboard
[FEAT] Display Association related to Pool
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).
Notice that we already support some associations attached to a Pool. See https://github.com/process-analytics/bpmn-visualization-js/issues/2588#issuecomment-1486009968