I can’t seem to get a test example of a message gateway to work that includes a message throw to another pool and then message throw from the second pool back to the first. What am I missing?
test3.bpmn (12.6 KB)
I can’t seem to get a test example of a message gateway to work that includes a message throw to another pool and then message throw from the second pool back to the first. What am I missing?
test3.bpmn (12.6 KB)
What is the issue? Is your throw in the bottom process occurring before you arrive at the event gateway?
My issue is that the email employee activity never happens and the flow in the gateway_testing pool just sits at the event gateway.
Thanks for being willing to help!
I see what happened somehow I forgot the correlateWithResult() express in my intermediate throw.