Transitions Onto Self
Find journeys where customers moved through the same interaction context (node) a specific number of times.
Usage Notes
- in range is inclusive on both sides; that is in range(3, 5) means >=3 and <=5
Examples
discover journeys where count of transitions onto self > 5
discover journeys where count of transitions onto self in range(10, 20)