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

Default start application

process: {{process_name}}

This default start application is useful for testing a workflow process without any code. It starts a new instance of a DefaultAppModel object, which has only one TextField field. This text field is used to log the instance history, and all the comments that the workflow users will add at each step.

Typically a process is first built with activities and transitions, but the application fields in activities are left blank; the default application (default_app) will then be executed for each manual activity: this is a simple form that displays:

{% csrf_token %} {{ form }}
{% endblock %}