Is it possible to execute multiple processes parallelly using a Single Robot in UiPath
The answer is YES. But there are conditions applied to perform this parallel execution.
Using UiPath we can create two types of processes, one is a foreground process and another is a background process.
The Background Process is a template for creating processes that can run in parallel on the same Robot, together with one foreground process. But there should not be any interactive activities used in the background process.
Those who are working with multiple documents, email, API, or system automations without UI interaction can effectively use this feature to explore the full efficiency of your Robot.
Thanks. I’ve read the documentation but have no idea how to calculate how many background process can be run in on-prem. There’s ‘robot units’ stated in the documentation but nowhere found in our on-prem Orchestrator as how much it has consumed. Can you guide me?
If you have the enterprise license you can directly reach out to the Uipath account manager. They can help you with this. Raise a ticket with them and they will respond quickly.
An Attended Robot (meaning 1 attended license) can concurrently execute one foreground process (with UI interaction) and multiple background processes (without UI interaction) in a machine.
If you need to know exactly how many background process can be run using single attended robot license, please reach out to UiPath Support as mentioned by Rahul.