Fork
The Fork node splits execution into parallel branches. All outgoing paths connected to the Fork execute simultaneously. Downstream tasks on each branch run independently and concurrently.
Use Fork when two or more unrelated tasks need to run at the same time without waiting for each other.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
pass_input | boolean | Forward the incoming input payload to all branches |
See also: Tasks overview
