{% set page_group = "admin" %} {% include 'components/head.html' %} {# Task Engine Styles #}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %} {# Page Header #}

Execution History {% if store %} {{ store.name }} - {{ store.city }} {% else %} Global View {% endif %}

{# Breadcrumb #} {# Filter Bar #}
{% if isGlobal %}
{% endif %}
{# Executions Table #}
Executions
Last updated: Just now 0 executions
{% if isGlobal %} {% endif %}
ID JobStoreStatus Trigger Attempt Duration Queued Actions
Loading executions...
{% include 'components/footer.html' %}
{# Execution Detail Modal #} {% include 'admin/task-engine/partials/execution-detail.html' %}