Class LoadBalanceAssignmentStrategy

  • All Implemented Interfaces:
    org.kie.internal.task.api.assignment.AssignmentStrategy

    public class LoadBalanceAssignmentStrategy
    extends Object
    implements org.kie.internal.task.api.assignment.AssignmentStrategy
    Assignment strategy that uses a plug-able approach for calculating the load that potential task owners have. It then assigns the task to the user with the lightest load.