Task action{{actions[0][12]}}
Foreman Task id{{actions[0][13]}}
{% if caller_execution_plan_id %} {% endif %}
Plan Label{{label}}caller_execution_plan_uuid{{caller_execution_plan_id}}execution_plan_uuid{{execution_plan_uuid}}
{% if pulp_exectime|length > 0 %} {% endif %}
{% for r in dynflow_exectime %} {% endfor %}
Dynflow Top 5 Exectime
ExectimeStepsName
{{ "{:0,.0f}".format(r[1][0]) }}{{ "{:0,.0f}".format(r[1][1]) }}{{ r[0] }}
{% for r in pulp_exectime %} {% endfor %}
Pulp Top 5 Exectime
ExectimeActionsName
{{ "{:0,.0f}".format(r[1][0]) }}{{ "{:0,.0f}".format(r[1][1]) }}{{ r[0] }}
{% 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[15] %} {% 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].split(".")[0] }} {{ s[5].split(".")[0] }} {{ "{:0,.2f}".format(s[6]) }} {{ "{:0,.2f}".format(s[7]) }} {% if s[3]=="error" %}{{s[3]}} {% elif s[3] in ["warning", "pending"] %}{{s[3]}} {% else %}{{s[3]}} {% endif %}