Testing the message content (Filter node)

You can use the Filter node to determine the path taken by a message through the message flow based on its content.

About this task

You can customize the Filter node by using ESQL statements to determine if the message content meets some condition. The condition tested must yield a Boolean result, that is it must be true or false (or unknown). You can create the test to reference information from a database, if applicable.

You can connect nodes following the Filter node to the corresponding terminals of the Filter node, and process the message according to its content.