Multiple schedules for a Process definition

Hello,

Is there a way we can have multiple schedules created for a single process definition?

Use case - Run a workflow every two days with no end date.
In this case, ideally we can use a CRON + Cycle + Start Timer Event. But as CRON is not really every N days, sometimes, the process definition may not run every two days. Given below is an example.
The process will run on Dec 31 and Jan 1. Or does Camunda have any in-built mechanism that would handle this? If not, we may have to create multiple schedules to address this.

Cron_every_2days

Hi @deepu.v87,

what about a Timer Definition like: R/2019-06-04T09:00/P2D?

Have a look at: https://docs.camunda.org/manual/7.11/reference/bpmn20/events/timer-events/#timer-start-event

Hope this helps, Ingo

1 Like

Thanks a lot. I never knew you could have the ‘R’ without a specified n.