{% 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 %}