get_workflow_status
Check a workflow's current state, diff report, and audit log to monitor progress and identify why it stopped, including required actions like dispatch_required or awaiting_approval.
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 |