Condition Nodes and Elements
Condition nodes are IF statements, and they filter which content to process inside the flow.
Examples include message properties such as content labels, message types, and enrichments such as sentiment.
You can include more than one condition element inside a node. When you have more than one condition element within a node, you can choose one of the following logic options for the condition node:
All
Only content that matches all of the conditions within the node is processedAny
Content that matches at least one of the conditions within the node is processedNone
Content that does not match any of the conditions within the node is processed
Individual condition elements may have their own logic options. These logic options are applied at the element level before the node logic is applied.
Conditions can be connected to trigger, action, or other condition nodes with either a base edge or branch edge. You can also connect conditions to other conditions or actions with an else branch edge to increase the complexity of your flow.
For more information, see: