{% extends "base.html" %} {% block title %}{{ flow_name }} — Repster{% endblock %} {% block content %}
Flows / {{ project }}
Flow not found in the current directory.
| Schedule | {{ flow_spec.schedule or '—' }} |
| Next Run | {{ flow_spec.schedule | next_run }} |
| Entrypoint | {{ flow_spec.entrypoint }} |
| Run ID | Status | Started | Rows |
|---|---|---|---|
| {{ run.run_id[:12] }} | {{ run.status }} | {{ run.started_at | fmtts }} | {{ run.rows_loaded or '—' }} |
No runs yet for this flow.