Executing Processes on Last Day of Month in Orchestrator

Hello everyone,

I have a question about time-triggered processes in Orchestrator. If I want to run a process on the last day of each month, how can I ensure that the process runs only on the last day, regardless of the month? The key is to ensure it runs exclusively on the last day of each month, regardless of the month’s length.

And how do I set it up in Orchestrator? I’ve come across expressions like ‘0 0 12 LW * ?’, but I’m unclear on their meaning and where exactly to input them. I would be grateful if anyone help with this.

Have a look here and feel free to play with it

1 Like

Hi @Islam_ISmail

CRON:
For last day of every month:
0 0 0 L * ? *

To add it in Orchestrator follow the below steps:
Navigate to Process-> Click on Triggers-> Click on Add Triggers-> Click on Advanced-> You will find Custom Cron expression where you can add your Cron-> Click Add and your trigger will be created

Check the below images for steps:





Regards

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