Skip to main content

Boolean Input

The Boolean Input component allows users to input boolean values (true/false) into a workflow. This is useful for creating conditional logic or making binary decisions in your workflows.

Usage

  1. Add a Boolean Input component to your workflow
  2. Configure the default value (true/false)
  3. Connect the output to other components that accept boolean inputs

Configuration

  • Default Value: Set the initial boolean value (true/false)
  • Label: Optional label to describe the input's purpose

Example Use Cases

  • Toggle features on/off in a workflow
  • Create conditional branches in your workflow
  • Control the execution of specific components
  • Make binary decisions based on user input

Output

The component outputs a boolean value that can be used by other components in the workflow.