A message passes through this filter if a value from a previous connector contains the value specified. Values can be both numbers or dates.
A message passes through this filter if a field from a previous connector contains a value that equals the value specified. Values can be both numbers or dates.
A message passes through this filter if a field from a previous connector contains a value that is greater than (or equal, by default) the value specified. Values can be both numbers or dates.
The flow passes through 'notEmpty' port if it contains data in specified field. Otherwise it passes through 'empty' port.
A message passes through this filter if a field from a previous connector contains a value that is less than the value specified. Values can be both numbers or dates.
A message passes through this filter if the remainder after division of the value received from the previous connect by the value specified is zero.
A message passes through this filter if a field from a previous connector contains a value that does not equal the value specified. Values can be both numbers or dates.
A message passes through this filter if a field from a previous connector contains a value that falls into the range specified. Values can be both numbers or dates.