v.21.7New Feature
Implement sequenceNextNode() for flow analysis
ImplementsequenceNextNode()function useful forflow analysis. #19766 (achimbab).
Why it matters
ThesequenceNextNode() function addresses the need for analyzing sequences within event flows or workflows, enabling users to identify and navigate to the subsequent node in a sequence. This enhances capabilities for event path analysis, troubleshooting, and process optimization.How to use it
Users can invoke the functionsequenceNextNode() within their queries to retrieve the next node in a sequence. It can be incorporated in SELECT statements to seamlessly perform flow analysis on their datasets.