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?