set_task_blocker
Manage task dependencies in Vaiz by establishing or removing blocker relationships between tasks to control workflow sequences and prevent conflicts.
Instructions
Toggle a blocker relationship between two tasks. Direction is relative to taskId: "blockers" = tasks that block taskId, "blocking" = tasks that taskId blocks. Note: taskId and blockerTaskId require database IDs (use search to find tasks by HRID like "PRJ-21" to get their database IDs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| blockerTaskId | Yes | ||
| direction | Yes |