Hi all -- I have a question regarding the Flyte Console (Web UI) -- is there an easy way (e.g., breadcrumbs) to get from a Flyte execution to the Launch Plan that it was launched from (or more specifically, to get from an execution to the list of similarly-scheduled executions)?
For example, we have a Launch Plan named
model.executor.schedule.run_all_models
-- if I go to the Launch Plan page, I can see the daily runs (see first screenshot below). However, if I click into a given execution, the breadcrumbs at the top of the page only redirect me back to the underlying
workflow, not the Launch Plan (see second screenshot below). Clicking through to there, I see no information about any of the daily runs or any link to the relevant Launch Plan (see third screenshot below). Every time I want to get from an execution back to the full list of daily runs, I have to go manually find it, which is frustrating.