Node Guide

Control Flow Guide

Documentation for logic, branching, looping, and synchronization in document workflows.

Updated 1 min read

Overview

Control-flow nodes decide which branches execute, how arrays are iterated, and how multiple streams are synchronized before a later action runs.

Reference Pages

Notes

  • Branching nodes often use edge-handle routing rather than structured object outputs.
  • Merge nodes are useful when you need to synchronize or combine multiple branches.
  • Sub-workflows are useful when you want to reuse the same logic across multiple workflows.