Type: nodetool.boolean.ConditionalSwitch

Namespace: nodetool.boolean

Description

Performs a conditional check on a boolean input and returns a value based on the result. if, condition, flow-control, branch, true, false, switch, toggle

Use cases:
- Implement conditional logic in workflows
- Create dynamic branches in workflows
- Implement decision points in workflows

Properties

Property Type Description Default
condition bool The condition to check False
if_true any The value to return if the condition is true -
if_false any The value to return if the condition is false -

Outputs

Output Type Description
output any  

Metadata

Browse other nodes in the nodetool.boolean namespace.