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.