- Automation Cloud and Test Cloud
- Automation Cloud Public Sector and Test Cloud Public Sector
- Automation Cloud Dedicated
July 2026 release notes for Orchestrator in Automation Cloud Dedicated.
July 23, 2026
Bulk edit queue items
You can now update multiple queue items at the same time from the Transactions grid. Select one or more items and apply bulk changes to the following fields:
- Priority
- Postpone date
- Due date
- Reset transaction progress
For more information, check About Queues and Transactions.
Processing Exceptions encrypted for new encrypted queues
When you create an encrypted queue, Orchestrator now also encrypts Processing Exceptions in the database. Previously, only Specific Data and Output were encrypted. This change applies only to queues created after this release. Existing encrypted queues are unaffected.
If you have Insights dashboards displaying Processing Exceptions from encrypted queues, new queues will display encrypted text in those dashboards.
For more information, check Managing Queues in Orchestrator.
Extended search when assigning per-account asset values
When configuring per-account values for an asset, you can now search for accounts by name. Previously, you had to scroll through a static list to find a specific account. The search queries the identity service directly, so all accounts in the tenant are findable regardless of the list size.
For more information, check About Assets.
Entry point preserved when updating a process version
When you edit a process and change the package version, Orchestrator now retains the previously selected entry point if that workflow still exists in the new version. Previously, changing the package version reset the entry point to the Main file, requiring you to reselect it manually.
For more information, check About Processes.
Update available icon now triggers an upgrade
In the Processes grid, selecting the Update available icon next to a process version now opens the upgrade confirmation dialog and updates the process to the latest package version. Previously, selecting the icon opened the process requirements sidepanel.
For more information, check About Processes.
Video recording API endpoints now public
Four API endpoints for downloading and deleting execution video recordings are now publicly available in Swagger. Use these endpoints to retrieve time-limited download URLs for a job's or queue item's recordings, or to delete recordings programmatically:
GET /api/VideoRecording/jobs/{jobKey}/readDELETE /api/VideoRecording/jobs/{jobKey}GET /api/VideoRecording/QueueItems/{queueItemId}/ReadDELETE /api/VideoRecording/QueueItems/{queueItemId}
Read operations require Jobs.View and ExecutionMedia.View permissions. Delete operations require Jobs.Delete or Queues.Delete and ExecutionMedia.Delete. The OAuth scope is Monitoring.
For more information, check Video recordings requests.
Environment-related permissions deprecated
The permissions associated with Environments are deprecated and will be removed in a future release. If your roles include Environment permissions, review and update them before the removal.
Bug fixes
-
We fixed an issue where queue items linked to suspended Maestro jobs were incorrectly abandoned. Maestro uses a suspension path that does not set the
ResumeVersioncolumn, which caused Orchestrator to treat those jobs as non-resumable and abandon their queue items. Queue items now remain in their current state when a Maestro job is suspended. -
We fixed an accessibility issue where the tenant quick actions submenu required a mixed combination of Tab and Arrow keys to navigate when using a screen reader. Menu items within the submenu are now navigable using Arrow keys only.
-
We fixed an issue where custom user settings were not applied when a process was triggered by a disconnected Event Trigger. Previously, the job would attempt to use the developer's design-time connection instead of the runtime user's configured connection, causing permission errors. Custom user settings are now properly resolved when processes are executed via Event Triggers.
July 3, 2026
Maestro process type labels updated
The display labels for the three Maestro process types have been renamed to align with the current Maestro branding:
| Previous label | New label |
|---|---|
| Agentic process | Maestro BPMN |
| Case Management | Maestro Case |
| Flow | Maestro Flow |
The new labels appear in type filters, column values, and package dropdowns throughout Orchestrator, including the Processes Registry, the Jobs grid, and process deployment screens.
Updated layout for create and edit forms
Create and edit forms across Orchestrator now appear in a card layout with shadow and rounded corners, replacing the previous flat layout. Spacing between form content and action buttons is consistent, and the breadcrumb bar is now sticky so it stays visible as you scroll through longer forms.
Updated layout for the Start Job page
The Start Job page now appears in a card layout with shadow and rounded corners, replacing the previous flat layout. Spacing between the form content and the action buttons is consistent, and the breadcrumb bar is now sticky so it stays visible as you scroll through longer forms.
Bug fixes
-
We fixed an issue preventing queue item recordings from being visible and accessible from linked folders for shared queues. We updated recording authorization and lookup logic to support access to recordings through shared queue links across folders.
-
We fixed an issue where deleting a folder that contained non-final jobs (Pending, Resumed, Running, Stopping, Suspended, or Terminating) never completed. The folder cleanup process now correctly identifies and stops non-final jobs, allowing folder deletion to complete as expected.
-
We fixed an issue where upgrading a solution containing a process that referenced a deleted retention bucket failed mid-install with a "Bucket does not exist" error. Solution deployment validation now checks that referenced retention buckets exist and surfaces a clear error before the install phase begins.
-
We fixed an accessibility issue in the folder tree view where the Actions and Folder management menu sections were not programmatically associated with their group labels. Screen readers now correctly announce the section context when users navigate folder menu items.
Deprecation announcements for API
The following /odata/Robots API endpoints are tightly coupled with classic folders and are being fully deprecated:
GetByIdCreateUpdatePartialUpdateDeleteDeleteBulkConvertToFloatingGetMachineNameToLicenseKeyMappingsGetUsernamesToggleEnabledStatus
- July 23, 2026
- Bulk edit queue items
- Processing Exceptions encrypted for new encrypted queues
- Extended search when assigning per-account asset values
- Entry point preserved when updating a process version
- Update available icon now triggers an upgrade
- Video recording API endpoints now public
- Environment-related permissions deprecated
- Bug fixes
- July 3, 2026
- Maestro process type labels updated
- Updated layout for create and edit forms
- Updated layout for the Start Job page
- Bug fixes
- Deprecation announcements for API