Skip to content

Switch Node

Control/Flow

Sends the flow down one branch per value. Wire a dropdown pin and the cases fill in by themselves, otherwise list them below

control_switchstd
Inputs3
Outputs2
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

3

In

Execution
exec_in

Trigger Pin

Value

Generic
value

The value to switch on

Cases

String
cases

Comma separated list of values to branch on. Ignored while the wired pin declares its own values

Output Pins

2

Default

Execution
default

Taken when no case matched

Matched Case

String
matched_case

The case that was taken, empty when the default ran

Node Info

Internal name
control_switch
Category
Control/Flow