{% extends "base.html" %} {% block content %}
{% if current_filters.status %}status:{{ current_filters.status|join(', ') }}{% endif %} {% if current_filters.task_id %}task:{{ current_filters.task_id }}{% endif %} {% if current_filters.workflow_type %}workflow:{{ current_filters.workflow_type }}{% endif %} {% if current_filters.workflow_id %}workflow id:{{ current_filters.workflow_id }}{% endif %} page size:{{ pagination.limit }} {{ pagination.total_count }} invocations · page {{ pagination.page }} / {{ pagination.total_pages }}
Filters
Invocations
Loading…
Loading invocations…
{% include "invocations/partials/table.html" %} {% if pagination and pagination.total_pages > 1 %} {% endif %}
{% endblock %} {% block extra_js %} {% include "invocations/partials/timeline_zoom_scripts.html" %} {% endblock %}