Single script runs parallel on multiple robots(different machines) in uipath?

Hi,
I want to run single script parallel on multiple robots(like different machines initialized robot).
Is there any solution for same??

Regards,
@sams.

Yes can run parallel script on different bot machine but for that u required UIpath orchestrator for initializing all the scrit on same time

thanks for replying @H-Rishi,

As you say, I had initialized multiple robots for single process, when I start that job the script run only one robot. After complete 1st robot job, it will initialized process 2nd robot.

I want both robot run parallel same process(job) at a same time.

Is there solution for this scenario???

Thanks.

@sams, you can if you put the robots in a single Environment in Orchestrator.

1 Like

image

@pathLessTaken,
same thing I had done, but the robot is one by one runs, I want to run it parallel.