- Automation Cloud and Test Cloud
- Automation Cloud Dedicated and Test Cloud Dedicated
August 2026 release notes for Maestro in Automation Cloud and Test Cloud.
August 28, 2026
Query and wait for Orchestrator queue items in BPMN processes
In Maestro BPMN, two new activities are available for Orchestrator queue-based processes. Get queue items queries items on a queue by status, reference, creation date range, or priority, without dequeuing or locking them, making it suitable for read-only checks and conditional branching. Wait for queue event, available on a receive task or an intermediate catch event, blocks execution until a transaction item becomes available on a queue, then surfaces the dequeued item's fields as process outputs.
For more information, see Queue task activities.
Configure and manage MCP tools directly in Flow
In Maestro Flow, Autonomous Agent nodes now support richer control over Model Context Protocol (MCP) tools. You can edit per-argument descriptions, view a tool's full input and output schema, and choose how each argument gets its value: the agent decides at runtime, it's bound to an agent variable, or it's a fixed value that can be marked sensitive. MCP servers now also expose an explicit Refresh tools action instead of only discovering tools automatically, and can pull their tool list live from Agent Hub.
For more information, see Agent.
Bug fixes
- Maestro Flow: Incident groups in the execution panel's Incidents tab are now expanded by default, so errors and warnings are immediately visible after a run.
- Maestro Flow: The execution panel's Variables tab now separates workflow-level values into Inputs, Outputs, and Variables sections instead of a single combined list.
- Maestro Case: The business app Description field is now optional when creating or updating a business app.
August 20, 2026
Edges route around nodes after auto-layout
In Flow, running Tidy up nodes or Tidy selected now routes edges around nodes instead of straight through them, producing cleaner diagrams when nodes are repositioned. You can also drag an edge segment to reposition it — the adjusted path is kept for the session without affecting the saved document or the undo history.
Loop edges (self-connections and loop-back handles) continue to use their existing handle-based routing and are unaffected by this change.
For more information, see The canvas.
Decision node's True branch is now optional
In Flow, the Decision node's True branch can now be left unconnected, matching the existing behavior of the False branch and the Switch node. When a branch has no downstream nodes, Flow automatically completes it instead of failing at runtime with a path-not-found error.
Bug fixes
- In Flow, downloading an attachment during a debug session no longer stops execution polling. Previously, browsers could interrupt the debug session when a file download started even though the page stayed open.
- In the VS Code extension, downloading a flow execution attachment now opens a native save dialog instead of attempting to navigate to a signed URL that the extension's webview doesn't support.
- In Flow, dropping or inserting a variable into a multi-line script editor now produces a bare path (for example,
$vars.value) instead of{{ $vars.value }}, which was a syntax error in JavaScript and TypeScript contexts.