Mrhs121 commented on PR #17606: URL: https://github.com/apache/dolphinscheduler/pull/17606#issuecomment-3460357968
During the debugging process, I also discovered another problem. The judgment logic in the isTriggerConditionMet method also has the same problem. If the predecessor node that the condition node depends on fails, it will return early, so the condition node will not be triggered https://github.com/apache/dolphinscheduler/blob/f4646cef338d81cc21536be0409cd67e42d00d0b/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/workflow/statemachine/AbstractWorkflowStateAction.java#L72-L82 -- 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]
