BPMN - Timer event with infinite cycles,

Hi , Is it possible to configure timer cycle with infinite recurrence in BPMN?
Requirement is process will keep running in defined intervals until external system calls the API to kill or stop the process.

What do you mean when you say

Can you upload a model to help me understand what you’re trying to do.

q2c.bpmn (5.4 KB)

@Niall Here is the bpmn.

You have to configure your cycle timer event to use a timer definition like R/PT10S
You’d normally configure it like R25/PT10S to execute it 25 times but if you just leave the number out it means unlimited.

1 Like