I have a bpmn camunda process wherein I make use of terminate end events to end the process instance after a specfic time . however I have other components such as message intermediate catch event which has a specfic execution listner attached to it . Now as terminate end event terminates all element instances simultaneously it also invokes the Java class attached to execution listner of other components where the token was waiting before it got terminated
Hi @vaibhav and welcome to the Camunda forum!
I found Skipping execution listeners which describes a likewise scenario. Maybe this could also work for you?
Hope it helps!