EO Workflow Report

Dependency graph

Tasks

{% for task in task_descriptions %}

{{ task['title'] }}

{% endfor %} {% for task_title, task_source in task_source.items() %}

{{ task_title }}

{{ task_source }} {% endfor %}

Executions

{% for execution in execution_stats %}

Execution {{ loop.index }}

Statistics
{% if 'error' in execution %} Error
{{ execution['error'] }} {% endif %} Log
{{ execution_logs[loop.index - 1] }}
{% endfor %}