Upcoming Runs
{{ total_rows }}
{{ visible_rows }} visible with current limit
{% extends "layout.html" %} {% block content %}
| Run Time | Task | Trigger | Store / Executor | Status |
|---|---|---|---|---|
|
No upcoming run times.
|
||||
| {{ row.run_time_label }} |
{{ row.task_id }}
{{ row.task_name }}
{{ row.callable_reference or '-' }}
|
{{ row.trigger }}
{{ row.trigger_description }}
|
{{ row.store }}
{{ row.executor }}
|
{% if row.state == "scheduled" %} Scheduled {% elif row.state == "pending" %} Pending {% else %} Paused {% endif %} |