{% 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 without Workflows
--read-only to run from the dashboard.
{% endif %}
| Name | Stages | Tier map | Description | {% if allow_run %}Scope | {% endif %} {% 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 %}
{% if supports_path[w.name] %} {% else %} n/a {% endif %} | {% endif %} |
No workflows are visible. Make sure attune-ai is installed in the same venv as attune-ops.