- Automation Cloud e Test Cloud
- Automation Cloud Dedicado e Test Cloud Dedicado
Notas de versão de setembro de 2026 para o Maestro no Automation Cloud e 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.
Para obter detalhes, consulte as seguintes páginas:
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.
Para obter detalhes, consulte as seguintes páginas:
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 de setembro de 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.
Para obter mais informações, consulte as seguintes páginas:
- Build a Maestro Case with a coding agent (preview)
- Caso do Maestro
- UiPath para Coding Agents — Instalar e configurar
- UiPath for Coding Agents — September 2026 release notes
10 de setembro de 2026
Fechar instâncias de caso por meio da API CaseApp
No Maestro Case, um novo ponto de extremidade POST instances/{instanceId}/close na API v3 CaseApp permite que você feche uma instância de caso em execução, autorizado por meio da concessão de persona Cases.Close. O fechamento de uma instância ativa faz a transição para Canceling enquanto o trabalhador conclui a mudança para Cancelled de forma assíncrona; uma instância já terminal retorna seu status atual inalterado e uma instância concluída é rejeitada em vez de cancelada para proteger qualquer fluxo de trabalho em espera do qual uma reabertura posterior depende.
Para obter mais informações, consulte Solicitações de CaseApp.
Anexe uma carga ao disparar uma tarefa de caso ad hoc
Em Maestro Case, o ponto de extremidade POST /v3/caseapp/instances/{instanceId}/tasks/trigger agora aceita um objeto taskInput opcional ao lado do nome da tarefa. O objeto JSON de forma livre é encaminhado literalmente para a tarefa disparada como uma carga aninhada, permitindo que os chamadores passem dados como referências de aprovação ou cargas de decisão no momento do disparo. Omitir isso faz com que a solicitação se comporte exatamente como antes.
Para obter mais informações, consulte Solicitações de CaseApp.
Correções de bugs
- Maestro BPMN: as migrações de instâncias de processo que removeriam um elemento onde uma atividade cancelada pelo usuário está aguardando agora são rejeitadas corretamente, trazendo elementos cancelados em linha com elementos com falha como âncoras de migração protegidas.
- Maestro BPMN: a substituição da conexão de um nó Enviar tarefa aplicada no tempo de lançamento por meio de uma associação não é mais ignorada em favor da conexão de tempo de design.
- 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 de setembro de 2026
Configure e gerencie ferramentas MCP diretamente no fluxo
No Maestro Flow, os nós de Agentes autônomos agora são compatíveis com um controle mais rico sobre ferramentas de Protocolo de contexto do modelo (MCP). Você pode editar descrições por argumento, visualizar o esquema completo de entrada e saída de uma ferramenta e escolher como cada argumento obtém seu valor: o agente decide no runtime, é associado a uma variável de agente ou é um valor fixo que pode ser marcado como confidencial. Os servidores MCP agora também expõem uma ação explícita de Atualizar ferramentas, em vez de descobrir ferramentas automaticamente, e podem extrair sua lista de ferramentas em tempo real do Agent Hub.
Para obter mais informações, consulte Agente.
Mantenha os esquemas de ferramentas MCP atualizados automaticamente
As ferramentas MCP (Protocolo de contexto do modelo) adicionadas a um nó do agente no Maestro Flow podem ficarão desatualizados se a definição da ferramenta do servidor MCP subjacente for alterada após você configurá-lo — por exemplo, um parâmetro for renomeado ou adicionado.
Um novo esquema de Atualização antes da chamada , no painel de configuração da ferramenta e ativado por padrão, verifica o servidor MCP em busca do esquema atual da ferramenta logo antes de cada chamada, para que o fluxo de trabalho continue funcionando mesmo que você nunca o atualize manualmente. Quando desabilitado, a ferramenta sempre usa o esquema que você configurou, que é mais rápido e mais previsível se as ferramentas do servidor raramente mudarem. A configuração é salva com o fluxo de trabalho e persiste no fechamento e reabertura do projeto.
Para obter mais informações, consulte Agente.
Dispare tarefas de caso ad-hoc por meio da API CaseApp
No Maestro Case, um novo ponto de extremidade POST /instances/{instanceId}/tasks/trigger na API v3 CaseApp permite que você inicie manualmente uma tarefa ad-hoc em uma instância de caso em execução, fornecendo o nome da tarefa do plano de caso. O acesso requer a permissão Cases.RunAdhocTasks com escopo para o estágio que possui a tarefa. A correspondência de nome da tarefa diferencia maiúsculas de minúsculas, e apenas tarefas com um evento "adhoc" a condição de entrada no plano de caso é elegível — outros nomes retornam um 404.
Para obter mais informações, consulte Solicitações de CaseApp.
Correções de bugs
- Maestro BPMN: as expressões
=js:usadas como valores de filtro de consulta do Data Fabric agora são avaliadas antes que a consulta seja enviada, para que os valores dinâmicos sejam resolvidos corretamente em vez de serem passados como strings de expressões brutas. Para obter mais informações, consulte Operações do Data Fabric. - Maestro BPMN: a atividade Get queue items não falha mais em tenants do Orchestrator com a configuração Strict OData API habilitada. Para obter mais informações, consulte Atividades de tarefa de fila.
- Maestro BPMN: elementos de várias instâncias com grandes coleções de entrada de marcador não falham mais durante a execução. Para obter mais informações, consulte Marcadores.
- Maestro BPMN: uma depuração do Studio Web em uma fila vazia agora retorna um 404 (erro do usuário) em vez de um 500 (erro do sistema); as execuções implantadas não são afetadas.
- Maestro Flow: os avaliadores de saída de avaliação (como Correspondência Exata) agora são pré-selecionados e pré-preenchidos com a saída esperada compartilhada inserida no assistente de avaliação. Para obter mais informações, consulte Avaliações.
- Maestro Flow: o seletor de servidor MCP no painel adicionar nó agora carrega todos os servidores disponíveis em vez de parar nos primeiros 100. Para obter mais informações, consulte Agente.
- 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 de setembro de 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 de setembro de 2026
- Fechar instâncias de caso por meio da API CaseApp
- Anexe uma carga ao disparar uma tarefa de caso ad hoc
- Correções de bugs
- 3 de setembro de 2026
- Configure e gerencie ferramentas MCP diretamente no fluxo
- Mantenha os esquemas de ferramentas MCP atualizados automaticamente
- Dispare tarefas de caso ad-hoc por meio da API CaseApp
- Correções de bugs