add_task_dependency
Add a dependency relationship between tasks by specifying the dependent task and the task it depends on, with optional dependency type.
Instructions
Add a dependency relationship between tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the dependent task | |
| dependency_type | No | Type of dependency relationship | blocks |
| depends_on_task_id | Yes | ID of the task this task depends on |