{% extends "admin/base_site.html" %} {% load static %} {% block title %}Workflow Builder - {{ form_definition.name }}{% endblock %} {% block extrastyle %} {% endblock %} {% block content %}
Workflow Nodes
Approval Stage
Action
Sub-Workflow
End
{{ form_definition.name }} - {{ selected_workflow_label }}
Visual workflow builder • {% if workflow_id %} Advanced Settings {% endif %} {% if workflow_count > 1 %}
Existing tracks can be edited one at a time.
{% endif %}
100%
Ready
Drag from the right arrow handle into a left arrow handle to connect steps Red nodes block save; orange nodes are warnings Click a connection, then press Delete or use Remove Connection
Properties

Select a node to edit its properties


Visual Builder Scope

This visual builder configures:

  • Approval stages and stage routing basics
  • Workflow/stage trigger conditions
  • Notification rules and cadence
  • Approval-group ordering and approval-only fields
  • Post-submission actions
  • Email actions
  • Sub-workflow configuration

For advanced settings, use the {% if workflow_id %} Admin Panel {% else %} Admin Panel {% endif %}:

  • Any advanced configuration not shown in the builder
{% endblock %} {% block extrahead %} {% endblock %}