Skip to content

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

PropertyTypeDescription
dry_runbooleanRun without executing task effects
pass_inputbooleanForward the incoming input payload to all branches

See also: Tasks overview

S-Launch