Serial and Parallel Execution

- In series, nodes run one after another. Each node can read variables from any node earlier in the chain.
- In parallel, nodes run at the same time. They can’t read each other’s variables, but where parallel branches converge, the downstream node can read from all of them.
A single execution path supports up to 50 nodes.