update_workflow
Update a workflow's status and optional summary when workers finish, workflows block, or final aggregation completes, setting terminal states like completed, failed, or cancelled.
Instructions
Update a WORKFLOW status and optional summary. Use when all workers finish, a workflow blocks, or final aggregation is complete. Terminal states are completed, failed, and cancelled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| summary | No | ||
| workflow_id | Yes | ||
| binding_token | No | Opaque token returned by this agent's join_session or plan_session. Required for reliable identity when logical agents share an MCP connection. |