Versions Compared

Key

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

...

NameDescriptionTypeRequired
UsersExpression which contains the ID of the user to which the task will be assigned.ExpressionfalseNo
TeamsExpression which contains the teams to which the task will be assigned, this can be multivalued.ExpressionfalseNo
RolesExpression which contains the role to which the task will be assigned, this can be multivalued.ExpressionfalseNo
taskId

The task id of the task to be assigned.

Note: leaving the taskId parameter empty is deprecated for the current DCM implementation and no longer supported in DCM 2.0

Expression

falseNo

true Yes for DCM 2.0


Routing

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

...

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.

Image RemovedImage Added