rlm_htask_block
Block a task by specifying blocker type and reason. Optionally propagate the block to ancestor tasks.
Instructions
Block a task with detailed payload.
Requires blocker_type and blocker_reason. Automatically propagates to ancestors if is_blocking=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| task_id | Yes | Task ID | |
| blocker_type | Yes | Type of blocker | |
| blocker_reason | Yes | Detailed explanation | |
| blocked_by_task_id | No | ID of blocking task | |
| required_input | No | What's needed to unblock | |
| eta_recovery | No | Expected unblock date (ISO) | |
| escalation_to | No | Who to escalate to |