{% extends "base_user.jinja2" %} {% block title %}Inspect execution {{ e.name }}{% endblock %} {% block custom_head %} {% endblock %} {% block content %}
Error message: {{ e.error_message }}
This execution does not have any active endpoint
{% elif e.status == "submitted" or e.status == "starting" or e.status == "scheduled" %}Please wait, the execution is starting up. This page will refresh automatically.
{% else %}No endpoints are available
{% endif %} {% endif %}ID | Name | Zoe status | Backend status | Host | Labels | Output logs | Errors | |
---|---|---|---|---|---|---|---|---|
{{ s['id'] }} | {{ s['name'] }} | {{ s['status'] }} | {{ s['backend_status'] }} | {{ s['backend_host'] }} | {% for l in s['labels'] %}{{ l }} {% endfor %} | {% if s['status'] != 'created' %}open | {% else %}{% endif %} | {{ s['error_message'] }} |