{% extends "base.html" %} {% block title %}{{ pipeline.title }} - Piply{% endblock %} {% block content %}
{{ pipeline.description or "This pipeline is ready for execution, but it still needs a stronger operator-facing description in the config." }}
Select a node to inspect dependencies, see the latest status, and run just that task with its upstream prerequisites.
For manual runs you can replace the configured CLI command with any command directly from the UI. Batch files and shell chains are supported.
Commands and scripts stay visible so operators can see exactly what will execute.
{{ task.description or "No task-specific description provided." }}
{{ task.command_preview }}
Each run keeps task-level status counts and raw log history.
{{ run.started_at or run.created_at }}