Assume that I’m having 5 different process. Is it possible to run process 2 and 3 at the same time ?
It is possible on separate machines.
If you have one machine it is possible for background processes.
Welcome to Uipath community
As @Konrad_Mierzwa mentioned, If you need to run all the process You must have different machines.
Background Process Execution is performed by a Robot on a machine for a particular user. Processes run in the same Windows session at the same time.
Foreground Process
Moves the current background process into the foreground, executing all the activities it contains. After the execution is complete, the process is moved back into the background.
Check out the link for Different between the foreground and background process
Regards
Gokul
Thanks a lot for your answer Gokul. Will check out these links.
Thanks for your reply Konrad.