Last modified by Hera Guo on 2024/11/11 16:48

From version 2.1
edited by Hera Guo
on 2024/10/31 14:53
Change comment: There is no comment for this version
To version 3.1
edited by Hera Guo
on 2024/10/31 14:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,9 @@
1 +**Table of Contents:**
2 +
3 +{{toc/}}
4 +
5 +
6 +
1 1  = 1.About rule chains =
2 2  
3 3  The system provides a rule chain library for developers to configure message transformation, filtering, computation, and transmission on their own.
... ... @@ -157,7 +157,7 @@
157 157  * **Exclude zero deltas from outbound message:**Only output data with delta difference non-zero.
158 158  * **Explanation:** Non mandatory field, additional explanation;
159 159  
160 -According to the running results, there are three types of exits for this rule node:** Success**, **Failure**, and **Other**:
166 +According to the running results, there are three types of exits for this rule node:** Success**, **Failure**, and **Other**:
161 161  
162 162  * **Success:** The data export for successful incremental calculation;
163 163  * **Failure:** The data exit for message processing failure. If Tell Failure if delta is negative is checked, the data with a negative increment will be calculated and output from this exit;