Abaco Dashboard

Abaco Instance (base URL):
JWT Header Name:
JWT:
{% if error %}
There was an error: {{ error }}
{% endif %} {% if actors %}

Actors

URL: {{ url }}
{% for actor in actors %} {% endfor %}
Tenant Actor ID Actor Name Image Owner Actor Status Pending Messages Total Executions Total Runtime Create Time Last Update Time Worker ID Last Execution Time Last Health Check Worker Status
{{ actor.tenant }} {{ actor.id }} {{ actor.name }} {{ actor.image }} {{ actor.owner }} {{ actor.status }} {{ actor.messages }} {{ actor.executions }} {{ actor.runtime }} {{ actor.createTime }} {{ actor.lastUpdateTime }} {{ actor.worker.id }} {{ actor.worker.lastExecutionTime }} {{ actor.worker.lastHealthCheckTime }} {{ actor.worker.status }}
{% endif %}