|  Developer
Updated on December 2, 2022

Stateless Comparison

Stateless comparison – doesn’t ignore sequential events that match the condition: – “item.value > 0” condition is true for every event when the item.value becomes greater than 0.

Stateless comparison is implemented in comparison methods like compareNumbers, when the data source is: /.

Conditions with stateless comparison operations cannot be referenced from an Exception block because that type of condition cannot maintain its state between group events.