Skip to main content

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 NameDescription
1Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
2Destination step for matching rows (optional)Specify the step to send the rows for which the condition evaluates to true.
3Destination step for non- matching rows (optional)Specify the step to send the rows for which the condition evaluates to false.
4Condition (Java Expression)Provide a condition/Java expression to filter the data.