Page History
Corresponding with release | 17.7 |
---|
This library contains all elements for case modelling with Blueriq.
Changes in this version:
- Flow type "ExecuteTask" has been renamed to "AutomaticTask".
Flow types in this version
Name | Description |
---|---|
DcmWidget | A widget flow represents a single widget in a DCM Dashboard page. |
AutomaticTask | A flow representing the execution of an automatic task. This flow can use retry event nodes for retrying the flow with parameters. |
Container types in this version
Name | Description |
---|---|
AQ_Dashboard_Comment | This container shows comments from users. It contains a text area and a comment button. |
AQ_Dashboard_CommentList | This 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_Timeline | A 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_CaseList | Use this container type to create a tabular overview of current cases. |
DCM_WorkList | This container creates a tabular overview of a person’s work- or caseload. |
Service types in this version
Name | Description |
---|---|
DCM_AssignTask | This service is used to assign the active task to a specific user or team and/or role. |
DCM_CaseCreate | This 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_CaseSearch | This service is used to search for cases based on process data, case data, case metadata or dossier metadata. |
DCM_ExecuteTask | This type of service is used to execute the active task. |
DCM_GetCaseInfo | This service retrieves case information. |
DCM_GetTaskInfo | This service retrieves task information. |
DCM_ReadCase | The 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_SearchTaskByTaskName | The 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_ThrowAsyncMessageEvent | This service can be used to send a message event to the case engine, without waiting for the result. |
DCM_ThrowMessageEvent | This service can be used to send a message event to the case engine. |
Content styles in this version
Name | Description |
---|---|
timeline | This content style show a time line of events. |
Overview
Content Tools