The following process is still running and policy is SKIP:

% for task in running:
Started for: ${task.formatted_sec | n}

% if task.stdout_lines:
STDOUT
------
${task.stdout_lines | n}
% endif

% if task.stderr_lines:
STDERR
------
${task.stderr_lines | n}
% endif
% endfor
