How to schedule a job with this specifications?

Hello,

I need to execute a job from 14:00 pm until 15:00 pm every 5 minutes.

I can only see how to execute it every 5 minutes; also I see how I can schedule it from 14:00h until 15:00h. However, I do not know how to combine them.

Please any help?

Hi @EngAnalyst,
in Orchestrator you need to select trigger and search for the relevant process. Select the advanced option and enter the following cron job expression “0 0/5 14-15 ? * MON,TUE,WED,THU,FRI *” I just assume that the bot wont run during the weekend :wink:


You can findmore information about cron job expression here: Using Cron Expressions
Cheers,
Timo

1 Like