Schedule a Cron job using a specific Requirement

Hi Community,

I have a specific requirement that I need to configure in my Trigger. Not sure how I will configure it in orchestrator.

The requirement is to run the scrip during weekdays (M,T,W,TH,F) starting at 8:30am until 6pm and it should trigger every 5minutes, I need to also consider the Holiday.

Below is my current configuration.

Hi @VegitlX_HuNteR,
you can use this expression:

0 0/5 * ? * MON,TUE,WED,THU,FRI *

You can add the cron expression by “advanced” form on orchestrator

If you want to create your cron expression my advice is to use this tool:

You can also considering the holiday by settings calendar on orchestrator.

Cheers