Conditional Statement
Última actualización:2025-04-07
Conditional Statement
The Conditional Statement node serves as the "If-Else" logic in workflows, enabling the design of branched processes within a workflow.
When input parameters are passed to this node, it evaluates whether they meet the criteria defined in the IF condition. If satisfied, the node executes the corresponding workflow branch under the IF condition; otherwise, it proceeds with the ELSE branch.
Each branch condition supports the addition of multiple logical criteria (AND/OR). The node also allows configuring multiple conditional branches and prioritizing their execution order through a drag-and-drop operation in the Condition configuration panel.