{% extends "base.html" %} {% block title %}Start {{ workflow.name }}{% endblock %} {% block page_title %}Start Workflow: {{ workflow.name }}{% endblock %} {% block page_subtitle %}

{{ workflow.description or 'Create a new instance of this workflow' }}

{% endblock %} {% block content %}
{% if error %}

Error

{{ error }}

{% endif %}

Initial Data

Provide the initial context data for this workflow

Enter the initial workflow context as JSON

Workflow Details

Version:
{{ workflow.version }}
Initial Step:
{{ workflow.initial_step }}
Steps:
{{ workflow.steps|length }}
Cancel
{% endblock %}