Hello !
Is it possible to schedule a robot to start the process at a specific date via Orchestrator?
For example, i want the robot to start on 12-Jun-2019 and to end at the end of the day.
Many thanks in advance !
Hello !
Is it possible to schedule a robot to start the process at a specific date via Orchestrator?
For example, i want the robot to start on 12-Jun-2019 and to end at the end of the day.
Many thanks in advance !
Hi,
To schedule a specific date, you can use Cron expressions in Orchestrator schedule and enable ‘stop Job after’.
Check Cron trigger tutorial for explanations and examples: [http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html].
For instance, if you were to schedule your job on 12-Jun-19 at 12:00 you could use cron expression 0 0 12 12 6 ? 2019.