- Automation Cloud und Test Cloud
- Automation Cloud Dedicated und Test Cloud Dedicated
September 2026 Versionshinweise für Maestro in Automation Cloud und Test Cloud.
September 22, 2026
Cartographer now feeds into the Model – Design executable processes stage
Cartographer, Delegate's profile for documenting and redesigning business processes, now sits upstream of the Model – Design executable processes stage of the Maestro lifecycle. Cartographer generates a Process Design Document (PDD) and Specification Design Document (SDD) that inform the BPMN (Business Process Model and Notation) or Case Management model you build in Studio Web.
For details, see How Maestro fits into UiPath. For Cartographer's own capabilities, refer to Cartographer overview.
September 18, 2026
Maestro Automate is now generally available
Maestro Automate ships alongside Maestro Flow, for short-running workflows of AI agents and APIs. It uses the same canvas and the same engine, with a lightweight runtime envelope and a run price sized for work that finishes within minutes or hours. You choose it when you create the project and the platform governs it from the first run. You can convert between Maestro Flow and Maestro Automate: they share the same functional components but have different instance management, runtime, and licensing considerations.
Weitere Informationen finden Sie auf den folgenden Seiten:
September 17, 2026
Maestro Flow is now generally available
Maestro Flow is now generally available. It is the third canvas in Maestro Orchestrate, alongside Business Process Model and Notation (BPMN) and Case, and it is built for developers: agents, APIs, robots, documents, data, and human steps composed inline on one canvas, and co-developed with coding agents in the editor you already use.
General availability means Flow processes are supported for production use, on the same Maestro engine as BPMN and Case processes, with the same durable execution and instance control.
Where you build
- Your editor — VS Code and its forks (Cursor, Antigravity, Kiro) through the Maestro extension on the VS Code Marketplace and Open VSX, Studio Web with nothing to install, and Studio Desktop alongside RPA.
- Coding agents — Claude Code, Codex, Cursor, and Copilot author
.flowfiles, configure nodes, and validate end to end through theuipCLI, with the canvas rendering the result so a person can review and correct it.
What you compose
- AI agents — Autonomous agents configured on the canvas, or written in code and added as nodes. Third-party agents connect over Model Context Protocol (MCP) and Agent2Agent (A2A), with context, guardrails for personally identifiable information (PII) and prompt injection, and inline testing.
- Connectors — Enterprise and custom connectors, HTTP requests, webhooks, and triggers and wait-for-event steps driven by external systems.
- Data — Read, create, update, and delete Data Fabric entities as native nodes, without leaving the flow.
- Documents — Extract, summarize, and classify documents inline, with structured data passing straight into your logic.
- Humans in the loop — Quick Forms for approvals and escalations on the canvas, and Action Apps for richer custom interfaces, delivered in Slack, Teams, email, and Action Center.
How you validate and operate
- Evaluations — Agent and flow trajectory and results validated with LLM-as-judge or exact match, with performance tables, detailed tracing, and a guided path from any debug run to an evaluation set. Evaluation runs are free.
- Maestro Orchestrate runtime — Every Flow instance runs on the same Maestro engine as BPMN and Case, with durable execution and no cap on duration or concurrency, so a flow can wait days and resume exactly where it stopped. Live instances support retry, cancel, pause, resume, migrate, and go-to, individually or in bulk, with monitoring of every step and variable, durations, Service Level Agreement (SLA) compliance, dashboards, and alerts across the estate.
For details, refer to Maestro Flow.
Maestro Flow runs in Maestro Orchestrate. For the difference between Maestro Orchestrate and Maestro Automate, refer to Choosing between Maestro Orchestrate and Maestro Automate.
Correction: Release notes for Maestro Flow general availability were published on September 15, 2026 in error. The correct release date is September 17, 2026.
Conversational agents in Maestro Flow (Preview)
Maestro Flow can now model AI-powered chat and voice agents, with intent-based routing and hand-off between specialist agents. Chat nodes orchestrate real-time conversations with deterministic replies and parallel branches that run while the conversation continues, and the published flow reaches end users on the chat channels of your choice, with observability across usage metrics, execution traces, and user feedback.
Voice agents handle real-time phone calls, answering inbound calls and placing outbound ones. Audio streams to a real-time speech model, so callers can interrupt the agent mid-sentence and tools run during the call. The call transcript or a structured call summary feeds into downstream nodes.
Weitere Informationen finden Sie auf den folgenden Seiten:
Inline data entity modeling (Preview)
In Maestro Flow, you can now create and edit Data Fabric entities directly inside a VS Code solution, as a new Data Fabric entity project type alongside your Flow project. Add fields and set their types in a table-based schema editor, without leaving VS Code or configuring an Integration Service connection.
Four new built-in nodes — Query entity records, Create entity record, Update entity record, and Delete entity record — let you consume these entities from a flow without an Integration Service connection.
Two limits apply in this preview:
- Native (folder) entities only.
- VS Code only. Studio Web can open a solution containing an entity project, but can't edit the entity.
For more information, see Entities in VS Code.
Coded Functions as nodes (Preview)
A coded function can now be called from the Flow canvas as a node, so a flow can hand a step to function code instead of routing it through an intermediate workflow.
For how to author, test, and publish coded functions, refer to Coded functions.
Autopilot for Flow (Preview)
Autopilot scaffolds a flow from a description of intent, so you start from a working structure instead of an empty canvas. It is an alternative to authoring with a coding agent.
Native document processing nodes (Preview)
Document processing nodes bring UiPath document intelligence onto the Flow canvas as discrete steps, so a process can act on documents without a separate agent. The Extract node pulls typed fields from a document using a deployed UiPath Intelligent eXtraction Platform (IXP) extraction model. The Summarize node synthesizes across a document of up to 1,000 pages and returns a grounded answer with citations back to the source.
Both nodes appear in the node palette under Document processing. Because the flow calls them at a fixed point with the inputs you configure, they behave deterministically, unlike the Summarize agent tool, which an Autonomous Agent calls while reasoning.
For details, refer to Document processing.
16. September 2026
Build a Maestro Flow with a coding agent is now generally available
Building a Maestro Flow with a coding agent is now generally available. You describe the process — routing work between people, agents, RPA, and systems with branching, approvals, and durable state — and the agent authors a runnable .flow, then helps you publish, run, diagnose, and evaluate it.
The uipath-maestro-flow skill covers the full lifecycle: authoring and validating the flow, publishing and triggering runs, diagnosing faulted runs, and building and running evaluation sets. The skill is available to install via uip skills install.
For details, refer to Maestro Flow.
September 15, 2026
Introducing evaluations for Maestro BPMN (Preview)
In Maestro BPMN processes, evaluations let you verify that a workflow behaves as expected before you publish it. You can group expected outcomes into an evaluation set and score each run against the evaluators you attach, so workflows with non-deterministic steps get regression coverage after every change. Deterministic evaluators check output exactly, and LLM-judge evaluators score meaning and trajectory.
For more information, see Evaluations.
Case Manager Agent (Preview)
In Maestro Case, you can now add an AI agent to the Case Manager so it makes orchestration decisions — starting and cancelling tasks, entering and completing stages, and escalating — for events your deterministic rules don't cover. Choose rules-first to run the agent only as a fallback, or agent-led to have it decide on every event using rules as guardrails. The agent's system prompt and input/output contract are predefined; you configure its model, context, memory, tools, and escalation paths, and test it with evaluations before deploying.
For more information, see Configuring and testing the Case Manager Agent (preview).
Build a Maestro Case with a coding agent (Preview)
You can now build a Maestro Case using the coding agent of your choice — Claude Code, Codex, GitHub Copilot, Cursor, or Jules. Describe the case, hand over a BPMN model, a process map, or an existing PDD, and the agent proposes a case plan for your approval before it builds, debugs, and deploys the case plan and its tasks in your solution.
The uipath-maestro-case skill covers the flow end to end: it proposes the stages, tasks, transition rules, and Service Level Agreements (SLAs), walks you through one review before building anything, then authors, validates, and publishes the case definition. The skill is available to install via uip skills install.
Weitere Informationen finden Sie auf den folgenden Seiten:
- Build a Maestro Case with a coding agent (preview)
- Maestro-Fall
- UiPath for Coding Agents – Installieren und einrichten
- UiPath for Coding Agents — September 2026 release notes
10. September 2026
Schließen Sie Fallinstanzen über die CaseApp-API
In Maestro Case können Sie mit einem neuen POST instances/{instanceId}/close -Endpunkt auf der v3 CaseApp-API eine laufende Fallinstanz schließen, die über die Cases.Close -Persona-Gewährung autorisiert wurde. Beim Schließen einer Live-Instanz wird diese zu Canceling, während der Worker den Wechsel zu Cancelled asynchron abschließt; Eine bereits beendete Instanz gibt ihren aktuellen Status unverändert zurück, und eine abgeschlossene Instanz wird abgelehnt, anstatt abgebrochen zu werden, um einen Standby-Workflow zu schützen, von dem ein späteres erneutes Öffnen abhängt.
Weitere Informationen finden Sie unter CaseApp-Anforderungen.
Hängen Sie eine Nutzlast an, wenn Sie eine Ad-hoc-Fallaufgabe auslösen
In Maestro Case akzeptiert der POST /v3/caseapp/instances/{instanceId}/tasks/trigger -Endpunkt jetzt ein optionales taskInput -Objekt neben dem Aufgabennamen. Das Freiform-JSON-Objekt wird als verschachtelte Nutzlast an die ausgelöste Aufgabe weitergeleitet, sodass Aufrufer Daten wie Genehmigungsreferenzen oder Entscheidungsnutzlasten zur Triggerzeit übergeben können. Wenn Sie ihn weglassen, verhält sich die Anforderung genau wie zuvor.
Weitere Informationen finden Sie unter CaseApp-Anforderungen.
Fehlerbehebungen
- Maestro BPMN: Migrationen von Prozessinstanzen, die ein Element entfernen würden, auf das eine vom Benutzer abgebrochene Aktivität wartet, werden jetzt korrekt abgelehnt, wodurch abgebrochene Elemente mit fehlerhaften Elementen als geschützte Migrationsanker verbunden werden.
- Maestro BPMN: Die Verbindungsüberschreibung eines Send Task-Knotens, die zum Release-Zeitpunkt durch eine Bindung angewendet wird, wird nicht mehr zugunsten der Verbindung zur Entwurfszeit ignoriert.
- Maestro BPMN, Case, and Flow: The Action history tab now logs an entry when an instance — deployed or in a debug run — becomes throttled due to high activity volume, so you can see when and how often it was affected. For more information, see Debugging.
3. September 2026
Konfigurieren und verwalten Sie MCP-Tools direkt in Flow
In Maestro Flow unterstützen autonome Agent-Knoten jetzt eine bessere Kontrolle über Model Context Protocol (MCP)-Tools. Sie können Beschreibungen pro Argument bearbeiten, das vollständige Eingabe- und Ausgabeschema eines Tools anzeigen und auswählen, wie jedes Argument seinen Wert erhält: Der Agent entscheidet zur Runtime, ist an eine Agent-Variable gebunden, oder es ist ein fester Wert, der als vertraulich gekennzeichnet werden kann. MCP-Server zeigen jetzt auch eine explizite Aktion zum Aktualisieren von Tools an, anstatt nur Tools automatisch zu erkennen, und können ihre Toolliste live aus Agent Hub abrufen.
Weitere Informationen finden Sie unter Agent.
Halten Sie MCP-Tool-Schemas automatisch auf dem neuesten Stand
MCP-Tools (Model Context Protocol), die einem Agent-Knoten in Maestro Flow hinzugefügt wurden, können veraltet sein, wenn sich die Tool-Definition des zugrunde liegenden MCP-Servers nach dem Konfigurieren ändert – zum Beispiel, wenn ein Parameter umbenannt oder hinzugefügt wird.
Ein neuer Umschalter Schema vor Aufruf aktualisieren im Konfigurationsbereich des Tools und standardmäßig aktiviert, überprüft den MCP-Server auf das aktuelle Schema des Tools kurz vor jedem Aufruf, sodass der Workflow auch dann weiter funktioniert, wenn Sie ihn nie manuell aktualisieren. Wenn diese Option deaktiviert ist, verwendet das Tool immer das von Ihnen konfigurierte Schema, das schneller und vorhersehbarer ist, wenn sich die Tools des Servers selten ändern. Die Einstellung wird mit dem Workflow gespeichert und überschreibt das Schließen und erneute Öffnen des Projekts.
Weitere Informationen finden Sie unter Agent.
Lösen Sie Ad-hoc-Fallaufgaben über die CaseApp-API aus
In Maestro Case können Sie mit einem neuen POST /instances/{instanceId}/tasks/trigger -Endpunkt auf der v3 CaseApp-API eine Ad-hoc-Aufgabe auf einer laufenden Fallinstanz manuell starten, indem Sie den Namen der Fallplanaufgabe angeben. Der Zugriff erfordert die Berechtigung Cases.RunAdhocTasks in Bezug auf die Phase, die die Aufgabe besitzt. Beim Abgleich von Aufgabennamen wird die Groß-/Kleinschreibung beachtet. Nur Aufgaben mit einem „adhoc“- Eintrittsbedingung im Fallplan sind berechtigt – andere Namen geben 404 zurück.
Weitere Informationen finden Sie unter CaseApp-Anforderungen.
Fehlerbehebungen
- Maestro BPMN:
=js:Ausdrücke, die als Data Fabric-Abfragefilterwerte verwendet werden, werden jetzt ausgewertet, bevor die Abfrage gesendet wird, sodass dynamische Werte korrekt aufgelöst werden, anstatt als unformatierte Ausdruckszeichenfolgen übergeben zu werden. Weitere Informationen finden Sie unter Data Fabric-Vorgänge. - Maestro BPMN: Die Aktivität Get Queue Items schlägt bei Orchestrator-Mandanten mit aktivierter Einstellung Strict OData API nicht mehr fehl. Weitere Informationen finden Sie unter Warteschlangenaufgabenaktivitäten.
- Maestro BPMN: Mehrfachinstanz-Elemente mit großen Marker-Eingabesammlungen schlagen während der Ausführung nicht mehr fehl. Weitere Informationen finden Sie unter Marker.
- Maestro BPMN: Eine Studio Web-Debug-Ausführung für eine leere Warteschlange gibt jetzt 404 (Benutzerfehler) anstelle von 500 (Systemfehler) zurück; bereitgestellte Ausführungen sind nicht betroffen.
- Maestro Flow: Ausgabe-Evaluierer (z. B. Exact Match) sind jetzt vorab ausgewählt und mit der im Auswertungsassistenten eingegebenen freigegebenen erwarteten Ausgabe vorgefüllt. Weitere Informationen finden Sie unter Bewertungen.
- Maestro Flow: Die MCP-Serverauswahl im Bereich zum Hinzufügen von Knoten lädt jetzt alle verfügbaren Server, anstatt bei den ersten 100 anzuhalten. Weitere Informationen finden Sie unter Agent.
- September 22, 2026
- Cartographer now feeds into the Model – Design executable processes stage
- September 18, 2026
- Maestro Automate is now generally available
- September 17, 2026
- Maestro Flow is now generally available
- Conversational agents in Maestro Flow (Preview)
- Inline data entity modeling (Preview)
- Coded Functions as nodes (Preview)
- Autopilot for Flow (Preview)
- Native document processing nodes (Preview)
- 16. September 2026
- Build a Maestro Flow with a coding agent is now generally available
- September 15, 2026
- Introducing evaluations for Maestro BPMN (Preview)
- Case Manager Agent (Preview)
- Build a Maestro Case with a coding agent (Preview)
- 10. September 2026
- Schließen Sie Fallinstanzen über die CaseApp-API
- Hängen Sie eine Nutzlast an, wenn Sie eine Ad-hoc-Fallaufgabe auslösen
- Fehlerbehebungen
- 3. September 2026
- Konfigurieren und verwalten Sie MCP-Tools direkt in Flow
- Halten Sie MCP-Tool-Schemas automatisch auf dem neuesten Stand
- Lösen Sie Ad-hoc-Fallaufgaben über die CaseApp-API aus
- Fehlerbehebungen