Hi everybody,
I need help with a cron expression.
I want to run my bot in the orchestrator.
The Bot should run Monday till Saturday at following time
7:30
9:00
10:30
12:00
13:30
15:00
16:30
18:00
What does the cron expression for this look like?
SowmyaLeo
(Sowmya Sivakumar)
2
@IvanKurtovic
You can try creating 2 time triggers. Choose the Advanced option.
Cron expression for the first one will be:
0 30 7,10,13,16 ? * 2-7
The second one will be:
0 0 9,12,15,18 ? * 2-7
Hope this helps.
1 Like
Thank you very much. Its working.
1 Like
SowmyaLeo
(Sowmya Sivakumar)
4
Glad to know. Good luck and happy automation.
1 Like
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.