{% extends "base.html" %} {% set active_nav = "pipelines" %} {% block title %}{{ name }} — Heddle Workshop{% endblock %} {% block content %}

Pipeline: {{ name }}

{{ graph.stage_count }} stages · {{ graph.levels | length }} execution levels

Execution Graph

Stage Operations

Insert Stage
Swap Worker
Remove Stage
Add Parallel Branch

Raw Config

View YAML
{{ config | tojson(indent=2) }}
{% endblock %}