dynamic_workflow_cancel
Cancel an active workflow precisely with optimistic concurrency, ensuring only the expected revision is aborted. Use when you need to stop a non-terminal process safely.
Instructions
Cancel a non-terminal workflow with exact optimistic concurrency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| run_ref | Yes | ||
| host_role | Yes | ||
| company_ref | Yes | ||
| project_ref | Yes | ||
| idempotency_key | Yes | ||
| session_receipt | Yes | ||
| host_binding_ref | Yes | ||
| expected_revision | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |