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
Inputs
Each input can be typed in directly or connected to another node's output.
| Input | Type | Required | Description |
|---|---|---|---|
| Value | Text | Required | The value forwarded unchanged to the output. |
| Hook | Text | Optional | Optional dependency. When connected, this node waits for the upstream node to finish, but ignores its value. |