AutomationSwitchConfig
Type: Object
Configuration for SWITCH nodes that provide multi-way branching. Evaluates an expression and routes to different paths based on the result.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| cases | [AutomationSwitchCase!]! | Array of case conditions and labels | ||
| defaultLabel | String! | Label for the default case | ||
| expression | ExpressionScalar! | Expression to evaluate for switching | ||
| type | String! | Node type identifier |