Java Filter
Description
Java Filter is a step in the Flow Plugin for Process Studio Workflows. The Java Filter Step allows filters the input stream using user defined Java expressions. The input stream, coming from one or more steps, can be redirected to two different steps based on the evaluation of the Java expression.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
2 | Destination step for matching rows (optional) | Specify the step to send the rows for which the condition evaluates to true. |
3 | Destination step for non- matching rows (optional) | Specify the step to send the rows for which the condition evaluates to false. |
4 | Condition (Java Expression) | Provide a condition/Java expression to filter the data. |