subgraph
Documentation
- Subgraph
Subgraph encapsulates a group of nodes as a single reusable unit — like a "macro" or "subroutine" in other modular systems. - Template
Template inherits everything from Subgraph (execution, ports, exposed params, double-click navigation) — only the persistence model differs. - Subgraph Input — Defines an input port for the subgraph
Subgraph Input is the entry point for external data into a subgraph — placing one inside a Subgraph (or Template) creates a corresponding input port on the… - Subgraph Output
Subgraph Output is the exit point for processed data from a subgraph — placing one inside creates a corresponding output port on the parent SubgraphNode. - Subgraph I/O
Reusable processing blocks.