Scheduling process instances to start every month

Welcome again,
I’m looking for a good way to start a new process instance every month exactly at 10 AM last day of the month. Not sure if this even possible with Camunda Timer Events.

Thanks!

Hi @dikey94,

I think timer event is exactly what you are looking for, please take a look at the documentation
https://docs.camunda.org/manual/7.6/reference/bpmn20/events/timer-events/#time-cycle

Cheers,
Askar

1 Like

I’m not sure if Timer Events are enough. How to describe repeating in an infinite loop and starting always on the very last day of the month?

Just found this: http://www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/tutorial-lesson-06.html

Thanks!

Yes, @dikey94

cron schedule is exactly what you want to define.

Cheers,
Askar

1 Like