rachanadutta commented on PR #60591: URL: https://github.com/apache/airflow/pull/60591#issuecomment-3763655904
@VedantMadane I reviewed and tested the changes locally. The “Clear all mapped task instances” action is now available in the UI and the mapped task instances are now appearing correctly in the clear dialog, which addresses the original issue. 👍 I tested the clear task instance behavior both locally and on released Airflow (3.1.3) using airflow standalone: the confirmation dialog shows the affected tasks with No Status, but the Task Instances list and the individual task instance page still show the previous state (e.g. Success). This makes it difficult for users to tell from the main page that the clear action actually took effect as there is no success message like delete instance. That said, this seems like a separate UI refresh / state update issue, and not directly related to the changes in this PR, so I’ll open a follow-up issue to track it separately. One minor UX thought (happy to defer to maintainers): placing the action closer to the existing +Filter button (instead of the header) might better align with the overall UI patterns, but I understand this is a design choice and should be maintainer-driven. -- 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]
