Setting a filter condition
You can use a filter construct for conditional validation in a symphony flow. A filter construct evaluates a condition at runtime and only allows the flow to continue if the condition is true.
Note: Before you can define a filter condition, a symphony must have at least one symphony variable or an activity with output variables in the flow before the filter.