Camunda 7 - Message and Signal events

Hi Team,

Can event listen for multiple events in camunda? If yes, how to achieve that?

I have one process instance with catch event and there can be n number of other process instances with throw event.

In short it will become many to one. Normaly we have signal which is one to many and Message which is one to one.

Thanks
Pradip Patil

If you want to listen for multiple different events you’d need to model them explicitly. It’s a little easier to listen to many expected message events, as you can use a Reveive Task with a multi-instance marker.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.