Skip to main content

Boolean Output

The Boolean Output component displays boolean values (true/false) from a workflow. This is useful for showing the results of conditional operations or binary decisions.

Usage

  1. Add a Boolean Output component to your workflow
  2. Connect it to a component that outputs boolean values
  3. Configure how the boolean value should be displayed

Configuration

  • Label: Optional label to describe the output's purpose
  • Display Format: Choose how to display the boolean value (true/false, yes/no, on/off)
  • Custom Labels: Option to set custom labels for true/false values

Example Use Cases

  • Display the result of a condition check
  • Show the status of a feature toggle
  • Indicate success/failure of an operation
  • Present binary decision results

Input

The component accepts a boolean value from other components in the workflow.