{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block page_title %}Workflow Dashboard{% endblock %} {% block page_subtitle %}

Overview of your workflow system

{% endblock %} {% block content %}
Workflow Definitions
{{ stats.workflow_count }}
Active Instances
{{ stats.active_instances }}
Pending Tasks
{{ stats.pending_tasks }}

Quick Actions

{% for workflow in recent_workflows %} {% else %}
No workflows registered yet.
{% endfor %}
{% endblock %}