{% include "header.html" %}
Plan Label{{label}}
Path
  • Task id: {{actions[0][13]}}
      {% if caller_execution_plan_id %}
    • Action caller_execution_plan_id: {{caller_execution_plan_id}}
        {% endif %}
      • Action uuid: {{execution_plan_uuid}}
      • {% if caller_execution_plan_id %}
    • {% endif %}
Task action
{{actions[0][12]}}
{% for a in actions %} {% if a[4] is not none and a[7] is not none and a[4] == 'Actions::RemoteExecution::ProxyAction' and a[7] != '' and '"exit_status": 0,' not in a[7] %} {% set state = 'error' %} {% else %} {% set state = a[10] %} {% endif %} 1 %} data-tt-parent-id="{{a[2]}}" {% endif %}> {% for s in a[14] %} {% endfor %} {% endfor %}
Action classStep started_atStep ended_atStep real_timeStep execution_timestate
{{a[3]}}: {{a[4]}} {% if a[7] and a[7]|length and a[7] != "{}" %}!{% endif %} {{state}}
{{a[3]}}.{{s[1]}}: {{s[10]}} {% if s[13]|length %}!{% endif %} {{s[4]}} {{s[5]}} {{s[6]}} {{s[7]}} {% if s[3]=="error" %}{{s[3]}} {% elif s[3] in ["warning", "pending"] %}{{s[3]}} {% else %}{{s[3]}} {% endif %}