Distribution

Allows service flow to be controlled based on a distribution configuration.
Node Properties
Mode: Configures the distribution mode. The available modes are shown below:
Round Robin – Starts at the first branch, continues to the last, and then starts again from the first.
Random – Randomly selects a branch.
Bounce – Starts at the first branch, continues to the last, back to the first branch in reverse order, and then starts again.
Percentage – Distributed across the branches based on a percentage split. See Percentage Distribution Algorithm for more information.
Scope: Configures the scope of the service. Available scopes are shown below:
Call – Branch evaluation is isolated to the number of passes through the node for the current call.
Global - Branch evaluation is based on all inbound calls that have passed through the Node since it was last configured.
Last updated
Was this helpful?