{% extends "base.html" %} {% block title %}Instance {{ instance.id[:8] }}...{% endblock %} {% block head %} {% endblock %} {% block page_title %}
Instance ID: {{ instance.id }}
{% endblock %} {% block content %}{{ instance.error }}
Current execution state highlighted
Execution history for each step
{{ step.step_name }}
{% if step.started_at %} Started: {{ step.started_at.strftime('%H:%M:%S') }} {% endif %} {% if step.completed_at %} | Completed: {{ step.completed_at.strftime('%H:%M:%S') }} {% endif %}
Workflow execution context
May contain sensitive information - do not share publicly
{{ instance.context_data | tojson(indent=2) }}