You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.

This type of service is used to determine if there is exactly one task available for the current user and the active case. If there is exactly one task available for the case that the user is working on, this task will be activated and the service exits via the OneTask event. You can start this activated task automatically using the AQ_ExecuteTask service, without explicit selection of the task by the user.

This service has 3 events:

  • One: the next task is available and is activated for the active case.
  • Multiple: when there are more than one tasks available for the active case.
  • None: when there is no task avaliable for the active case.

Parameters

NameDescriptionTypeRequired
caseId

The case id for which you want to check wether there is a task.

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

Expression

Only required for DCM 2.0

taskId

The attribute in which you want to store the task id.

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

Attribute

Only required for DCM 2.0