You are viewing the documentation for Blueriq 18. Documentation for other versions is available in our documentation directory.
Tags | DCM, DCM 2.0, Dynamic Case management, Case-Modelling |
Type of accelerator | A quick start for a Dynamic case management (DCM) project |
How to get | DCM_20_Foundation_4_9_14.package.zip (latest version) |
Compatibility | Blueriq 16.8 and higher |
Description
Configuration
Model configuration
The package can be loaded in a new or existing repository. After loading errors will occur, since some of the projects should be internal libraries. Edit the project structure for the projects below, ang check the "is library" option.
Basis_Zaak
Basis_ZaakDomeinMetadata
Globals
Also the BlueriqLibraries need to be imported, they can be found at BlueriqCompleteLibraries Package (import the CaseModelling package, not the ProcessModelling package).
After performing the steps above, the model should not have any validation errors anymore.
Property configuration
The Main_Dashboard
project relies on external flows to start any case type. One case type is included in the package ZaakType_A
and needs to be configured. The minimal settings need one external flow to be configured, and one shortcut. Example configuration.
The external flow from Case Type A starts a shortcut:
blueriq.connection.start_ZaakType_A.external-flow.shortcut-name=ZaakType_A
The shortcut definition:
blueriq.shortcut.ZaakType_A.flow=StartExternalFlow blueriq.shortcut.ZaakType_A.languageCode=nl-NL blueriq.shortcut.ZaakType_A.project=studio-DCMFoundation-ZaakType_A blueriq.shortcut.ZaakType_A.theme=material blueriq.shortcut.ZaakType_A.ui=angular blueriq.shortcut.ZaakType_A.version=0.0-V4_9_14
The startflow of the Main Dashboard project depends on two different roles to login: Aanvrager
and Behandelaar
. When using basic authentication, sample users could be:
aanvrager={noop}Aanvrager,Aanvrager behandelaar={noop}Behandelaar,Behandelaar
Note, the development installation script described on Blueriq DCM Development Installation configures most settings for you. Most likely the only change to make is the shortcut, which should point to your studio model (repository/branch/project).
Version History
Changes | Version | Compatibility minimal Blueriq version | Package |
---|---|---|---|
| 4.9.14 | 16.8 | download |
| 4.9.13 | 16.4 | download |
| 4.9.12 | 16.0 | download |