superpos_claim_task
Claim a pending task atomically to prevent multiple agents from processing it. If the task is already claimed, the operation fails with a conflict.
Instructions
Atomically claim a pending task so no other agent processes it. Claim before starting work; fails with a conflict if already claimed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hive_id | No | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||