Cancel task
task_cancelCancel a non-terminal task after its direct children complete, using the parent version and lease token to authorize child cancellation.
Instructions
Cancel a non-terminal task after its direct children are terminal. Child cancellation requires the running direct parent's version and lease token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| taskId | Yes | ||
| actorId | Yes | ||
| idempotencyKey | Yes | ||
| expectedVersion | Yes | ||
| parentLeaseToken | No | ||
| expectedParentVersion | No |