mpmiles opened a new issue #6388: URL: https://github.com/apache/dolphinscheduler/issues/6388
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description 1、According to the current use of DolphinScheduler, each workflow is triggered by timed cron. However, if the dependencies between workflows are complex, the post workflow can be triggered only after multiple workflows are completed. 2、If it is triggered by timing only: first, it will be difficult to control the time setting, suspend polling early and occupy resources, and neutral late will affect the end of day aging; Second, you cannot set whether the day end is successful through active dependency So can you consider implementing this mechanism of actively triggering dependencies in the next small version? Thank you ### Use case Hope to get a reply. Thank you ### Related issues Some people in the community have raised this problem, but they have not been solved yet ### Are you willing to submit a PR? - [ ] 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]
