{% extends "base.html" %} {% block title %}Instances{% endblock %} {% block page_title %}Workflow Instances{% endblock %} {% block page_subtitle %}
Active and completed workflow executions
{% endblock %} {% block content %}{{ instance.definition_name }} / {{ instance.id[:8] }}...
{% if instance.current_step %} Current step: {{ instance.current_step }} {% else %} No active step {% endif %}
No workflow instances match your filters.