{% trans "Overview" %}
- {% trans "Name" %}
- {{ action_execution.name }}
- {% trans "ID" %}
- {{ action_execution.id }}
{% if action_execution.description %}
- {% trans "Description" %}
- {{ action_execution.description }}
{% endif %}
- {% trans "State" %}
- {{ action_execution.state }}
{% if action_execution.state_info %}
- {% trans "State Info" %}
- {{ action_execution.state_info }}
{% endif %}
- {% trans "Accepted" %}
- {{ action_execution.accepted }}
- {% trans "Tags" %}
- {{ action_execution.tags }}
- {% trans "Creation Date" %}
- {{ action_execution.created_at|parse_isotime}}
- {% trans "Time Since Created" %}
- {{ action_execution.created_at|parse_isotime|timesince }}
- {% trans "Update Date" %}
- {{ action_execution.updated_at|parse_isotime}}
- {% trans "Time Since Updated" %}
- {{ action_execution.updated_at|parse_isotime|timesince }}
- {% trans "Input" %}
- {{ action_execution.input }}
- {% trans "Output" %}
- {{ action_execution.output }}
{% if action_execution.workflow_url %}