reele opened a new issue, #16990:
URL: https://github.com/apache/dolphinscheduler/issues/16990

   ### 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
   
   when a task was never executed, it won't be found in 
activeTaskExecutionRunnable/failureTaskChains/pausedTaskChains/killedTaskChains.
   `isTaskFinish` may return a wrong result:
   
   
![Image](https://github.com/user-attachments/assets/acdf4d50-7ff2-4016-8acd-35a8db2c0110)
   
   I think there need to mark completed tasks in an explicit manner.
   
   ### What you expected to happen
   
   ...
   
   ### How to reproduce
   
   set tasks in dag:
   a -> b
   b -> d
   c -> d
   
   when b never executed and c was finished, d will be executed.
   
   ### 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]

Reply via email to