camunda / camunda-modeler-token-simulation-plugin

Token simulation as a plugin for the Camunda Modeler
175 stars 24 forks source link

Collapsed Subprocess will pause the simulation #58

Open ManuelDittmar opened 1 year ago

ManuelDittmar commented 1 year ago

Describe the Bug

When modeling a collapsed subprocess and the subprocess is not modeled, the simulation will pause. Boundary Events can be triggered, but the subprocess cannot be "completed".

image

Steps to Reproduce

  1. Open Diagram BoundaryEventTimer.bpmn.txt

  2. Start Token Simulation

  3. Start Process at Start Event "Start"

  4. Token waits at collapsed Subprocess "A"

Expected Behavior

I expect the behavior to be the same as when using e.g. a call activity, when the subprocess is "empty".

image

How you could still do the simulation currently:

Environment

nikku commented 1 year ago

Thanks for opening this issue. Happy to take a contribution to fix this upstream.