I need to run a job on a specific robot, but it occupied with another process

Hi Techies.

Greetings of the day!!!

I need to run a job on a specific robot, but it occupied with another Job, it will take 30 to 40 mins to complete it.
Using Orchestrator API, can I schedule a job to run after 30 mins.

Thank You

Greetings @pushpa.chukka ,

Unless you have High Density Robots, you cannot have one robot run multiple jobs when connected to the same machine.

Yes you can schedule more than one job to run at different times on the same robot. The jobs will be queued up and executed once the current job is completed.

thanks