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