You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
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.
Parameters
Name | Description | Type | Required |
---|---|---|---|
Users | Expression which contains the ID of the user to which the task will be assigned, this can be multivalued. | Expression | No |
Teams | Expression which contains the teams to which the task will be assigned, this can be multivalued. | Expression | No |
Roles | Expression which contains the role to which the task will be assigned, this can be multivalued. | Expression | No |
TaskId | The task id of the task to be assigned. | Expression | Yes |
CaseId | The id of the case for which the task should be assigned | Expression | Yes |
Unassign tasks
To unassign tasks add this service with empty parameters in the flow. Triggering this service (at runtime) will clear the assignee.
Unassigning a task clears the task of all routing, effectively authorising everybody to execute the task.
Overview
Content Tools