-
Feature Request
-
Resolution: Done
-
Major
-
7.0.0.Beta7
-
None
-
NEW
-
NEW
-
-
jBPM sprint 1
Add support for more task assignment strategies. Specifically the following:
- Round robin - Tasks are assigned to users that are contained within a circular queue. Each task (denoted/identified by the deployment id and the task name) has its own circular queue, which contains the OrganizationalEntity objects for potential owners.
- Load balance - The tasks currently assigned to each potential owner are retrieved, and an estimated total time to complete those tasks is calculated. The assignment is based on which potential owner will be able to start the new task soonest.