- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- 为高密度机器人设置 Windows Server
- 通过代理服务器重定向机器人
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- 设置 Linux 机器人
- 配置包签名验证
- 设置包文件夹和网络路径
- 配置活动订阅源
- Setting up non-persistent VDIs - follow up with Sai
- Installing robots for attended automations
- Configuring robots for attended automations
- 集成
- 故障排除
Robot admin guide
UiPath Assistant 监管
您可以使用 UiPath Automation Ops 来管理 UiPath Assistant。 Automation Ops 允许您根据用户配置文件管理和实施监管策略。 监管策略提供对各种功能的控制,并确保遵循规则。
通过为 UiPath Assistant 创建的策略,您可以:
- 选择是否允许用户安装自己的自定义微件。
- 选择是否要使用 UiPath 官方微件订阅源。 如果选择“是” ,则将从官方订阅源或您的库订阅源下载微件。 如果选择“否” ,则仅启用 Orchestrator 库订阅源。
- 只需添加 NuGet 包的名称和版本,即可列出您希望用户可以访问的微件。
注意:在 UiPath Assistant 中切换租户后,系统会使用新租户的 Automation Ops 策略。
You can select a specific version for your Assistant policy.
On the Governance page of Automation Ops, select Settings, then from the Assistant dropdown menu, select the desired version.
微件是向 Assistant 添加功能的插件。 “微件” 选项卡使您能够控制用户对微件的访问。
默认情况下会添加一些微件。 在“微件” 选项卡上,您可以选择要部署给用户的微件。
有关更多详细信息,请参阅 UiPath Assistant 策略设置。
要进一步配置 UiPath Assistant,请从“监管”选项卡中选择一个策略,导航到“功能切换”选项卡,然后选择您的设置:
- “启用 Task Capture”- 选择“是”以显示 Task Capture 启动器。
-
启用 Task Mining - 选择“是”以显示 Assisted Task Mining 启动器。
- “按文件夹对流程进行分组”- 选择“是”即可按主页上的 Orchestrator 文件夹对流程进行分组。要允许用户在 Assistant 中更改此选项,请选中相应的复选框。
- “流程运行时最小化 Assistant” - 选择“是”即可在流程运行时最小化 Assistant 窗口。
- “启动时自动启动助理”- 选择“是”即可在登录时启动助理,并在 Windows 通知区域中添加 Assistant 图标。
- “允许用户在 Assistant 中更改日志记录级别”- 选择“是”即可在 Assistant 中启用日志级别选取器。
- “允许用户在个人工作区外部运行自动化”- 选择“是”即可允许从其他 Orchestrator 文件夹运行自动化。
- “启用 Action Center”- 选择“是”即可允许使用 Action Center 微件。
- “允许用户共享自动化 URL ”- 选择 “是” 以允许用户共享安装在共享文件夹中的自动化的 URL。
-
在 Assistant 中显示 EDR 保护状态 - 选择“是”以在 Assistant 中显示您的计算机是否受 EDR 保护。
-
“切换到作业”选项卡(预览版) - 选择“是”可在自动化执行失败时使 Assistant 聚焦在“作业”选项卡上。
- 启用 Studio Web - 选择“是”以允许用户从 Assistant 中的“UiPath 产品”部分启动 Studio Web,并在 Assistant 搜索视图中返回 Studio Web 模板。
-
在 PiP 中运行- 选择“是”以打开 Robot 会话。
policy.json
配置。如果上述两种方法均无法使用,则 Assistant 将使用默认策略,其中包含最新版本的 UiPath 市场和 Apps 微件。
defaultNugetWidgetConfig
参数下的 agent-settings.json
文件中。对于 v2023.10 和更高版本,此参数仅引用 policy.json
文件。从包含与策略相关的配置的先前版本的 UiPath Assistant 升级时,特定配置将自动移至新的 policy.json
。%userprofile%\AppData\Roaming\UiPath
的 policy.json
并按如下来修改:
policy.json
中设置策略时,请务必同时配置到期日期。否则,如果存在 Automation Ops 策略,系统会一直优先使用该策略,直至策略到期。
"widgets": {
"UiPath.Marketplace.Widget": "internal",
"UiPath.Apps.Widget": "internal"
},
"enableOldWidgets": true,
"enableFallbackFeed": true,
"expires": "2100-01-01T00:00:00.000Z",
"policy": "My custom default policy",
"allowTaskCapture": true,
"allowTaskMining": true,
"enableGroupByFolder": false,
"setGroupByFolderLocally": true,
"launchAtStartup": false,
"setLaunchAtStartupLocally": true,
"minimizeWhileRunning": false,
"onlyUiPathContentInMarketplace": false,
"actionCenterUrl": "",
"allowActionCenter": true,
"allowLoggingChanges": true,
"allowAutomationsOutsidePw": true,
"allowCopyAutomationLink": true,
"displayEdrMessage": true,
"switchToRunningTab": true,
"setSwitchToRunningTabLocally": true
"allowStudioWeb": true
"showPiP": true
"widgets": {
"UiPath.Marketplace.Widget": "internal",
"UiPath.Apps.Widget": "internal"
},
"enableOldWidgets": true,
"enableFallbackFeed": true,
"expires": "2100-01-01T00:00:00.000Z",
"policy": "My custom default policy",
"allowTaskCapture": true,
"allowTaskMining": true,
"enableGroupByFolder": false,
"setGroupByFolderLocally": true,
"launchAtStartup": false,
"setLaunchAtStartupLocally": true,
"minimizeWhileRunning": false,
"onlyUiPathContentInMarketplace": false,
"actionCenterUrl": "",
"allowActionCenter": true,
"allowLoggingChanges": true,
"allowAutomationsOutsidePw": true,
"allowCopyAutomationLink": true,
"displayEdrMessage": true,
"switchToRunningTab": true,
"setSwitchToRunningTabLocally": true
"allowStudioWeb": true
"showPiP": true
policy.json
文件中:
"actionCenterUrl": "https://example.com"
"allowActionCenter": true
要查找 Action Center URL,请转到 Action Center 微件。
policy.json
文件中:
"displayEdrMessage": true