- 入门指南
- 最佳实践
- 租户
- 操作
- 文件夹上下文
- 自动化
- 流程
- 作业
- 触发器
- 日志
- 监控
- 队列
- 资产
- 存储桶
- Orchestrator 测试
- 操作目录
- 配置文件
- 系统管理员
- 身份服务器
- 身份验证
- 其他配置
- 集成
- 传统机器人
- 故障排除
机器人类型
什么是浮动机器人?
浮动机器人使多个用户可以在多个工作站上使用 UiPath 机器人,因为机器人没有绑定到特定的计算机。一个用户可以一次在一台计算机上使用 UiPath 机器人。
更改工作站的用户要求他们注销以前使用的计算机并登录到新计算机。
Example: My name is John Smith, I am a call center operator in a team of 20 working on whatever laptop I find available when I get to work. In Orchestrator, my system administrator needs to define one machine template for the 20 laptops we have, and a floating robot using my username. This enables me to use each of the 20 laptops using my username and the key generated by the machine template. Obviously, I cannot use UiPath Robot on multiple machines simultaneously. If I want to use a different laptop, I am required to log out of the initial session.
在传统文件夹中,只有有人看管的机器人才可以是浮动类型。
什么是标准机器人?
标准机器人限制用户在单个工作站上使用 UiPath 机器人,因为机器人绑定到特定计算机,即在 Orchestrator 中创建标准机器人时设置的计算机。始终在同一台计算机上工作的用户使用,或者每次连接到计算机时其名称都保持不变的用户使用。
更改工作站需要删除初始的标准机器人,并使用新的标准计算机的名称重新创建。
示例
My name is John Smith, I am a call center operator working daily on the same laptop whose name is LA4324. In Orchestrator, my system administrator needs to define for me a standard machine with the same exact name as my laptop, and a standard robot using my username, robot configured to connect to the standard machine named LA4324. If I ever change my laptop, the system administrator needs to delete this robot, and create a new one, for the new machine.
机器人管理
机器人可以自动下载流程,并在自定义设置下执行它们。在配置机器人设置时,可以配置自动流程下载、日志记录级别、字体平滑和分辨率。
在 Orchestrator 中,就机器人管理而言,有两个方向,与它们所操作的文件夹类型相对应:
在继续执行传统文件夹中的机器人行为之前,建议您先熟悉一些基本概念。请查看下面的资源列表:
Robot management is done manually (Folder context > Robots), meaning you have to configure the robot and machine entities by hand. This includes:
- robot creation (includes configuration of its execution settings, licensing and authentication options)
- robot deletion
- adding a Robot to an environment such that it's able to execute processes from that environment
- removing a Robot from the environment to restrict it from executing the processes.
必须手动创建无人值守机器人,并为环境中的每种计算机/用户组合创建一个。
UiPath 机器人一次只能访问一个文件夹中的流程。 如果您希望其访问其他传统文件夹中的流程,则需要从第一个文件夹中删除相应的机器人实体,并在新文件夹中进行配置。
在传统文件夹中,您可以使用任何类型的标准机器人(与标准计算机结合使用)和仅有人值守的浮动机器人(与计算机模板结合使用)。
机器人可以自动下载流程,并根据自定义设置执行流程。创建或编辑机器人时,可以在“设置”选项卡中配置自动流程下载、日志记录级别、字体平滑和分辨率。
After being created, robots can be monitored on a per-folder basis the Monitoring Robots page (Monitoring > Robots)
机器人许可
在传统文件夹中,在 Orchestrator 中创建或编辑机器人实体时,会配置机器人的许可证类型。根据机器人的连接状态,某些限制可能适用于编辑。请参阅此处有关机器人状态的详细信息。
在传统文件夹中,您可以使用任何类型的标准机器人(与标准计算机结合使用)和有人值守的浮动机器人(与计算机模板结合使用)。
环境
传统文件夹中的机器人分组称为环境,它使您能够同时在多个机器人上执行相同的包。
如果同一台计算机上有多个机器人,建议您在同一个环境和 Orchestrator 租户中将它们分组。否则,部署同一个流程的不同版本时可能会发生某些错误。