Start run
Available tasks
Runs
| Run id | Status | Roots | Activity | Prefect |
|---|---|---|---|---|
| {{ run.id }} | {{ run.status.value }} | {{ run.roots | join(", ") }} |
running={{ activity.running_instances | length }}
{% if activity.last_progress_at %}{{ activity.last_progress_at }}{% else %}-{% endif %}
{% if activity.last_event_summary %}{{ activity.last_event_summary }}{% else %}-{% endif %}
{% if activity.failure_summary %}
failure={{ activity.failure_summary }}
{% if activity.resume_recommended %}(resume recommended){% endif %}
{% else %}
-
{% endif %}
|
- |