This topic describes how to configure conditional distribution process components.
Procedure
-
For more information, see Offline pipeline component development entry to enter the development page of the offline single pipeline script.
-
Follow the instructions in the figure below to access the Conditional Distribution Settings dialog box.
-
Follow the prompts to configure parameters in the Conditional Distribution Settings dialog box.
Parameter
Description
Step Name
Enter the component name as per its specific use case.
Input Fields
Shows input fields based on upstream inputs.
Merge Logic Configuration
Specify the distribution conditions. Supported operators include =, !=, >, >=, <, <=, like, in, is null, and is not null. For instance,
user_id is not null and user_name like '%a%'
. Distribution currently only supports binary outcomes of true or false. If no condition is set, the default is true.Output Fields
To display output fields, single click Field Management.
Select a field and click the
icon to move it from Unselected Input Fields to Selected Input Fields.
Select a field and click the
icon to move it from Selected Input Fields to Unselected Input Fields.
Additionally, you can:
Click the Actions column's
icon to edit fields.
Click the Actions column's
icon to delete fields.
-
Single click Confirm to complete the property configuration of the Conditional Distribution process component.