- Automation Cloud and Test Cloud
- Automation Cloud Dedicated and Test Cloud Dedicated
July 2026 release notes for Maestro in Automation Cloud.
July 17, 2026
Case Manager decision traceability
In Maestro Case, Case Manager decision trace spans now include a zero-based index indicating which chaining cycle produced each decision and an ordered list of the events that led to it. This information helps you reconstruct the sequence and causal path of decisions made during a case.
For more information, see Introduction to Maestro Case.
URL values in Integration Service Send tasks
In Maestro BPMN, Integration Service Send tasks now support URL values in query parameters. Maestro encodes these values before sending them so that the connector receives them without corruption or rejection.
For more information, see Send task.
Live execution trace for single-node runs in the VS Code extension
In Maestro Flow, running a single node in the VS Code extension now shows a live execution trace in the execution panel, matching the experience already available in Studio Web. The trace includes span timings, variable inputs and outputs, and error details for the node that ran.
When you trigger a single-node run, the execution panel expands automatically and shows a loading indicator through the preparation and deployment stages. Once the execution instance is active, the panel switches to the live trace.
For more information, see Debugging basics.
Resizable and pop-out code editors
In Maestro Flow, code editors in the properties panel can now be resized vertically. An Expand editor button opens the editor in a larger dialog, providing more room to write or review complex expressions and scripts.
Paste nodes directly into loop containers
In Maestro Flow, pasting nodes directly into an empty Loop container now automatically resizes the loop and connects the pasted nodes to the loop body.
Bug fixes
- In Maestro Flow, built-in nodes now consistently appear before connector nodes in global search results in the Add Node panel. Previously, results could show connectors before core nodes depending on the panel configuration.
- In Maestro Flow, searches inside Add Node panel subsections now match connector categories and their contents. Top-level searches can also match connector names combined with enclosing category names.
- In Maestro Flow, the history panel header now matches the standard canvas panel height, and the divider between the execution history and trace details has an improved resize handle. Unified trace-viewer navigation is turned off.
- In Maestro Flow, inline-agent inputs bound to connector outputs now receive the correct type when a workflow is saved or published. Output types are regenerated from the current connector contracts, preventing stale schemas from causing runtime errors.
- In Maestro Flow, array variables now provide an Item type selector supporting primitive values, objects, and nested arrays. Entry-point schemas for array and object variables now include their complete item or property structure.
- In Maestro Flow, Script and Transform nodes now declare their output type as
any. Filter, Map, and Group By nodes now declare their output type asarray. Existing workflows are migrated automatically when loaded. - In Maestro Flow, expression validation now considers runtime-inferred and execution-derived output schemas, and reruns automatically when inferred schemas change.
- In Maestro Flow and Maestro BPMN, conditions can now evaluate Data Fabric entity expressions. Previously, these conditions could fail at runtime because the query reached the expression evaluator as unparsed text, preventing an outgoing path from being selected.
- In Maestro Case, the Case App now lists cases by start time, with the most recently started cases first. Previously, cases sharing the same Service Level Agreement (SLA) due time could be duplicated or skipped between pages. Cases that have not started yet appear at the end of the list.
July 7, 2026
Introducing Maestro Flow (Preview)
Maestro Flow is a new canvas for building lightweight business orchestration in UiPath. Flow brings agents, API calls, human-in-the-loop steps, document processing, and system actions together into a single workflow.
Maestro Flow runs in Studio Web and in the VS Code extension. Flow offers a visual design canvas, real-time debugging as a workflow runs, one-step deployment, and run inspection down to the individual node.
For more information, see the Maestro Flow documentation.
July 3, 2026
Data Fabric operations now support composite entities
Data Fabric operations — read, create, update, upsert, and query — now work with composite entities. Previously, operations targeting composite entities failed silently or returned errors.
For more information, see Data Fabric operations in Maestro.
Bindings in Data Fabric expressions
In Maestro Business Process Model and Notation (BPMN), Data Fabric expressions can now reference process bindings and variables dynamically for both the entity name and the folder path. Previously, the entity name and ?folderPath= segment in a datafabric[...] expression had to be literal strings.
Now they can be binding or variable references resolved at runtime against the workflow's variable store — for example, =datafabric[bindings.EntityName?folderPath=bindings.FolderKey][...].
For more information, see Data Fabric operations in Maestro.
ProcessType field in Agentic Orchestration DataPipe events
The Agentic Orchestration (AO) DataPipe event payload for process instances now includes a ProcessType field indicating whether the instance is a ProcessOrchestration or CaseManagement process. This lets downstream consumers of the DataPipe stream distinguish process kinds without additional lookups.
Subprocess signal propagation
In Maestro BPMN, cancel, pause, and resume signals sent to a parent process instance now propagate to any active embedded subprocess child workflows. When a parent is paused, the instance status transitions to "Paused" only after the nested subprocess confirms it has quiesced — matching the expected timing.
Resume propagation works symmetrically. Cancelling a parent while a subprocess is in-flight suppresses all downstream elements that would have run after the subprocess completed.
For more information, see Subprocesses and modularity.
GoTo within running subprocess
In Maestro BPMN, the GoTo operation now supports redirecting execution to an element inside a currently running subprocess. The operation routes the transition to the active child subprocess workflow when the source and target elements belong to the same subprocess scope. Transitions that cross subprocess boundaries remain unsupported.
tasksCompletedV2 in RetrieveCaseState
In Maestro Case, the RetrieveCaseState activity response now includes a tasksCompletedV2 field alongside the existing tasksCompleted field. Each entry in tasksCompletedV2 carries both an identifier and a name, using the same identifier format as entries in tasksRunning.
The original tasksCompleted list is unchanged for backward compatibility. tasksCompletedV2 is only populated when the V2 case-management schema is in use.
For more information, see Introduction to Maestro Case.
Instance migration includes subprocess-scoped variables
In Maestro BPMN, when migrating a running instance to a new package version, the variable diff endpoint now returns all InOut working variables — including subprocess-scoped variables and activity output variables — grouped by scope and kind.
Supplied values on the upgrade request overwrite existing carried values and are forwarded to running subprocesses so their isolated variable scopes are updated.
For more information, see Publishing and upgrading agentic processes.
Bug fixes
- Fixed an issue where assets configured to resolve from a specific folder returned null instead of the expected value. Workflows that use folder-scoped asset references — for example,
runtime.assets["Secret"]?folderId=123— now retrieve the correct asset. - Fixed an issue where the original licensing context was dropped when a faulted workflow instance was retried, causing the licensing service to treat the retry as a new transaction and potentially double-count consumption.
Breaking changes
- The Document extraction element output variables have been renamed:
=ExtractionResultis now=resultand=Taxonomyis now=taxonomy. Workflows that reference the previous variable names require updates.
- July 17, 2026
- Case Manager decision traceability
- URL values in Integration Service Send tasks
- Live execution trace for single-node runs in the VS Code extension
- Resizable and pop-out code editors
- Paste nodes directly into loop containers
- Bug fixes
- July 7, 2026
- Introducing Maestro Flow (Preview)
- July 3, 2026
- Data Fabric operations now support composite entities
- Bindings in Data Fabric expressions
- ProcessType field in Agentic Orchestration DataPipe events
- Subprocess signal propagation
- GoTo within running subprocess
- tasksCompletedV2 in RetrieveCaseState
- Instance migration includes subprocess-scoped variables
- Bug fixes
- Breaking changes