terminate_workflow
Forcefully stop a running Temporal workflow execution by providing its ID and an optional reason for termination.
Instructions
Forcefully terminate a workflow execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for termination | |
| workflow_id | Yes | The workflow execution ID to terminate |