workflow_terminate_workflow
Terminate an active workflow execution by its ID, optionally providing a reason for termination.
Instructions
Terminates a workflow execution. This will stop the workflow and mark it as terminated.
Args: workflow_id: The uuid representing the execution of the workflow to terminate reason: Optional reason for termination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| reason | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |