Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

i need to schedule a process on UiPath Orchestrator. The process should triggered at 9AM, 10.30AM, 12PM, 14PM, 15PM and 16PM in weekdays.

If there was no 10.30AM i could apply the schedule in one cron expression.

But now, i can only cover this issue with 2 cron expressions.

How to i combine this two cron expressions as one.

0 0 9,12,14,15,16 ? * MON-FRI * 0 30 10 ? * MON-FRI *

1 Answer

0 votes
by (9.5k points)

Sorry, but you can't combine  two Cron-Expressions under one command.

 But  there is a solution which is to create two Schedules for the same Process one per according to  expressions
.Check image below:

image

Browse Categories

...