{% extends "base.html" %} {% block title %}Flows Dashboard{% endblock %} {% block content %}

Flows Dashboard

Track and manage workflow processes across the organization.

Total Flows

{{ stats.total_flows }}

In Progress

{{ stats.in_progress_flows }}

Stuck

{{ stats.stuck_flows }}

Completed

{{ stats.completed_flows }}

{% endblock %}