- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- 为 Unattended 自动化安装机器人
- 为 Unattended 自动化配置机器人
- 为有人值守的自动化安装机器人
- 为有人值守的自动化配置机器人
- 集成
- 故障排除
机器人组件
UiPath 机器人由三个基本组件构成:
-
UiPath Robot Service—This service is vital for maintaining the connection between the Robot and the Orchestrator, as it sends heartbeat signals at regular intervals to inform the Orchestrator of the Robot status. This communication helps monitor robot performance and manage orchestration.
-
The Executor—This is the workforce of a Robot. It performs activities within a workflow, such as clicking buttons, typing in fields, or extracting data – essentially replicating the actions a human takes on a computer.
-
The Command Line Interface—The UiPath Robot Command Line Interface (CLI) allows you to control and manage the execution of automation workflows directly from the command line, providing another method of interaction besides Assistant.