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 false when the node is first added or when no other value is connected.

Outputs

  • BOOLEAN: The boolean value selected in the value input. If value is true, the output is true; otherwise it is false.

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.

Loading comments…