Orchestrator: Scheduling Processes

Hello everyone!
Can someone confirm my speculations about Orchestrator?

  1. Robot can’t run 2 processes at the same time, at the same machine.
  2. 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

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 :slight_smile:

2 Likes

Also, may you know if it’s possible to schedule process to run e.g. every day at 12pm and 3pm?

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

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.