Orchestrator - How to Schedule Jobs Using Triggers

Hi team,

I want to schedule my process on the second day of the month using triggers
For example: I want my process to run 2nd of April at 8:00PM, 2nd of May at 8:00 PM, 2nd of June at 8:00 PM and continues like that.
Here is the screenshot where I want to do the scheduling.

Thanks!

Hi @Sisay_Dinku ,

Use the following expression in advanced mode:

0 0 20 2 1/1 ? *

You can build cron expression from here:
http://www.cronmaker.com

1 Like

Hi @vishal.kp

Could you elaborate what the expression represent? Also, please let me know where exactly this expression is written in create trigger.

image

To know more about building cron expressions:

@vishal.kp

Thanks a lot. That works!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.