Read about running process from avaiable host and start process on avaialble machine

HI

I want to ask .. Is it possible to read unattended machines(VDI) and if any mashine is available start the next process on that available machine?

let me know if you wonn’t understand my scenario.

Thx

so you means there is no way to know if machine is available to run the process?
Or there is no way to start a process on a machine which is available to run the process.

Hello @Latif,

Yes, it’s possible in UiPath to check if an unattended machine (VDI or any robot machine) is available and then start a process on that available machine. This can be achieved using Orchestrator APIs, UiPath Orchestrator triggers, or a custom dispatcher-bot setup.

  1. You can check unattended machine availability using the Orchestrator API.
  2. Trigger a job dynamically on the first available VDI.
  3. For scalability, Queues and Triggers are best practice.
  4. Floating robots handle dynamic VDI environments.

thanks for reply
act we have only 2 machine and we want to use it the best possible way–
we have triggers but on specifik time.. but these time only works if pocess has load and when we dont have load the timing is free and we want to use that time.

Try the above approach @sagar.singh1 sent you but except the Time Trigger approach.

Cheers

@Latif

you dont need to specifically check when creating trigger if you dont assign any machine and robot ..it would pickup automatically what is available..else will wait for one of it to be available and then start

cheers

HI Sagar

I’m having issue on setup Orchestrator API.. can you help or do you have any project.. where i can see how you connect?