Non interrupting timer boundary event elapsing only once

Hi ,
I have a intermediate boundary timer event attached to a parallel multi instance. So for every 30 seconds the timer should elapse and some script needs to be executed.
When I am trying to test it, the timer is getting elapsed only once.

Attaching my bpmn. Please help.msc-operations-execute-flow.bpmn (14.4 KB)

Below is the bpmn while executing


Only once the timer got elapsed and script got executed. Please help me where I am going wrong.

Hi @Sravya_Boppana,

you have to set the timer configuration to cycle: Timer Events | docs.camunda.org.

Hope this helps, Ingo

Thanks @Ingo_Richtsmeier for your prompt reply. This solution worked super good for me