orchestrator
2023.4
false
- 入门指南
- 最佳实践
- 租户
- 关于租户上下文
- 搜索租户中的资源
- 分配角色
- 管理角色
- 默认角色
- Configuring access for accounts
- 启用个人自动化
- 启用 Unattended 自动化
- Configuring robot accounts to run unattended automations
- 审核
- 设置 - 租户级别
- 资源目录服务
- 文件夹上下文
- 自动化
- 流程
- 作业
- 触发器
- 日志
- 监控
- 队列
- 资产
- 存储桶
- Orchestrator 测试
- 其他配置
- 集成
- 传统机器人
- 主机管理
- 组织管理
- 故障排除
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Orchestrator 用户指南
上次更新日期 2025年8月26日
Configuring robot accounts to run unattended automations
linkUnattended 自动化通常在机器人帐户上运行,即 UiPath™ 等效于 Windows 服务帐户。可以将机器人帐户视为需要获得授权才能访问 Orchestrator 资源的非人类身份。它们与角色的关联允许对 Orchestrator 中的资源进行一定程度的访问。
机器人帐户默认启用无人值守功能,管理员只需配置几个与基础架构相关的设置。
在机器人帐户上启用无人值守自动化
link在机器人帐户下和特定基础架构上配置 Unattended 执行设置,如下所示:
- 在“管理访问权限”-“访问规则”下,选择“机器人帐户”。
- 然后,选择“分配机器人帐户”,分配新的机器人帐户并添加角色,或编辑现有机器人帐户。
- 在“分配访问规则”页面的“Unattended设置”下,选择基础架构,以便在该机器人帐户下执行 Unattended 前台流程:
- 选择“使用预定义虚拟机凭据的 Unattended Robot”(仅适用于在 UiPath Automation Cloud Robot 上运行)选项,以便委派 Automation Cloud Robot 执行需要用户交互的流程。机器人在执行流程时使用预配置的 Windows 帐户。
- 选择“使用自定义 Windows 凭据的 Unattended Robot”选项。
- 接下来,要在特定的 Windows 计算机上执行流程,请填写“域\用户名”和“密码”字段。您必须为主机指定正确的凭据,以便机器人可以成功登录主机。这允许机器人在该特定 Windows 帐户下运行需要用户交互的流程。有关如何检索 Windows 凭据的更多详细信息,请查看如何在 Windows 10 中查找我的计算机凭据信息。
要在使用特定 Windows 帐户时配置凭据设置,请查看以下内容:
字段
描述
域\用户名
运行机器人的帐户。
- 对于加入域的帐户,请使用
domain\username
语法。例如:deskover\localUser1
。 - 对于本地 Windows 帐户,请使用
host_machine_name\username
语法,并使用主机名而不是域名。例如LAPTOP1935\localUser2
。 - 对于驻留在多台主机上的本地 Windows 帐户(无论使用的计算机如何,都要使用该帐户),请使用
.\username
语法(带点号)而不是主机名。例如:.\localUser3
。 - 对于已加入 Azure AD 的计算机,请使用
azuread\[email protected]
语法。
凭据存储
The credential store used for your password. For more details, check the Credential stores page.
密码
用于登录安装了 UiPath 机器人的计算机的密码。
凭据类型
指定密码凭据的类型。
Note: Unattended robots can run background jobs on any infrastructure. It is, however, recommended to specialize your host machines to execute particular types of processes in order to maximize efficiency and cut costs. Learn more about how to optimize unattended infrastructure using machine templates. - 对于加入域的帐户,请使用
- 启用“一次仅运行一个作业”选项以限制帐户同时执行多个作业。当您自动化不允许您多次使用凭据的应用程序(例如 SAP)时,这会有所帮助。
- Under Advanced robot options, configure execution settings for the unattended robot. Learn about robot settings.
- 选择“更新”。