How to throw and catch messages between pools?

I don’t seem to be able to get my proces model working, any help would be appreciated.

A setup with two pools, the first one should throw a message with send-task or with send message intermediate event and the second pool starts with a message start event.

It works fine in the token-simulation. The second pool is executable and the start messages event is linked to a global message reference. The send-task requires a task-definition type … what do i place there to make sure it sends a message to the message start event in the other pool?

Hello @Armando ,

you should use a zeebe worker here that can use the zeebe client to publish a message via the gateway.

I hope this helps

Jonathan

1 Like