Trigger Control Flow by Flag

Function Description

Triggers control flow based on the input Boolean value (True/False) and specified rules.

Use Cases

Used in the branch structure of a project to trigger different subsequent steps according to different rules. It is commonly used in conjunction with steps that output Boolean values, such as the step “Binary Classification of Values Based on Thresholds”.

Inputs

  • Boolean List: Boolean list (only one Boolean value is allowed).

Outputs

  • None.

Parameters

Trigger Type

  • Trigger control flow when input is True: When True is input to the input port, the branch connected to this step is triggered to run.

  • Trigger control flow when input is False: When False is input to the input port, the branch connected to this step is triggered to run.