Hi Team,
In my Process i am triggering “Process2” from “Process1” using start job activity, as this process’s environment has multiple bots assign to it, it is triggering on those.
I want to trigger it on the same bot from which i triggered it through UiPath Code, instead of multiple bots.
Thanks in advance!
1 Like
Hi, @Ganesh_Dongre
I believe it is not possible as the start job activity contains only number of robots and process name.
The only possible solution is to separate the environment for this process 2 with the particular robot and use start job activity.
This also means a new process has to be created mapping with the new environment