cancel
Showing results for 
Search instead for 
Did you mean: 

How to start a BPMN flow every day at 9 pm using Timer Start Event ?

bineeshb09
Champ in-the-making
Champ in-the-making
Hi All,

I have requirement in which i need to start a BPMN workflow everyday at 9 pm using Timer Start Event . How to do this ?

What should i pass in <timeCycle></timeCycle

Thanks,
Bineesh
1 REPLY 1

daisuke-yoshimo
Star Collaborator
Star Collaborator
You can specify time cycle using cron expressions like this example.
0 0 21 * * ?

You can refer to the following link.

「Activiti User Guide 8.2.2. Timer Event Definitions timeCycle」
http://www.activiti.org/userguide/#timerEventDefinitions

「Quartz 2.x Docs Cron Expressions」
http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-06.html