Branch Counter
The Branch Counter Node
Category - Branch Counter
The Branch Counter Node uses monitors a counter, and branches according to its value as the node is encountered:
- If the counter is less than or equal to the specified threshold, or
- If the counter exceeds the threshold.
The loop counters available are configured within the N2ACD application.
Note that, unlike the First Callers node, loop counters apply only to the call in progress and are not shared system-wide values.
This node is useful in conjunction with the Increment Counter node to perform looping with a flow for the current call.
Configuration
To configure the node:
- Select the
Counter
to branch for. - Set the
Threshold
that will be used.
Note that both a loop counter and a limit must be defined.