Reg error event in Camunda

Hello, I have a an existing BPMN which handles global errors
and the error event used in BPMN is as shown below and using this we make use of global error handler

image

image

I was trying to add same error event in my new BPMN then I dont find the same…
I am using camunda modeler version 4.12.0

when I try to add I could see only below options not the error event mentioned above

image

Can you let me know why ?

I tried to copy the old one to new bpmn file still it does not copy the same error event

Thanks,

Sajeesh

That particular event can only exist inside of an event sub process.
So first create an event sub process and then you can add the start event inside it.

1 Like

Thank You Niall,I will create event subprocess and try to add this then will confirm whether it was ok or not