You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
What is it?
A DCM Widget Event is result of the an ending action by a DCM Widget Flow.
When modelling a DCM Widget Flow there is the option to create a DCM widget event node, by configuring such node you will also need to configure one of the following events.
DCM widget event type
Open Case
Instruct the DCM Dashboard application to navigate to a page for opening a case. Based on the parameters, widgets on the page can be instructed what case to open.
Parameters
Name | Description | Type | Required |
---|---|---|---|
CaseId | The case id of the case that should be opened | Expression | true |
CaseType | The case type of the case that should be opened | Expression | true |
EventData | Additional key value data which will be send as request parameter | Multivalued - Key value pair - String - Any | optional |
Start Case
Instruct the DCM Dashboard application to navigate to a page for starting a case. Based on the parameter, widgets on the page can be instructed what case type to start.
Parameters
Name | Description | Type | Required |
---|---|---|---|
CaseType | The case type for which a case should be started. | Expression | true |
Start Task
Instruct the DCM Dashboard application to navigate to a page for starting a task of a case, based on the parameters.
Parameters
Name | Description | Type | Required |
---|---|---|---|
CaseType | The case type of the case that should be executed | Expression | true |
CaseId | The case id of the case that should be executed | Expression | true |
ProcessCaseId | The process case id of the that should be executed | Expression | true |
TaskId | The task id of the task that should be executed. | Expression | true |