Skip to content

TaskAssignmentCriteria

Defines how a task assignment is distributed.

Defaults to TaskAssignmentCriteria.SingleUser (a direct single-user assignment) when not specified. The group-based criteria tell Action Center how to distribute the task across the members of a directory group.

Enumeration Members

AllUsers

AllUsers: "AllUsers"

Assigned to all users in the group.


RoundRobin

RoundRobin: "RoundRobin"

Assigned in a round-robin manner across the group's members.


SingleUser

SingleUser: "SingleUser"

Assigned to a single user, like a direct assignment.


Workload

Workload: "Workload"

Assigned to the group member with the fewest pending tasks.