Mrhs121 commented on issue #17873: URL: https://github.com/apache/dolphinscheduler/issues/17873#issuecomment-3742465070
https://dolphinscheduler.apache.org/zh-cn/docs/3.3.2/guide/task/dependent Regarding this example "Weekly Report A also needs to execute successfully by itself last Tuesday", I have a question : After test_dag_A is created successfully, at this time the conditions in depend node only include b and c, and then I modify test_dag_A again. In the depend node, a new condition was added that requires A to execute successfully last Tuesday. Finally, after saving, execute test_dag_A. Suppose tasks B or C were executed successfully last week, but test_dag_A has never been executed from beginning to end. So at this point, condition "a in depend node that was executed successfully last Tuesday" will never be satisfied, and test_dag_A will remain blocked forever. Am I right in my analysis? <img width="1277" height="828" alt="Image" src="https://github.com/user-attachments/assets/62ad350a-c723-4789-a8f4-c5aa0ae94ce6" /> -- 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]
