Skip to content
Stand with Ukraine flag

Filter Nodes

Route and direct messages based on various criteria without modifying them. Filter nodes typically produce True/False outputs for boolean evaluations, or named connections for switch-style routing.

NodeDescription
Alarm status filterRoutes alarm messages based on their status (ACTIVE_UNACK, ACTIVE_ACK, CLEARED_UNACK, CLEARED_ACK, CLEARED)
Asset profile switchRoutes to a connection named after the originator asset’s profile
Check fields presenceRoutes based on whether specified fields exist in message data or metadata
Check relation presenceRoutes based on whether a relation exists between the originator and a target entity
Device profile switchRoutes to a connection named after the originator device’s profile
Entity type filterPasses or blocks messages based on the originator entity type
Entity type switchRoutes to a connection named after the originator entity type
GPS geofencing filterRoutes based on whether GPS coordinates fall inside a configured geofence
Message type filterPasses or blocks messages based on the message type
Message type switchRoutes to a connection named after the message type
ScriptRoutes using a boolean TBEL/JS function — True or False output
SwitchRoutes to one or more connections returned by a TBEL/JS function