- 发行说明
- 入门指南
- UiPath Assistant
- 安装和升级
- 机器人类型
- 机器人组件
- 许可
- 将机器人连接到 Orchestrator
- 流程与活动
- 日志记录
- Robot JavaScript SDK
- 特定场景
- 故障排除
机器人代理(UiPath.Agent.exe,机器人托盘)是机器人的实际用户界面。它也是一种 WPF 应用程序,可在系统托盘窗口中显示可用作业。作为机器人服务的客户端,机器人代理可根据用户输入请求启动或停止作业,并通过 WCF 通道更改设置。
Starting with the v2020.10 release, the UiPath Assistant has become the default user interface of the robot.
After you install and run the Robot, an icon
is displayed in the system tray. Clicking this icon displays the Robot Agent, while right-clicking it brings up the Options menu.
机器人代理可用于:
-
查看所有可用的自动化流程:
- If the Robot is connected to Orchestrator, processes from the environments and folders the Robot is a part of are displayed.
- If the Robot is not connected to Orchestrator, processes from the
%ProgramData%\UiPath\Packagesfolder are displayed. ThePackagesfolder can be specified, as explained on the Command Line Parameters page.
-
Start and stop a process, as depicted below. Once a process is started, the execution status is displayed, with the possibility to Pause, Resume, or Stop the execution. The Pause button can be disabled for a process from the Studio Process Settings window. You can use the Report Status activity to have custom status messages displayed during execution. Please note that, upon trigger, the process is paused after the current activity is executed. You can set global keyboard shortcuts from the User Preferences window to pause/resume, or stop processes.
-
View and manage running Foreground and Background processes.
-
查看和下载拥有最新版本,或需要在本地下载和解压的流程,并查看其安装状态,如下所示:
-
查看与 Orchestrator 的状态连接,如下所述:
- 已连接,已获得许可 - 当机器人存在且已获得许可时。鼠标悬停时将显示以下工具提示消息:“机器人已连接并已获得许可证。”
- 已连接,未获许可 - 当机器人存在但未获得许可证时。鼠标悬停时将显示以下工具提示消息:“服务器上没有可用的许可证。”
- 机器人不可用 - 在以下情况下,鼠标悬停时会显示此状态及以下工具提示消息之一:
"An Orchestrator Robot definition must exist for this user."- 如果未在 Orchestrator 上定义托管机器人的计算机。例如,如果您使用ConnectionString部署了机器人,而没有首先在 Orchestrator 中定义机器人。“Robot does not exist.”- 未定义机器人时。“There are no available licenses on the server.”- Orchestrator 中的所有可用许可证当前已被使用。“Robot already connected to machine ‘Machine_Name’.”- 浮动机器人已在另一台计算机上使用。"The machine key is linked to another machine!"您用于连接到 Orchestrator 的密钥属于 Orchestrator 中的另一台计算机。
-
搜索可用流程。
-
打开日志。
-
通过拖动托盘边缘调整其大小。
For more information, see the field descriptions for the Robot Agent.
机器人的系统托盘图标颜色表示其与 Orchestrator 的连接状态,具体如下:
- 已建立连接。
- 未连接。
- 遇到错误(例如 UiPath 机器人服务遭到停止)。
此外,将鼠标悬停在图标上方即可显示其连接状态。
关闭机器人托盘并不会关闭机器人服务。但在用户模式下,关闭机器人代理同样会关闭机器人服务。
如果系统在流程执行期间引发异常,则会显示“运行时执行错误”窗口。其中包含错误摘要以及调用堆栈的详细信息。