{% extends "core_components/site_base.html" %} {% block tabtitle %} Simmate {% endblock %} {% block banner %} {% include "core_components/header.html"%} {% endblock %} {% block body %} {% load markdown_filter %}

Workflow Results

{{ workflow.name_full }}

Submit New Run API JSON Python-client

Description:

{{ workflow.description_doc | markdown }}

Required Parameters:

All Parameters:

Read through our our parameter documentation for more information.

Extras:

{% if flow_id %} Monitor Runs on Prefect ({{ nflows_submitted }}) {% endif %}
{% include "core_components/search_form.html" %} {% include "workflows/search_results.html" %} {% endblock %}