det101 opened a new issue, #17721: URL: https://github.com/apache/dolphinscheduler/issues/17721
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened queryDownstreamDependentWorkflowDefinitions` always returns an empty list, which is inconsistent with the interface definition. ### What you expected to happen The `queryDownstreamDependentWorkflowDefinitions` function contains a `List<DependentWorkflowDefinition> dependentWorkflowDefinitionList` that is always empty as it does not have an `add` operation. ### How to reproduce Creating dependency nodes is mandatory for debug. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
