Total pipelines
{{ stats.total_pipelines }}
{{ stats.scheduled_pipelines }} with active schedules
{% extends "base.html" %} {% block title %}Piply Dashboard{% endblock %} {% block content %}
Piply now models each pipeline as a lightweight flow of tasks, keeps the UI focused on execution clarity, and stays small enough to evolve without dragging in a heavy orchestration stack.
A fast read on schedules, task counts, and what each flow will launch next.
{{ pipeline.description or "No operator-facing description added yet." }}
{% if pipeline.trigger_targets %}Recent run duration by completion order.
Failed runs that need operator attention.
{{ run.run_id }}
Operator views for repeated daily work.
Recent pipeline runs with task-level completion counts at a glance.
| Run | Pipeline | Status | Trigger | Tasks | Started |
|---|---|---|---|---|---|
| {{ run.run_id }} | {{ run.pipeline_title }} | {{ run.status }} | {{ run.trigger }} | {{ run.successful_tasks }}/{{ run.task_count }} | {{ run.started_at or run.created_at }} |