Pad71 opened a new issue, #39362: URL: https://github.com/apache/airflow/issues/39362
### Apache Airflow version 2.9.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Dag's detail view - action "Mark state as... (Success)" set task instance state to Success and clear downstream tasks. Task instance view - action "Set state to success" set task instance state to Success, but it does not clear downstream tasks. So if there any downstream tasks in the "upstream failed" state, you have to solve it separately. I think, it should behave similar to "Mark state as.. (success)" above. ### What you think should happen instead? The action "Set state to Success" in the task instance view should clear downstream tasks. ### How to reproduce Prerequisity: Dagrun with the failed task, which has the downstream tasks in the "upstream failed" state. Open Task Instance View, find failed task and use action "Set State to Success" ### Operating System Kubernetes on Unix platform ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit 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]
