% require "toaster/model/automation_run" runs = [] auto = nil run = nil begin auto = cur_auto() runs = cur_runs() run = cur_run() puts "run #{run}" end %>
# | UUID | Automation | Start Time | Task Executions | Duration | Success | Actions | |
---|---|---|---|---|---|---|---|---|
<%= id+1 %> | <%= row.uuid %> | <% if row.automation %><% end %><%= auto_name %> | <%= row.get_num_task_executions() %> | <%= to_minutes(row.end_time.to_i - row.start_time.to_i) %> | <%= row.success ? "true" : "false" %> | <% if row.automation %>details<% end %> | <% if row.automation %>executed tasks<% end %> |
# | Attribute | Default Value | Specified Value |
---|---|---|---|
<%= id=id+1 %> | <%= name %> | <%= default_val %> | <%= val %> |
<%= run.error_details %><% end %> <% end %>