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

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

Summary

Details

Page properties
Content
... ... @@ -1,9 +7,3 @@
1 -**Table of Contents:**
2 -
3 -{{toc/}}
4 -
5 -
6 -
7 7  = 1.About rule chains =
8 8  
9 9  The system provides a rule chain library for developers to configure message transformation, filtering, computation, and transmission on their own.
... ... @@ -163,7 +163,7 @@
163 163  * **Exclude zero deltas from outbound message:**Only output data with delta difference non-zero.
164 164  * **Explanation:** Non mandatory field, additional explanation;
165 165  
166 -According to the running results, there are three types of exits for this rule node:** Success**, **Failure**, and **Other**:
160 +According to the running results, there are three types of exits for this rule node:** Success**, **Failure**, and **Other**:
167 167  
168 168  * **Success:** The data export for successful incremental calculation;
169 169  * **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;