Good evening everyone, quick question. After deploying a cycle-type start event timer, do I need to start the process in the tasklist, or will it run automatically at the scheduled time?
You don’t need to start it manually. If you set a start time it will automatically start at that time:
R20/2025-07-31T16:10:00+10:00/PT90S
If you don’t specify a time to start,
R20/PT90S
It starts after the cycle interval, from the time it was deployed. In my example, it starts 90 seconds after deployment.
2 Likes
Interesting that if I use the cycle R20/PT90S the process is executed 20 times and that’s it, as expected. But I can’t find a way to trigger the process again just by re-deploying from the Modeler. I have to make a minor charge in order to have it triggered again.
Probably you have to do it programmatically or via API (if there is one).
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.