Condition
The condition node evaluates an input value against defined conditions and branches the business flow accordingly. This creates a "true" path when the condition is met and a "false" path when it is not.
Node configuration
To configure the condition node, select it from the node list on the business logic editor page.
| Parameter | Description |
| Node Name | The name of the node. The name can contain Chinese characters, letters, digits, and underscores (_), and can be up to 30 characters long. |
| Condition configuration | Click + Condition to add a condition. You can add multiple conditions for the node.
|
You can reorder the conditions and define the logical relationship between them.
Multiple conditions are evaluated sequentially from top to bottom. A For example: Assume you have three conditions: Condition 1 is |
Node output
The node outputs either true if the conditions are met, or false if they are not.
Usage example
For a detailed example, see Step 2: Configure Air Purification and Alarm Service.