{% extends "base.html" %} {% block title %}Execution Matrix - Piply{% endblock %} {% block content %}
Tasks as rows, recent pipeline runs as columns, with direct access to logs and retry actions.
Columns below follow the same left-to-right order.
| Task | {% for run in matrix.runs %}{{ run.run_id[:6] }} {{ run.status }} | {% endfor %}
|---|---|
|
{{ row.task.title }}
{{ row.task.task_id }}
|
{% for cell in row.cells %}
{% endfor %} |