fetch_workflow_history
Retrieve the complete execution history of a Temporal workflow by providing its workflow ID. Optionally specify a run ID to fetch a specific run's history.
Instructions
Convenience method to fetch complete workflow history using the workflow handle. Similar to get_workflow_execution_history but may be easier to use when you only have the workflow ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | No | Optional run ID. If not provided, fetches history of the latest run. | |
| region | No | Region to query. Defaults to "us" if not specified. | |
| workflowId | Yes | The workflow ID |