Branch Control Flow
Conditionally forwards a Control Flow.
Description
Enables branching a chain of Control Flows into two separate paths. Trigger the true
or false
control flow depending on condition
.
An example would be to create a new object or update an existing one based on whether an object already exists.
Inputs
- Control Flow (Control Flow): The triggering control flow.
- condition (Boolean): The condition.
Outputs
- True Flow (Control Flow): The control flow to trigger when condition is
true
. - False Flow (Control Flow): The control flow to trigger when condition is
false
.