I have the requirement to run the batch job on every midnight at 12:05 AM once a day.
Could you please help me on that how to configure the cycle using crron expression?
Below attached BPMN are not triggering.
cron-job-test.bpmn (2.6 KB)
Thanks in Advanced.
Looking at the Timer Documentation
A value of R/2023-12-15T00:05:00/P1D
should do it.
Alternatively, from the Cron Expression doc, you could use 00 05 00 * * *
@GotnOGuts ,
I tried both the approach in C8.1 but not working.
Thanks
If you deploy it an leave it for 24h, does it start at a different time?
You might need to correct for the Gateway or Broker running in UTC…