{% extends "goflow/base_site.html" %} {% block content %}

default application

This default application is used when application field of the current activity is not set.
It is useful for prototyping a workflow, and playing with it without making any complex task like python code.
Consider this panel as a simulation for you workflo: the activity is described below, and a comment can be inserted.

activity: {{ activity.title }}

description:
{{ activity.description }}

Instance history

(The instance history allows to test and debug the workflow)
{{history}}

Add comments in history

{% csrf_token %} {{ form }}
The buttons below are automatically generated given conditions on outer transitions from the current activity (default: OK and Cancel):
{% for v in submit_values %} {% endfor %}
{% endblock %}