Skip to main content

Pass Through

Forwards a value unchanged while optionally waiting for another node through the execution hook.

The Pass Through node forwards its Value input unchanged. Its optional Execution Hook creates a dependency without affecting the forwarded value, so you can make one path wait for another node to finish before continuing.

Pass Through
Value*Text
HookText
Fields marked * are required. Dots are connection handles.

Inputs

Each input can be typed in directly or connected to another node's output.

InputTypeRequiredDescription
ValueTextRequiredThe value forwarded unchanged to the output.
HookTextOptionalOptional dependency. When connected, this node waits for the upstream node to finish, but ignores its value.

Output