describe_workflow
Retrieve detailed execution information for a Temporal workflow using workflow ID and optional run ID to inspect status, events, and history for debugging.
Instructions
Get detailed information about a specific workflow execution.
Args: workflow_id: The workflow ID to describe run_id: Optional run ID (uses latest run if not specified)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | ||
| workflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |