- Introdução
- Melhores práticas
- Capabilities
- Habilidades
- CLI
- Exemplos
- Visão geral de exemplos
- Receita: criar um agente
- Receita: automatizar com RPA
- Receita: insira dados em um aplicativo da Web
- Receita: extrair dados de um aplicativo de desktop
- Receita: refatorar e testar um fluxo de trabalho
- Receita: um processo baseado em fila com REFramework
- Receita: criar um Maestro Flow
- Recipe: build a Maestro Case
- Receita: app codificado e fluxo de trabalho da API
- Recipe: build a coded function
- Receita: extrair dados de documentos com IXP
- Avançado
- Ajuda
Build and publish a Maestro Case that manages a customer dispute through intake, investigation, and resolution, with an escalation if it runs long.
This recipe builds a Maestro Case that manages a customer dispute from intake through resolution, with stages for investigation and an escalation if the case runs too long. It shows the full loop from your prompt to a case you can publish and run.
Pré-requisitos
- A CLI e as habilidades
uipinstaladas e uma sessão autenticada (consulte Instalar e configurar). - Uma pasta de trabalho vazia.
Build the case
-
Abra seu agente de codificação na pasta vazia.
-
Describe the case:
"Set up a dispute-resolution case with stages for intake, investigation, and resolution. Escalate to a supervisor if the case is in investigation for more than three business days."
-
Review the design packet the agent proposes — the stages, the tasks inside each one, the escalation rule, and every resource decision it made. Correct anything that's off before approving.
-
Approve the design. The agent builds and validates the case definition.
-
Ask the agent to publish the case to Studio Web so you can preview it visually.
-
Refine in conversation — for example, add a stage for appeals, or change who the escalation notifies.
Resultado
A validated, published Maestro Case that takes a dispute from intake to resolution, with an escalation if investigation runs long.
Próximas Etapas
Before running the case against real data, ask the agent to walk through a debug session with a sample dispute so you can confirm the routing and escalation behave as expected. See Maestro Case.
The generated stages, tasks, and commands depend on your agent and prompt. Use the escalation and routing behavior, not the exact files, as your signal of success.