github-actions[bot] commented on issue #10936: URL: https://github.com/apache/dolphinscheduler/issues/10936#issuecomment-1183008354
### 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 1.a workflow exists manual run and schedule run 2.the scheduled execution end time is later than the manual execution time 3.dependent node detection failed   ### What you expected to happen dependent node detection success ### How to reproduce I found that the dependent node adopts the end time of process instance when taking the last process instance. Shouldn't it be the start time of the process instance? [https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/utils/DependentExecute.java](url)  ### Anything else If this is a bug, I will try to fix it. ### 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]
