Rubik-W edited a comment on issue #2112: [BUG] many dependent tasks depend on a node, task status bug URL: https://github.com/apache/incubator-dolphinscheduler/issues/2112#issuecomment-597984419 Oh, I see > Method updateProcessInstanceState() should be executed before method submitStandByTask(). This modification is wrong, the purpose of submitting a task is to record the status of the workflow execution. Designed for workflow failure retry. So, the core problem is that a failed retry task cannot be determined as a workflow failure. --- checkProcessStrategy()方法的作用是,当工作流已经失败时,新提交的任务不应该再被执行,所以直接设置为kill状态。下次工作流失败重试时,master能知道应该重跑哪些任务
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
