{% if stranded_runs %}
⚠ {{ stranded_runs|length }} interrupted run{{ '' if stranded_runs|length == 1 else 's' }} from a previous server restart
These runs were waiting for user input when the server stopped. They cannot be resumed and must be concluded (cancelled) or re-run from scratch.
    {% for sr in stranded_runs %}
  • {{ sr.run_id[:8] }} — {{ sr.display_name }} {% if sr.started_at %}started {{ sr.started_at }}{% endif %}
  • {% endfor %}
{% endif %}

Run History

{% include "partials/run_history_table.html" %}
Workflow Target Status Findings Duration Started Actions