You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
The DCM_ReadCase service call type will be used to signal the Case Engine to retrieve the metadata and/or dossier aggregates and load them into the profile.
The case engine will retrieve the case using the id you added as a parameter. It will then use the information of the case to go to the Customer Data Store and retrieve both the metadata and dossierdata and returns that to the runtime.
The runtime searches in the metamodel if the retrieved aggregates can be loaded into the profile and will do that if it can and should, according to the readMetadata and readDossierdata parameters.
This service call is only available when the case-engine-client
profile is enabled.
Parameters
Name | Description | Type | Required |
---|---|---|---|
caseId | The id of the case where you want to retrieve the aggregates for | Expression | Yes |
readMetadata | Whether you want to load the metadata aggregate or not | Expression | Yes |
readDossierdata | Whether you want to load the dossier aggregate or not | Expression | Yes |
Example
This picture shows how the parameters would be filled for the DCM Foundation project.