Hi all,
I understand multiple timer start events are not permitted in Camunda Modeler. Whats the best way round this?
I want a process to execute every 24 hours at set times during the day. This would work fine with 5 timer start events each with different cron expressions. I also want to set variables depending on the time of day too, which I could do nicely with timer start events.
Whats the alternative? I know I could use the API but keeping everything within the modeler would be preferred.