- はじめに
- ベスト プラクティス
- 機能
- スキル
- CLI
- 例
- 例の概要
- レシピ: エージェントを構築する
- レシピ: RPA で自動化する
- レシピ: Web アプリへのデータ入力
- レシピ: デスクトップ アプリからデータを抽出します
- レシピ: ワークフローをリファクタリングしてテストする
- レシピ: REFramework を使用したキューベースのプロセス
- レシピ: Maestro Flow を構築する
- Recipe: build a Maestro Case
- レシピ: コード化されたアプリと API ワークフロー
- Recipe: build a coded function
- レシピ: Test Manager でリリースを検証する
- レシピ: IXP を使用してドキュメントからデータを抽出する
- Advanced (カスタム)
- ヘルプ
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.
前提条件
- インストールされている
uipCLI とスキル、および認証されたセッション ( 「インストールと設定」を参照)。 - 空の作業フォルダー。
Build the case
-
空のフォルダーでコーディング エージェントを開きます。
-
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.
結果
A validated, published Maestro Case that takes a dispute from intake to resolution, with an escalation if investigation runs long.
次のステップ
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.