Versions Compared

Key

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

Corresponding with release

17.1

This library contains all elements for case modelling with Blueriq.

Changes in this version:

  • DCM_GetCaseInfo removed "Status" parameter and added "Locked" parameter
  • DCM_GetTaskInfo fixed CustomFields parameter. When this was used in previous model, please recreate the service instance to migrate
  • DCM_SearchTaskByName is added to the package. Can be used to search a specific task for a case.

Flow types in this version

NameDescription
DcmWidgetA widget flow represents a single widget in a DCM Dashboard page. 

Container types in this version

NameDescription
AQ_Dashboard_CommentThis container shows comments from users. It contains a text area and a comment button.
AQ_Dashboard_CommentListThis container is able to present to you a list of placed comments on an item. It is able to filter on a certain user and only display comments within a certain time period.
AQ_TimelineA container that is able to show you a timeline of past events. You can set a filter for a specific case and time period.
DCM_CaseListUse this container type to create a tabular overview of current cases. 
DCM_WorkListThis container creates a tabular overview of a person’s work- or caseload.

Service types in this version

NameDescription
DCM_AssignTaskThis service is used to assign the active task to a specific user or team and/or role.
DCM_CaseCreateThis Service Call Type will take the current state of the session and publish it to the Case Engine in order to create a new case with the curent profile. The metadata and dossier aggregates will be used to send data to the Case Engine.
DCM_CaseSearchThis service is used to search for cases based on process data, case data, case metadata or dossier metadata.
DCM_ExecuteTaskThis type of service is used to execute the active task.
DCM_GetCaseInfoThis service retrieves case information.
DCM_GetTaskInfoThis service retrieves task information.
DCM_ReadCaseThe ReadCase can be used to read a case, and load its content into the profile. A choice can be made to load the metadata and/or the dossier. Make sure the right aggregate types are present in the target model, or the data cannot be read.
DCM_SearchTaskByTaskNameThe DCM_SearchTaskByTaskName can be used in a Case-Modelling situation, to get the availability for a specific TaskId without the use of a worklist. Based on the availability of a certain task, you could change the interaction, for example by showing a button to start the task, or showing some notification to the user.
DCM_ThrowAsyncMessageEventThis service can be used to send a message event to the case engine, without waiting for the result. 
DCM_ThrowMessageEventThis service can be used to send a message event to the case engine.

Content styles in this version

NameDescription
timelineThis content style show a time line of events.