The data processing node includes a serial data processing node . This topic describes how to configure data processing nodes in Blueprint Editor.
Serial Data Processing nodes
Serial Data Processing nodes perform a series of operations to process an event.
Scenarios: If you want to convert a decimal number 0.835 to a percentage of an integer 83%, the following operations are required: Change 0.835 to 83.5 based on the conversion of units, round down to 83, and add the percent sign (83%). All of these operations must be performed in a serial fashion.
Add a Serial Data Processing node to the blueprint canvas. You can view the events, actions, and configuration parameters supported by the Serial Data Processing node. For more information, see Use logical nodes.
Node configuration panel

Description
Parameter | Description |
Solution | Write a processing method by adding a data filter. The returned result is of the Boolean type. The return true parameter indicates that the condition of the processing method is met. The return false parameter indicates that the condition of the processing method is not met. You can add multiple data filters. |
Anchor Configuration Panel 
Event /action parameters
Event /Action | Description |
Complete | After all processing methods are executed, the result is passed to the downstream node. |
Execution | The output result of an upstream node is provided to calculate the result of a Sequential Processing node. |