Open thomas-ferchau opened 2 months ago
@philippfromme Not being able to navigate inside is probably a side-effect of https://github.com/bpmn-io/bpmn-js-token-simulation/blob/main/CHANGELOG.md#0331. :upside_down_face:
Thanks @thomas-ferchau for the report. This relates to https://github.com/bpmn-io/bpmn-js-token-simulation/issues/114, a general improvement issue we have open.
Describe the Bug
When activating the token simulation in Camunda Modeler for a BPMN process that contains a collapsed sub-process, I cannot navigate into the sub-process.
Problem: The blue arrow icon next to the collapsed sub-process task is missing:
Therefore, I cannot see the token going through the sub-process. And when a token pauses in the sub-process (at a pause point, for example), I cannot make it continue - so the simulation is stalled at that point.
The problem of the missing arrow icon occurs with the latest token simulation plugin that contains version 0.34.4. It works with plugin v0.20.0 that contains version 0.33.0.
Steps to Reproduce
resources/plugins
of the Camunda Modeler installation directory https://github.com/camunda/camunda-modeler-token-simulation-plugincollapsed-subprocess.bpmn
(attached in bpmn-files.zip).For comparison, I have also attached
expanded-subprocess.bpmn
(no problem there).To try a working version, stop the modeler, delete the sub-directory
camunda-modeler-token-simulation-plugin
, and instead extract the zip file of the plugin v0.20.0 intoresources/plugins
. Then repeat the steps above - the blue arrow is displayed in this version https://github.com/camunda/camunda-modeler-token-simulation-plugin/releases/tag/v0.20.0Expected Behavior
The blue arrow for navigating into the collapsed sub-process should be visible.
Note: The screen recording in https://github.com/bpmn-io/bpmn-js-token-simulation/issues/114 shows the blue arrow while the simulation is active (must have been recorded with an older version).
Environment