Release task
task_releaseRelease a leased or running task back to ready state when a worker cannot continue, providing a concrete reason.
Instructions
Return a leased/running/blocked task to ready when the current worker cannot continue. Include a concrete reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| taskId | Yes | ||
| workerId | Yes | ||
| leaseToken | Yes | ||
| idempotencyKey | Yes | ||
| expectedVersion | Yes |