Whatâs the best way of incorporating bank holidays? Is it still creating a separate file to reference within the process or is there anything more sophisticated?
@Andrei_Pop, @badita Any idea if we are going to incorporate this feature in the future? Client asks us if we can have a custom calendar defined for holidays.
Also any workaround that we can currently suggest? Like adding a script with the defined holidays?
Does orchestrator support 5/15 option as start 5 minutes pass certain hour and repeat every 15 minutes?
I would like to define a schedule as 0 5/15 13 5 * ? *
and orchestrator shows this as
I will reply to myself, the exact time is shown when mouse cursor is hoovering above the clock icon. Nevertheless, I would expect that right start time would be shown also in the appropriate place as well.
And yes, the cron worked as specified.
Do we have the ability using Orchestrator scheduling to skip holidays in 2018.2? This feature if available would be very useful for processes that depend on working days only, without having to code in your process.
I have a process that sometimes takes 2 hours, or sometimes 5 minutes to run. It depends on the input it is getting.
Is there any feature that we can schedule the process in such a manner that when one run completes, another run will be after 5 minutes of completion of previous run.
I think you can already mostly achieve this in Orchestrator today (2018.4 at least).
The âQueued Jobs Scenariosâ section of the following link outlines quite well how Orchestrator handles multiple instances of the same process being queued on the same robot: https://orchestrator.uipath.com/docs/about-schedules
You could schedule the job every 5 minutes on the same robot and if there is already a job for that process in pending state on that same robot, the schedule will be skipped. This wonât however guarantee 5 minutes between each instance of the job; they will likely run back to back.
I am having Question Related to Advanced Scheduling Option.
Can some one please help me Schedule my Job at every alternate Friday. How can i make a Cron for the same.
Looking for the Quick response from the community.
Thanks in Advance.