Event Gateways & Sequence Flow issue in online modeler

Hi,

When using the online modeler, the system imposes that sequence flow must go into a Event Gateway, and does not allow me to do outgoing sequence flow.
Trying to draw this sample : Event-based gateway | Camunda 8 Docs does not seem to be possible as the system will “force” the sequence flow back in the “wrong” direction.
Is this intended behaviour or a quirk ?

Thanks,
Maxime

Are you sure you are connecting the gateway to an intermediate catch event of type timer, message or signal as described in the documentation?

That is indeed the restriction that I was not aware of.

I knew based on specification some triggers were forbidden, but I was expecting to be able to add an intermediate event with no triggers (“None”, or empty circle).

But looking back again on the specification, it turns out the “no trigger” intermediate events are not associated with a specific subclass, so I understand why the solution is implemented this way.

Sorry for the false report, folks.