task_remove_dependency
Removes a dependency link between two tasks, unblocking the specified task by deleting its dependency on another task.
Instructions
Remove a dependency between two tasks.
Args: task_id: The blocked task. dep_id: The dependency task ID to remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dep_id | Yes | The dependency task ID to remove. | |
| task_id | Yes | The blocked task. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |