robot
2022.10
false
- リリース ノート
- 基本情報
- UiPath Assistant
- インストールとアップグレード
- ロボットの種類
- Robot のコンポーネント
- ライセンス
- Robot を Orchestrator に接続する
- プロセスとアクティビティ
- ログ
- Robot JavaScript SDK
- 特定のシナリオ
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
Robot ガイド
Last updated 2024年10月25日
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
です。