Token blocked across pools

Hello everyone,

I’m starting to use the modeler and the token simulation but I’m facing an unexpected issue.

Could someone tell me why the token is blocked and doesn’t continue after moving in the second pool ?

Welcome @Franck_DIEDRICH,

Message flow cannot replace sequence flow. As a rule of thumb, every activity should have one incoming and one outgoing control flow. Messages are used for communication between processes. A task, such as “Send to verification”, requires both an incoming sequence flow saying that it has been reached by the process and a message flow indicating that the necessary information of a different process have been received.
Corrected, your model could look something like this:

Furthermore, your sending and receiving tasks are named in a way which does not indicate that they send/receive a message. I’d change that.

Hope this helps!

5 Likes

Thank you for your reply