Hello,
We are currently using the Start Job API for Cloud Orchestrator to start multiple jobs for the same process.
The Issue: Now, after we started 3 jobs with different input variables for the same process, it gave us an error at the third API stating that:
{
“message”: “The robots already have pending jobs for this Process”,
“errorCode”: 1670,
“resourceIds”: null
}
We have read about it, and it seems Orchestrator has a limit of pending jobs for the same process on the same robot.
The Question How can we make the robot accept more than 1 pending job for the same process?