An attended automation user wants to run two background processes in UiPath Assistant: UpdateTimecards Process and GetPTODays Process. What is a characteristic of running these processes?
An attended automation user wants to run two background processes in UiPath Assistant: UpdateTimecards Process and GetPTODays Process. What is a characteristic of running these processes?
In UiPath Assistant, attended automation users can run multiple background processes concurrently. Background processes are designed to run without occupying the user interface, which allows more than one such process to be executed at the same time on the same machine. Therefore, both the UpdateTimecards Process and GetPTODays Process can be run concurrently as long as they are background processes.
Ans is D
We can run the process Concurrently only in the same machine with just one robot but the process needs to be BACKGROUND process. It is not possible that we can run 2 processes at a time in foreground
Correct Answer is D