jscheffl opened a new issue, #55319: URL: https://github.com/apache/airflow/issues/55319
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? If I take a look to a task group the header is showing the task summaries of states, but I see actually two "bugs": 1. The task instance summary shows the Dag defined task counts as "count"/total but is a mapped task is in the task group the mapping is not respected. For example the run here mapped 40 tasks but only "3" are shown as success: <img width="1384" height="849" alt="Image" src="https://github.com/user-attachments/assets/f39bbf46-8ee2-413d-81d7-f695b49bed30" /> Mapped task details: <img width="1384" height="849" alt="Image" src="https://github.com/user-attachments/assets/e82a158e-85c2-47b5-8a43-c00138085991" /> 2. Also taking a closer look to ^^^ it is showing the total of "3" tasks (and not 42) but the task isnatnce list shows no results (translated: "Kein Element vom Typ Task Instanzen gefunden") <img width="557" height="288" alt="Image" src="https://github.com/user-attachments/assets/747ca019-4c12-4764-9fa6-84898994ad27" /> ### What you think should happen instead? 1. The task count should show the number of task instances in the run including any mapped total and not only the "abstract" task count from Dag structure. 2. The lower part of the details panel should list all tasks in the task group ### How to reproduce Start current main from breeze and run the "integration_test.py" Dag from Edge, set any number of task mapping on trigger and inspect the task group of the mapped task in grid view ### Operating System Linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details Breeze ### 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org