{% extends "admin/base_site.html" %} {% load static %} {% block title %}Workflow Builder - {{ form_definition.name }}{% endblock %} {% block extrastyle %} {% endblock %} {% block content %}
Workflow Nodes
Form
Approval Step
Condition
Action
End
{{ form_definition.name }} - Workflow
Visual workflow builder • {% if workflow_id %} Advanced Settings {% endif %}
Ready
Properties

Select a node to edit its properties


Visual Builder Scope

This visual builder configures:

  • Approval workflow steps
  • Post-submission actions
  • Email notifications
  • Conditional branching

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

  • Approval timeouts & deadlines
  • Notification settings
  • Conditional escalation
  • Manager approval settings
  • Database update mappings
{% endblock %} {% block extrahead %} {% endblock %}