chengcxy edited a comment on issue #1924: [Feature]Settings on the workflow 
execution output arrow
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/1924#issuecomment-583967642
 
 
   Suppose I have a workflow a
   Workflow b depends on a, then after a is set to fail and stop, b will not 
start when a fails
   I also have a task flow c which also requires to be executed after a but 
does not depend on a (execute c regardless of whether a is successful)
   At this time, after setting the failure policy on the running option of a, 
only b or c can be satisfied.
   
   If you can set a failure strategy for the arrow coming out of a
   a-> (arrow failure strategy: stop failure) b task
   a-> (arrow failure strategy: failure continues) c task
   
   

----------------------------------------------------------------
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

Reply via email to