remove_task_dependency
Remove a dependency between tasks to unblock a task that is waiting. Specify the blocked task ID and the blocking task ID.
Instructions
Remove a blocking dependency between tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocked_task_id | Yes | Task ID that is blocked | |
| blocking_task_id | Yes | Task ID that blocks |