Work Dependency Add
work_dependency_addAdd a dependency: blocker must finish before blocked can proceed.
Pass blocker_id + blocked_id, or equivalently
work_id (blocked) + depends_on_id (blocker).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Override agent identity | |
| work_id | No | Alias for blocked_id (the task that waits) | |
| blocked_id | No | Task that is blocked | |
| blocker_id | No | Task that must finish first | |
| depends_on_id | No | Alias for blocker_id (the task it waits on) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||