Versions Compared

Key

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

Assign tasks

This type of service is used to assign the active task to a specific user, team and/or role. To assign that task the attribute that contains the userID, name of the team and/or the name of the role has to be specified.

...

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.

...