- Getting started
- Understanding UiPath Robot
- UiPath Assistant
- Installation requirements
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Connecting robots for unattended automations to Orchestrator
- Setting up Windows Server for high-density robots
- Redirecting robots through a proxy server
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Setting up Linux robots
- Configuring package signature verification
- Setting up package folders and network paths
- Configuring activity feeds
- Deploying unattended automations
- Installing robots for attended automations
- Configuring robots for attended automations
- Integrations
- Troubleshooting
RobotAPI
UiPath Robot API is a component designed to expand the functionality of your own Robot. It comes with several features, each addressing a specific aspect of automation management. These include:
-
Individual job management: Provides the capability to run, stop, and track personal automation processes.
-
Domain-specific interfaces: Allows for the development of tailored interfaces to meet unique automation needs.
-
Local accessibility: Available only on the machine where the Robot is installed, ensuring secure and direct access.
-
Version compatibility: Keeps consistent with the version of the installed Robot, which allows for backwards compatibility.
Robot API uses the UiPath.Robot.api library. Use the following feed to download the library:
https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json.
https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json.
Robot Version |
API 2024.10.x |
API 2023.10.x |
API 2023.4.x |
API 2022.10.x |
API 2022.4.x |
API 2021.10.x |
---|---|---|---|---|---|---|
Robot 2024.10.x |
|
|
|
|
|
|
Robot 2023.10.x |
|
|
|
|
|
|
Robot 2023.4.x |
|
|
|
|
|
|
Robot 2022.10.x |
|
|
|
|
|
|
Robot 2022.4.x |
|
|
|
|
|
|
Robot 2021.10.x |
|
|
|
|
|
|
Description |
.NET Robot API call |
---|---|
Including the client in your application |
|
Getting the list of available processes |
|
Using the process key to start a job |
|
Starting a process execution |
|
Adding input arguments |
|
Exporting output arguments |
|
Stopping a process |
|
Monitoring the process status |
|
Using the event scheduler |
|