{% load static %} {% block head %} {% load django_htmx %} DAG Visualization {% endblock head %} {% block body %}

Flows Dashboard


{% include 'django_flow_forge/components/task_summary_charts.html' %}

Status Table


{% for flow in page_obj %} {% endfor %}
Process Name Start Time Status
{{ flow.flow_name_snapshot }} {{ flow.start_time }} {{ flow.get_status_display }}
{% include 'django_flow_forge/components/dag_graph_and_ml.html' %}
{% endblock body %}