Using Orchestration Server to control bots
When it comes to controlling a Robot Orchestrator is the best option. Orchestration Server can be used to schedule bots so that Robots can execute their jobs within the time interval specified on the server. Orchestrator can control an unlimited number of Robots and we can very easily assign various tasks to the Robots as per the user's needs. Also, a specific task can be assigned to multiple Robots. Orchestrator also gives us the facility to maintain all logs generated by the Robot.
Robot statuses
The status of a Robot tells us about its availability and connectivity. We get to know whether the Robot is available, busy, or disconnected. The following are the statuses that a Robot can have:
- Available: This status of the Robot shows that the Robot is not working on any other task and is freely available to take tasks
- Busy: This type of status will be shown when a Robot is currently executing some task and is not available
- Disconnected: This status of...