collinmcnulty opened a new issue #18097:
URL: https://github.com/apache/airflow/issues/18097


   ### Description
   
   I would like to be able to click on a task group in the Graph view (and tree 
view if task groups start being represented there as well) and bring up the 
dialog box for Clear/Mark Success/Failed including the downstream and failed 
options. Whatever is selected should then be applied to all tasks in the task 
group.
   
   ### Use case/motivation
   
   As discussed on #17992, sometimes you have a series of parallel tasks that 
you want to operate on together. The best way to do that currently is to go one 
task upstream of the parallel tasks and use the "Downstream" option, but that 
can have unintended consequences for tasks further downstream if there are task 
with `all_done`. The only other option is to one-by-one mark all the parallel 
tasks.
   
   With task groups, I think of this series of tasks as one entity, and I'd 
like to be able to operate one it as if that were true.
   
   ### Related issues
   
   related #17992 
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to