roadmap_block
Record a dependency edge where a node is blocked by another node, marking real dependencies separate from parent-child decomposition.
Instructions
Record a DEPENDENCY edge: node blocked_id is blocked by blocked_by_id. Use
this for real dependencies instead of overloading parent_id (parent_id =
decomposition). Surfaced in roadmap_view as a node's blocked_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocked_id | Yes | ||
| blocked_by_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |