[BUG] Elements of an expanded Call Activity are not linked to the Call Activity #2036
Closed
5 tasks done
Labels
BPMN support
Something about the BPMN specification that the lib is already supporting or will support
bug
Something isn't working
Milestone
For such elements, the parent property is not set to the Call Activity.
If we filter a BPMN source to display only the content of a specific
Pool
(see #2063), the content of an expandedCall Activity
is not displayed because we don't find the parent relationship like in this example involving the miwg-test-suiteB.2.0
diagram.This also prevents from collapsing call activities (we would like to restore this experimental feature #1871)
This is due to the fact that, at no time, the information from the called
Process
is stored: https://github.com/process-analytics/bpmn-visualization-js/pull/2020/files#diff-a3f4d22ee90476febc6e7329a9d846e235d02b8e5e49b9c3fdc9fe92c1937b38R151To do that we need to
CallActivity
and itscalledElement
in amap
Process
and theProcess id
in amap
CallActivity
as parent of all the elements of theProcess
corresponding to itscalledElement
.CallActivity
The text was updated successfully, but these errors were encountered: