chengcxy commented on issue #1924: [Feature]工作流执行输出箭头上的设置 URL: https://github.com/apache/incubator-dolphinscheduler/issues/1924#issuecomment-583967642 假如我有一个工作流a 工作流b依赖a,那么对a设置为失败停止后,当a失败后b不会启动 这是正确逻辑 我还有一个任务流c 同样要求是在a之后执行但是不依赖a(不管a是否成功 都执行c) 这时候在a的运行选项上设置失败策略后 只能满足b或c 如果能对从a出来的箭头设置失败策略 更好 a -->(箭头失败策略:失败停止)b任务 a -->(箭头失败策略:失败继续)c任务 
---------------------------------------------------------------- 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
