Parallel Event-Based Gateway?

I can’t see the Parallel Event-Based Gateway in Camunda Modeler, so I’m assuming that it is not supported.
Which alternative could I draw for this scenario without using it in the Camunda BPM 7.13 ?

For most cases just using a parallel gateway will work.

Thanks Niall,
But would a parallel gateway work for this specific case where I need to have two messages events in order to start a process ?

Hi @cvgaviao,

I don’t think there is an alternative.

Using a parallel event-based gateway means both Event 1 and Event 2 should be triggered to create a single process instance whereas using the normal parallel gateway will cause a deadlock (If one event is triggered, a new instance is created and a token to be waiting at the parallel gateway forever as triggering the 2’nd event will create a completely new instance)