wenar58700
(Wenar58700)
January 28, 2022, 12:22pm
1
Hi,
I would like my robot to run from monday to friday from 9 to 17 every hour and 30 min, so:
9:30, 10:30, 11:30…16:30.
I found cron generator but I dont know how to set these rules.
Second thing is, where in the orchestrator do You paste this cron expression?
Best Regards
arivu96
(Arivazhagan A)
January 28, 2022, 12:41pm
2
Hi @wenar58700 ,
Use below cron expression
*/90 9-17 * * 1-5
Cron expression generator by Cronhub
Regards,
Arivu
Hi @wenar58700 ,
Could you pls try below expression.
0 30 9-17 ? * 2-6 *
and you have to go the following navigation in the orchestrator → Automations → triggers. whenever you create trigger you could able to see there is filed for cron expression there you have to enter the above cron expression to reflect the job schedule in orchestrator. thanks.
wenar58700
(Wenar58700)
January 28, 2022, 12:57pm
4
thanks, but is there option to start at 9:30, not at 9:00 ?
if we give directly 30 it will start from 9:30. please try. thanks.
system
(system)
Closed
January 31, 2022, 1:11pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.