I have a BPMN as attached. If the execution got stuck for more than 30 minutes in the call activity named as Human Detection Process the associated IntermediateThrowEvent timer will be activated.If the timer activated it is handled at next service task ‘Build aggregated jobOutput’.How can I identify that the execution has happed through timer.Face_and_body_detection.bpmn (15.5 KB)
Hello Prem_Kumar,
You can set variable with execution listener on TimerEvent, and then evaluate the value of the variable later in process.
1 Like
Thank you @roman-mkh. I will check this approach.
Great @roman-mkh.It works.Thank you again.