- リリース ノート
- 基本情報
- インストールとアップグレード
- Activities (アクティビティ)
- 長期実行ワークフローを設計する
- ジョブを開始し参照を取得 (Start Job And Get Reference)
- ジョブ完了まで待機し再開
- キュー アイテムを追加し参照を取得 (Add Queue Item And Get Reference)
- キュー アイテム完了まで待機し再開
- フォーム タスクを作成
- フォーム タスク完了まで待機し再開
- 時間差で再開 (Resume After Delay)
- タスクを割り当て
- 外部タスクを作成
- 外部タスクの完了を待機して再開 (Wait For External Task and Resume)
- タスクを完了する
- タスクを転送 (Forward Task)
- フォーム タスクを取得 (Get Form Tasks)
- タスク データを取得 (Get Task Data)
- タスクのコメントを追加
- タスクのラベルを更新
- アクション
- プロセス
公開日: 2022 年 8 月 3 日
バグ修正
-
Load Balancer URLを使用して Action Center を新しいバージョンにアップグレードした後、Action Center の読み込みに失敗する問題を修正しました。ただし、この修正はアップグレード プロセスの前に以下の手順を行った場合にのみ適用されます。重要:パス
Computer\)\)HKEY_LOCAL_MACHINE\)\)SOFTWARE\)\)WOW6432Node\)\)UiPath\)\)UiPath Action Centerのレジストリに、Action_Center_URLキーの正しい値を手動で追加します。env.jsonファイルの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です。If the correct value of the
Action_Center_URLis not provided before starting the upgrade process, then the initial bug reappears and you will need to manually update theenv.jsonfile. For step-by-step instructions on how to update theenv.jsonfile, check the last row from Action Center installation issues.