Hello!
I’m facing this issue:
There is one job that runs on two robots. (Let’s say, for easier understanding, that it takes 5 mins for one and 10 mins for the other one) I need a piece of code that checks if said job is being run by the other robot or not (want to know if the other one is available).
I understand that Orchestrator Api calls are the way to go and I know how to use them, but I’m yet to figure a way out to do this. I can get the robot status’ with “https://platform.uipath.com/odata/Sessions” call, but job id’s change on every run.
Do you guys have any ideas?