assistant
2024.10
false
- UiPath Assistant
- 安装 UiPath Assistant
- Configuring UiPath Assistant
- Assistant on MacOS
- Picture in picture
- Configuring attended automations
- 监管
- Widgets in Assistant
Assistant User Guide
上次更新日期 2024年12月4日
Action Center 微件
借助 Action Center 微件,您可以直接在 UiPath Assistant 中查看和完成Action Center任务。
要使用 Action Center 微件,必须满足以下条件:
- 已安装 UiPath Assistant 和机器人版本 2022.10 或更高版本。
- UiPath Assistant 已连接到已启用 UiPath Action Center 的租户。
- 在过去 30 天内,只有在 Action Center 中至少执行“待处理”、“未分配”或“竞争”操作中的一项后,UiPath Assistant 才会显示“我的操作”部分。
- When using Automation Ops (via Cloud or Automation Suite): An Assistant Product Policy must be deployed via Automation Ops, with the Action Center enabled.
- 如果使用本地部署版本的 Action Center,则必须在
agent-settings.json
文件的actionCenterUrl
参数中手动配置 Action Center URL。备注:要从env.json file
中查找Action_Center_URL
的值,请执行以下操作:- 导航至安装文件夹。
- 转到
ActionCenter/Actions/environments/env.json
。 - 从
PostLogoutRedirectUri
键中,检索正确的Action_Center_URL
。
PostLogoutRedirectUri
的格式为Action Center URL"/actions
。 例如,如果PostLogoutRedirectUri
为https://action-center.loadbalancer.uipath.com:447/actions
,则相应的 Action Center URL 为https://action-center.loadbalancer.uipath.com:447
。