gc_workflow_watch
Live-view workflow execution via SSE, collecting status events until the run settles or times out. Watch results in real time or use the polling alternative for simpler status tracking.
Instructions
Live SSE watch of a workflow execution. Collects status events until the execution settles, times out, or the client aborts. Use gc_workflow action=wait for a simpler polling alternative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Alias for execution_id | |
| since | No | Start seq (default 0) | |
| timeout | No | Max watch time in seconds | |
| heartbeat | No | Heartbeat interval ms | |
| execution_id | Yes | Workflow execution ID |