{% 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') }}
Connect a form as a checkpoint in the workflow pipeline. The pipeline pauses until the form is submitted.