Hello experts, currently I am facing an issue.
I have set up a machine with UiPath installed, which will operate multiple Robots.
Imagine I have 3 robots (Rb1, Rb2, Rb3). Additionally, I have many client PCsharing a network with the UiPath-installed PC.
In this scenario, a user on PC A assigns a task to the UiPath machine to run Rb1, while another user on Machine B assigns a task to run Rb3—before Rb1 finishes its task.
I want Rb3 to queue up and wait until Rb1 completes its execution before it proceeds.
Note: I am avoiding unattended robots. Although I understand Orchestrator might handle this situation, I’m keen on exploring custom solutions or developing my own tools.
Does anyone have suggestions for this?