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.
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.
Last updated
Was this helpful?