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