EasyUse/Logic/Typegenerated
Boolean
The Boolean node is a simple logic/type utility that produces or passes through a single boolean value.
Boolean
boolean
value
Easy Use
The Boolean node is a simple logic/type utility that produces or passes through a single boolean value. It is useful when you need an explicit true/false constant in a workflow, or when you want to supply a BOOLEAN value to other logic, routing, or filtering nodes.
Inputs
- value (BOOLEAN, required): The boolean value to output. Defaults to
falsewhen the node is first added or when no other value is connected.
Outputs
- BOOLEAN: The boolean value selected in the
valueinput. Ifvalueistrue, the output istrue; otherwise it isfalse.
Usage Notes
- This node performs no calculation or conversion; it outputs the exact boolean state set on the input.
- Use it to drive conditional branches, enable or disable parts of a workflow, or provide a constant BOOLEAN value to other nodes.
- Because the default is
false, it is convenient for workflows that should start in an off/disabled state unless explicitly switched on.
Comments
Sign in with GitHub to join the discussion.