AFX subgraphs
Last updated
Last updated
An AFX subgraph is an AFX graph that can be included in other AFX graphs. You can use AFX subgraphs to create modular, reusable graphs, or simply break a large complex graph into smaller, more manageable segments.
Each AFX subgraph contains a Sub Graph Start
node and a Sub Graph End
node.
You must create a flow from the start node to the end node. If you create branching flows, all possible branches must create a flow from the start node to the end node.