{% extends "base.html" %} {% block title %}{{ 'Edit' if not is_new else 'New' }} Workflow — ICDEV™{% endblock %} {% block content %} {% from "includes/classification_macros.html" import design_classification_banner %} {{ design_classification_banner('CUI') }}
Workflow & Forms / Workflows / {{ workflow.name if workflow else 'New Workflow' }}
{% if not is_new %}
{% endif %}
⚙️
Open the full Workflow Studio to build the DAG,
then return here to set branding and export.
Form Intake Nodes

Connect a form as a checkpoint in the workflow pipeline. The pipeline pauses until the form is submitted.


Enterprise Branding
{% endblock %}