camunda / camunda-modeler-token-simulation-plugin

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

Token simulation makes endless loop in optional back loops #56

Closed renepeinl closed 2 years ago

renepeinl commented 2 years ago

I have a process that consists of a user task and a service task. The service task should read data from a separate system. Based on that data, the human task needs to be repeated or the process ends. I modeled that with two exclusive gateways, one before the user task (joining the branches together) and one after the service task, routing the flow back to the first gateway, if the condition is met. I would have expected, that the token simulation either neglects the optional back loop, or goes once through the loop and then continues towards the process end. But even if I make the flow towards the end event the default flow, it does not change anything. That's really a pity. Otherwise it's a nice tool.

philippfromme commented 2 years ago

Could you please add a screenshot or screencast of the example you're talking about? That would make understanding your problem easier.

pinussilvestrus commented 2 years ago

@renepeinl any updates on this one?

marstamm commented 2 years ago

Closing due to inactivity. Feel free to reopen with new Information