{% extends "base.html" %}
{% block title %}Workflows{% endblock %}
{% block content %}
{{ workflows|length }} registered.
{% if allow_run %}
Click Run to execute one. Output streams below.
{% else %}
Read-only mode — restart with Workflows
attune ops --allow-run to run from the dashboard.
{% endif %}
| Name | Stages | Tier map | Description | {% if allow_run %}Action | {% endif %}
|---|---|---|---|---|
{{ w.name }} |
{{ w.stages }} | {% for stage, tier in w.tier_map.items() %} {{ stage }}: {{ tier }} {% endfor %} |
{{ w.description }}
|
{% if allow_run %}
{% endif %} |
No workflows are visible. Make sure attune-ai is installed in the same venv as attune-ops.