potiuk opened a new issue, #54189: URL: https://github.com/apache/airflow/issues/54189
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? **Disclaimer**. I could not find similar issue - and maybe I missed it - so apologies if it is a duplicate. I think it would be much more user friendly to switch to **just submitted** When you submit a Dag via "Trigger" and you have "graph view" selected, it does not look like you actually triggered a Dag - because the graph view does not show anything. It shows the previously selected dag run rathar than the one that you just triggered. That is quite confusing and counterintuitive. This how it looks like after you triggered a Dag and it failed: <img width="1739" height="1134" alt="Image" src="https://github.com/user-attachments/assets/5fc21555-904e-4255-8da7-630f43a871d3" /> Only after selecting the run - you see the triggered dag run: Selecting: <img width="1718" height="1215" alt="Image" src="https://github.com/user-attachments/assets/21a19614-9c39-4163-8a16-402a136920f3" /> Result: <img width="1711" height="1128" alt="Image" src="https://github.com/user-attachments/assets/f1bd5ee4-b673-4deb-87b0-a1af2921e77b" /> It would be much more user friendly if the Graph view switches to the triggered dag run automatically after triggering. That would be nice for all kinds of manually triggered workflows. ### What you think should happen instead? The graph view should start showing newly triggered dag run automatically after triggering. ### How to reproduce * switch to graph view * trigger a Dag * observe the graph virew does not refresh nor show the progress of the triggered dag as it gets executed ### Operating System Linux, Mint 22 ### Versions of Apache Airflow Providers Not relevant - pure UI thing. ### Deployment Other ### Deployment details Breeze. ### Anything else? When I started testing 3.0.4rc2 and accidentally did it this way (usually I am looking at grid view) - I thought it was a bug, but I checked it was the same in earlier 3.0.* versions. I found this behaviour quite confusing. ### 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]
