Job Schedule in Orchestrator

Hi,

I want to schedule job every 15 mins from 8 PM to 4 AM.

Kindly advise.

Regards,
Bala

@balazubacs

I guess you have to use Cron Expression for this.

0 20-4/15 * * *

Thank you Lakshman,

Actually I need to schedule from 8.45 to 4.15 for every 15 min. Can you help me out?

1 Like

*/15 21-4 * * * this is my schedule I have configured in Orchestrator for every 15 mins from 9 PM to 4 AM. But I couldn’t enable the job.

Can you please help me out?

@balazubacs
so for starting the job at 8.15 pm or 9 pm for every 15 mins you can use the CRON expression 0 15/15 20 * * * * .But CROn expression dosent have the ability to stop “UIPATH Robots”.Though we have an option in Orchestrator while scheduling to stop the job after 7 hrs /6 hrs or whatever be the number of hours.


this what i am talking about.

1 Like

Hi,

Thank you for the reply. But it didn’t work for me in orchestrator. Can you check this again?

0 15/15 20 * * *

Is it working?

Regards,
Bala

@balazubacs
the cron expression would be 0 15/15 20 * * ?
Please check for extra spaces before providing the input in schedule.
This expression is working fine for me.

@balazubacs
Bdw the image above has been scheduled for every 2 minutes since i was testing out in my system but you can have this expression for 15 mins as well.