get_workflow_status
Check workflow progress and diagnose stoppages by retrieving current state, diff report, and audit log after triggering a workflow.
Instructions
[READ] Get current workflow state, diff report, and audit log.
Use this to poll a workflow after run_workflow and to find out why one stopped: outcome='dispatch_required' means you must perform the pending steps yourself, 'awaiting_approval' means call approve. Returns a point-in-time snapshot and does not advance the workflow.
Args: workflow_id: The workflow ID to query.
Returns: Full workflow state including steps, audit log, and diff report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes |