| Name | Flow | State | Start Time | End Time | Duration | Run # | Tags | Work Pool |
|---|---|---|---|---|---|---|---|---|
| {{ row.get("name", "") }} | {{ row.get("flow_name", "") }} | {% set st = row.get("state_type", "") %} {{ row.get("state_name", st) }} | {{ (row.get("start_time") or "")[:19] }} | {{ (row.get("end_time") or "")[:19] }} | {% set dur = row.get("total_run_time_s") %} {% if dur is not none %}{{ "%.1f"|format(dur) }}s{% endif %} | {{ row.get("run_count", "") }} | {{ row.get("tags", "[]") }} | {{ row.get("work_pool_name", "") or "" }} |
| No flow runs found. | ||||||||
Showing {{ ((page - 1) * per_page) + 1 }}-{{ [page * per_page, total]|min }} of {{ total }} runs