olgu
(Olga)
1
Hello everyone!
Can someone confirm my speculations about Orchestrator?
- Robot can’t run 2 processes at the same time, at the same machine.
- Is it possible to schedule jobs like that, so the second job will start only when the first job is done?
Thank you in advance for any reply!
Regards,
Olga
1 Like
arivu96
(Arivazhagan A)
2
yes you can do it. first you schedule a first process and then start the second process, so it will wait default until first process to complete.
Regards,
Arivu 
2 Likes
olgu
(Olga)
3
Also, may you know if it’s possible to schedule process to run e.g. every day at 12pm and 3pm?
TimK
(Tim Kok)
4
Yes it is possible , simply add 2 schedules to run daily at 12pm and 3 pm for that process
or you can use a CRON expression : 0 0 12,15 ? * * *
1 Like
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.