Math, asked by nidhimaddhesiya17, 2 months ago

.
In Uipath 2 processes can run at a time on same robot?
A Running two processes at same time is not supported
B
Any two processes can be executed simultaneously by using robot
tray
ا
C One background process can run in parallel with a foreground process
D Both b and C​

Answers

Answered by neetupatel584
1

Answer:

in UiPath we can run multiple processes parallel to each process… However, if you are running these processes in the same machine with just one robot, these processes needs to be background processes.

You can run multiple background processes simultaneously… However, if the process interact with UI elements, those foreground processes cannot be executed paralle to each foreground process…

You can only run one foreground process at a time. However, you can have multiple background processes running parallel to one foreground process…

Similar questions