You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/02/12 01:21:18 UTC

[GitHub] [incubator-dolphinscheduler] chengcxy edited a comment on issue #1924: [Feature]Settings on the workflow execution output arrow

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:
users@infra.apache.org


With regards,
Apache Git Services