terminate_workflow
Forcefully stop a running Temporal workflow by providing its execution ID. Specify an optional reason to document why termination occurred.
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 |