robot
2021.10
false
机器人用户指南
- 发行说明
- 入门指南
- UiPath Assistant
- 安装和升级
- 机器人类型
- 机器人组件
- 许可
- 将机器人连接到 Orchestrator
- 流程与活动
- 日志记录
- Robot JavaScript SDK
- 特定场景
- 故障排除
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
The Robot service is the brain of all operations. It communicates through a inter-process communication channel with Studio, the Robot Agent, and Robot Command Line Interface to receive and process information, and then to provide the necessary instructions to the Robot Executor.
该服务负责将机器人检测信号发送到 Orchestrator,以传达执行状态或接收新的执行命令,进而充当 Orchestrator 和执行主机之间的代理。
执行流程的 Windows 会话由机器人服务管理和监控,同时也受机器人凭据的信任。
There are two types of Robot service, according to deployment:
- 服务模式机器人服务(SCM 托管)(UiPath.Service.Host.exe):
-
由服务控制管理器 (SCM) 在本地系统下启动的控制台应用程序;
-
最适合无人值守的自动化场景;
-
拥有计算机管理员的权限;
-
在 Windows 服务列表中;
-
即使用户未登录,也可执行 Orchestrator 的作业;
-
默认通过
UiPathStudio.msi进行部署。
-
- 用户模式机器人服务 (UiPath.Service.UserHost.exe):
-
如果未安装 SCM 托管机器人服务,系统会自动启动 Windows 应用程序;
-
最适合有人值守的自动化场景;
-
拥有安装此服务的用户的权限;
-
不在 Windows 服务列表中;
-
需在用户登录后才能执行 Orchestrator 中的作业;
-
默认通过
UiPathStudioSetup.exe进行部署。
-