Signal Start Event working on Token Simulation, but not when deployed to cluster

Hello, everyone. I hope you are having a great day.

So, I’m currently experiencing a problem regarding signals on Camunda 8. Here’s my BPMN diagram.

When I do a token simulation on it, the signal thrown by the Signal Throw Event on the first lane is caught by the Signal Catch Start Event on the second pool. However, when I try to deploy it and run an instance of this process, the signal is not caught. Why is that?

Check whether the second pool (the one with the signal start event) is executable (checkbox in the Participant General Properties).

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.