Need cron expression for schedule in uipath orchestrator on adhoc basis

Hi all

I want cron expression for scheduler in UiPath orchestrator to run the process.

1.it should run on 16 on every month if it comes in the business working days(Monday to Friday)

If the 16 date comes on Saturday it needs to run on next business working day Monday (i.e 18 date)

If the 16 date comes on Sunday it needs to run on next business working day Monday (i.e 17 date)

Please help me to get corn expression for schedule of the process.

it is not within the nature of CRON expressions

Feel free to play with it here

@chandolusathi.kumar,

CRON expression is just plain instructions about the schedule. The logic you want is something more logic based.

For holidays, you can maintain calendar in Orchestrator and for remaining logic, you can add it into your bot once it’s triggered and before it starts processing the operation.

With CRON expression it’s not possible.

Thanks,
Ashok :slight_smile: