Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Robot Statuses

Any given Robot can have one of the following statuses:

  • available Available - the Robot is not running a process and is free to be used;
  • busy Busy - the Robot is running a process;
  • unresponsive Unresponsive - the Robot and Orchestrator have not communicated in the last two minutes - the default scenario. This value can be configured in the web.config file. For more information, click here;
  • disconnected Disconnected - the UiPath Robot service is not running.

📘

Note:

Robot start commands are received through SignalR or requested on a Heartbeat. The username and password of the Robot are transmitted only on Heartbeats, thus enabling it to log in and execute an indicated process.

When a Robot is busy (executing a process), you cannot edit the following information:

  • Username
  • Machine
  • Type

Updated 2 years ago



Robot Statuses


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.