remove_dependency
Remove a dependency between two tasks, then automatically checks if downstream tasks can begin execution.
Instructions
删除任务依赖关系。删除后自动检查下游任务是否可以开始执行。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upstream_id | Yes | 上游任务 ID | |
| downstream_id | Yes | 下游任务 ID |