Suppose we have a process and we need to run it on either Dev, Test Or Prod environment but there’s a condition that only 5 robots can run that process or pick that process out of n number of robots in that particular environment. How this can be achieved through orchestrator?
You can give access only for 5 robots to do it.