Types of Bots in UiPath
Types of Bots in UiPath
UiPath has mainly two sorts of bots (robots), like Attended Robots and Unattended Robots.
Types of Bots
Attended Robots
- Attended robots operate the corresponding workstation as humans, which help users to get their regular task. These types of robots are usually triggered by user events.
- They can't be start any task from Orchestrator or when a screen is locked. Such robots can only be started from the Robot tray or by using a specific command in prompt.
- Attended robots should be run only they're under human supervision.
Attended robots are often further classified into the following types:
- Attended
- They will work on an equivalent workstation as an individual and are usually launched through user events.
- Studio
- They're used to connect Studio to Orchestrator for further development process.
- StudioX
- They're used to connect StudioX to Orchestrator for further development process.
- StudioPro
- They're used to connect StudioPro to Orchestrator for further development process.
Unattended Robots
- Unattended robots are usually mentioned as autonomous robots that don't require human supervision while executing tasks.
- These types of robots add virtual environments and may automate several tasks directly.
- They contain all the capabilities of attended robots. They're also responsible for tasks like remote execution, monitoring, scheduling, and offering support for process queue.
- Unattended robots can execute any type of process, task, and test cases. When they are used to run parallel processes, each of the existing processes consumes a separate license.
Unattended robots are often further classified into the following types:
- Unattended
- They will work in virtual environments automating many tasks without human supervision.
- NonProduction
- They're used in an unattended mode for the further development process. These types of robots cannot run test-cases.
- Testing
- They're utilized in an unattended mode for the further testing process. These types of robots can only be wont to execute test-cases.