You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/14 13:13:47 UTC

[GitHub] [airflow] ashb commented on a change in pull request #13037: Add a "Resume" option to Mark Success to automatically resume blocked tasks after marking success

ashb commented on a change in pull request #13037:
URL: https://github.com/apache/airflow/pull/13037#discussion_r542372722



##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -310,6 +310,10 @@ <h4>Task Actions</h4>
                   <input type="checkbox" value="true" name="success_downstream" autocomplete="off">
                   Downstream
                 </label>
+                <label class="btn btn-default btn-sm active" title="Automatically clear blocked downstream tasks">

Review comment:
       ```suggestion
                   <label class="btn btn-default btn-sm active" title="Automatically clear downstream tasks that were in 'upstream_failed' state">
   ```
   
   (If that's actually what it does?




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