Listen shape problem

#12367

Let me see if I have this right, you have multiple Receive Shapes that you want to route your message to?

If that is the case, you can not really do that. You can only have one Active Receive per Orchestration unless you have a Convoy – and I don’t think that fits here.

Maybe a better approach would be to receive all the different messages in through a single Receive Shape and then use a decision shape to get into the right branch.

Or, you can create separate Orchestration and route the message to the one.

Would this work for you?