Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
_DCM2ServiceCall
_DCM2ServiceCall

Assign tasks

The DCM_AssignTask service call type is used to assign the active task to a set of specific users or a set of teams and/or roles. This means that to assign a task, either the Users parameter should be filled, or one or all of Teams and Roles.

...

When calling this service it always sets a value in the task table (column IsUserSet) in the background. This value indicates whether a task is assigned explicitly to someone. In case at least one parameter of this service is specified the value will be 1 in the database; when nothing is defined the value will be 0 (unassigning a task). This value is used for the reevaluation of tasks by the routing algorithm. Please refer to 'Overwrite manual assignments' at the page Routing Algorithms

Unassign tasks

To unassign tasks add this service with empty parameters in the flow. Triggering this service (at runtime) will clear the assignee. This might be helpful to let the routing algorithm take control of the task assignments.

...