Cawemo BPMN – connecting gateways

Hey there,
so I tried connecting an exclusive gateway to activities in other pools. Unfortunately, I can only connect it to events within the same pool.
Do you have any ideas how to make it work?
I am modeling a complex process and it is crucial for understanding to make these connections.
Thanks!

This isn’t possible in the bpmn standard. Gateways are there to orchestrate token flow and by definition tokens must only exist in the instance of the process that generated it. Our modeler basically enforces this rule.

So - If you want to communicate with another pool you’ll need to do that with message events or tasks.