-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Describe the current behavior
In the new flow run UI, the list of task in the left column does not show tags anymore (compared to the previous UI version).
Describe the proposed behavior
Tags should be visible when scrolling through the list of tags.
Example Use
We often use tags to differentiate between individual task runs – for example, they could correlate to the input data or other parameters the task is called with. It was very helpful to at a glance get an intuition for why a subset of tasks failed – for example, if they all have the same parameter (different from the ones that succeeded). It was also a great way to select a slightly larger number of tasks based on their input parameters (e.g. to open their logs in a new tabs) without having to filter for each individual one.
In general, the new UI removes a previously available great tool to better understand what's happening in your tasks at a glance, which will make understanding failures more challenging in our use-cases.
Additional context
No response