assistant
2024.10
false
- UiPath Assistant
- UiPath Assistant をインストールする
- Configuring UiPath Assistant
- Assistant on MacOS
- Picture in picture
- Configuring attended automations
- ガバナンス
- Widgets in Assistant
- Apps ウィジェット
- カスタム ウィジェット
- Marketplace ウィジェット
- Automation Store ウィジェット
- Action Center ウィジェット
Assistant User Guide
最終更新日時 2024年12月4日
Action Center ウィジェット
Action Center ウィジェットを使用すると、UiPath Assistant から直接 Action Center 内のタスクを確認したり完了したりできます。
Action Center ウィジェットを使用するには、以下の条件が満たされている必要があります。
- v2022.10 以降の UiPath Assistant と Robot がインストールされている。
- UiPath Assistant が、UiPath Action Center が有効化されているテナントに接続されている。
- Assistant の [マイ アクション] セクションは、過去 30 日間に Action Center に 1 つ以上の [保留中]、[未割り当て]、または [完了] アクションがあった場合に表示されます。
- (Automation Cloud または Automation Suite 経由で) Automation Ops を使用している場合: Assistant の製品ポリシーが Automation Ops 経由でデプロイされており、Action Center が有効化されている。
- オンプレミス版の 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
です。