The Split node creates explicit branching in the graph topology.
Split vs. Fork
Depth Tracking
Split can increment the split_depth attribute, which is useful for limiting recursion depth or changing logic based on how many times the structure has branched.
Global Settings
split_index attribute to identify siblings.Per-Input Settings
split_depth for this branch.| Attribute | Meaning |
|---|---|
split_index | Integer ID for the branch (0, 1, 2...). |
split_depth | Hierarchy depth, incremented at splits. |