UiPath Documentation
orchestrator
latest
false
Orchestrator リリース ノート
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

2026 年 7 月

Automation Cloud の Orchestrator の 2026 年 7 月のリリース ノート。

July 24, 2026

Serverless Automation Cloud Robots support for Relay

Coded processes running on Serverless Automation Cloud Robots can now call on-premises APIs through Relay. The process sends requests to the registered endpoint's Mapped URL and uses an access token that the robot runtime injects automatically. Only HTTP-based connections are supported through Relay. Database Hub connections over Relay are not yet supported.

July 23, 2026

Queue triggers now support Maestro processes

Maestro processes can now be triggered by Orchestrator Queue Items, enabling queue-driven workflows in Maestro. When a new item is added to a queue, a Maestro process instantly starts to process it. Each queue item triggers exactly one Maestro process instance. Maestro processes can manage the queue item lifecycle using queue operations activities (add, delete, set status, postpone items). For more information, check Queue Triggers.

July 21, 2026

Correction, July 22, 2026: We removed the entry for the Python and JavaScript process feeds as it was not released as scheduled.

When monitoring jobs, you can now access the parent process directly from the job sidepanel header. Selecting the process link displays the process details within the sidepanel (replacing the job sidepanel), improving navigation efficiency during troubleshooting and monitoring.

Triggers now support creating in a disabled state

When creating a trigger, you can now optionally disable it at creation time. By default, triggers are enabled and start processing items immediately. You can disable a trigger during creation to complete configuration and testing before activating it. This applies to all trigger types: queue, event, and time triggers.

Serverless machine auto-assignment

When a tenant is provisioned with a serverless machine, the machine is now automatically assigned to the default modern folder. Previously, the serverless machine was provisioned but required manual assignment to a folder.

For more information, check About Machines.

Improved sidepanel job grid filters

The job grid displayed in the sidepanel context now hides process-type filters (Type and User interaction) that are not applicable in that context. These filters remain visible in the full jobs grid where they provide value.

For more information on jobs filtering, check the Jobs monitoring page.

バグ修正

  • We fixed an issue where webhook secrets were displayed in plain text in the user interface. Webhook secrets are now hidden by default, similar to other sensitive credential fields. For more information, check About Webhooks.

  • We fixed an accessibility issue in the tenant quick actions submenu. Menu items are now navigable using Arrow keys only when a screen reader is active, eliminating the need for mixed Tab and Arrow key combinations.

  • We fixed an accessibility issue in the agent context sidepanel where the resize separator was not keyboard operable. The separator is now properly focusable and can be manipulated using keyboard navigation.

  • We fixed an issue where some package upload events contained corrupted event data with default key values (00000000-0000-0000-0000-000000000000). Event data validation has been improved to prevent malformed events from being recorded.

2026 年 7 月 8 日

バグ修正

  • 接続していないイベント トリガーによってプロセスがトリガーされた場合に、カスタムのユーザー設定が適用されない問題を修正しました。以前は、ジョブがランタイム ユーザーが設定した接続ではなく開発者の設計時の接続を使用しようとし、権限エラーが発生していました。イベント トリガーを介してプロセスを実行する際に、カスタムのユーザー設定が適切に解決されるようになりました。

2026 年 7 月 6 日

キュー アイテムを一括編集する

[トランザクション] グリッドから複数のキュー アイテムを同時に更新できるようになりました。1 つ以上の項目を選択し、以下のフィールドに一括変更を適用します。

  • 優先度
  • 延期日
  • 期限日
  • トランザクションの進行状況をリセット

処理: 新しい暗号化されたキューに対して暗号化された例外

暗号化されたキューを作成する際に、データベース内の 処理例外 も Orchestrator によって暗号化されるようになりました。以前は、 特定のデータ出力 のみが暗号化されていました。この変更は、このリリースより後に作成されたキューにのみ適用されます。既存の暗号化されたキューは影響を受けません。

注:

暗号化されたキューからの 処理例外 を表示する Insights のダッシュボードがある場合、新しいキューでは、それらのダッシュボードに暗号化されたテキストが表示されます。

詳しくは、「 Orchestrator でキューを管理する」をご覧ください。

アカウントごとにアセット値を割り当てる際の拡張検索

アセットのアカウントごとの値を設定する際に、アカウントを名前で検索できるようになりました。以前は、特定のアカウントを見つけるには静的なリストをスクロールする必要がありました。この検索では ID サービスに対して直接クエリを実行するため、リストのサイズに関係なくテナント内のすべてのアカウントを見つけることができます。

詳しくは、「 アセットについて」をご覧ください。

プロセスのバージョンを更新する際に保持されるエントリ ポイント

プロセスを編集してパッケージ バージョンを変更しても、以前に選択したエントリ ポイントが新しいバージョンにそのワークフローがまだ存在する場合は、Orchestrator でそのエントリ ポイントが保持されるようになりました。以前は、パッケージのバージョンを変更するとエントリ ポイントが Main ファイルにリセットされ、手動で再選択する必要がありました。

詳しくは、「 プロセスについて」をご覧ください。

[更新可能] アイコンでアップグレードがトリガーされるようになりました

[プロセス] グリッドで、プロセス バージョンの横にある [更新 可能 ] アイコンを選択すると、アップグレードの確認ダイアログが開き、プロセスが最新のパッケージ バージョンに更新されるようになりました。以前は、 アイコンを選択すると、[プロセス要件] サイドパネルが開いていました。

詳しくは、「 プロセスについて」をご覧ください。

ビデオ録画 API エンドポイントの公開

実行ビデオ録画をダウンロードおよび削除するための 4 つの API エンドポイントが Swagger で一般公開されました。以下のエンドポイントを使用して、ジョブまたはキュー アイテムの記録の期間限定のダウンロード URL を取得したり、プログラムを使用して記録を削除したりできます。

  • GET /api/VideoRecording/jobs/{jobKey}/read
  • DELETE /api/VideoRecording/jobs/{jobKey}
  • GET /api/VideoRecording/QueueItems/{queueItemId}/Read
  • DELETE /api/VideoRecording/QueueItems/{queueItemId}

読み取り操作には、 Jobs.View 権限と ExecutionMedia.View 権限が必要です。削除操作には、 Jobs.Delete 、または Queues.DeleteExecutionMedia.Deleteが必要です。OAuth スコープは Monitoringです。

詳しくは、「 ビデオ録画の要求」をご覧ください。

ロボット グループに関連する権限は非推奨となり、今後のリリースで削除される予定です。ロールに環境権限が含まれている場合は、削除する前に確認して更新してください。

バグ修正

  • 中断された Maestro ジョブにリンクされているキュー アイテムが誤って破棄される問題を修正しました。Maestro で [ ResumeVersion ] 列を設定しない中断パスが使用されていたため、Orchestrator はこれらのジョブを再開不可として扱い、キュー アイテムを破棄していました。Maestro のジョブが中断されたときに、キュー アイテムが現在のステートを維持するようになりました。

  • スクリーン リーダーの使用時に、テナントのクイック アクション サブメニューを移動するために Tab キーと矢印キーを混在させて移動する必要があるアクセシビリティの問題を修正しました。サブメニュー内のメニュー項目が、矢印キーのみを使用してナビゲートできるようになりました。

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得