Cron expression for Business days

Hi @KiranP

Welcome to the UiPath community forums :partying_face:

You will need to use a cron expression for the dates and time. Then combine that with a non working days calendar in Orchestrator AND the stop job function when you create the job.

Take a look here:

Step1: create a non working days calendar (see link)

Step 2: create a trigger job using this Cron:
0 30 7 7-13 * ? *

Step 3: whilst still creating the trigger click the “Stop Job after” toggle. Here you can specify to stop after x hours or minutes.
Insert “13” into hours and save.

Good luck :crossed_fingers:

Cheers

Steve