Single Stage
Double Stage
Demo of interacting with the workflow
{{ workflow}}
{{ phase }}
{% csrf_token %}
{% for action in phase.action_names %}
{{ action }}
{% empty %}
There are no actions
{% endfor %}
Reset