Hi Team,
Is it UiPath orchestrator support, corn expression to run every other Saturday, so every two weeks
Hi Team,
Is it UiPath orchestrator support, corn expression to run every other Saturday, so every two weeks
Please check on this
Advanced scheduling of the triggers in Orchestrator can be handled via CRON expressions. More information elaborated below:
However, there is not any direct CRON expression that is available for a biweekly schedule (skipping one week in between).
Below is the cron expression to run the bot in every saturday,
0 0 * * 6
Below is a possible workaround for this situation:
This is just one possible workaround for the aforementioned use-case. Different logics can be designed as well, based on the requirement and feasibility.
Hope you understand!!
Hi Naveen,
0 0 0 ? * 6/2
so based that image
0 : Run at 0 Seconds
0 : Run at 0 minutes
0 : Run at 0 hour
? : No specific day of month
i hope this will help you
Hey @Naveen_Chaganti
I don’t think it can be done directly in Orchestrator.
But … I found a solution on our forum, made by @Anil_G
Let’s check it
Hope it will help.