{% extends "package/read.html" %} {%- set schema = h.scheming_get_dataset_schema(dataset_type) -%} {% block package_notes %} {% endblock %} {% block package_resources %} {% endblock %} {% block package_additional_info %} {% endblock %} {% block content_action %} {% endblock %} {% block content_primary_nav %} {% endblock %} {% block secondary_content %}

{% trans %}This is a list of the executions for the specified service {% endtrans %}

Monitor the executions of acquired services

{% endblock %} {% block primary_content_inner %} {% link_for _('Create Workflow Execution'), named_route='ids_actions.workflow_configuration', id=agreement, class_="btn btn-outline-primary" %} {% if workflows|length > 0 %} {% snippet "package/snippets/workflows_table.html", agreement_workflows=workflows, artifacts=artifacts, service_artifact=service_artifact %} {% else %} There are no execution data available. This table will contain information only when you initiate at least one service execution {% endif %} {% endblock %}