You are viewing the documentation for Blueriq 18. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 29 Next »

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
CompatibilityBlueriq 17.7 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:

application-external-flow.properties
blueriq.connection.start_ZaakType_A.external-flow.shortcut-name=ZaakType_A

The shortcut definition:

application.properties
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_<version_number>

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:

users.properties
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

ChangesVersion

Compatibility minimal

Blueriq version

Package
  • fixed process-types with archiving. New validations pointed out a small error in the structure
  • simplified document upload using the latest container changes
  • added the flowtype "automatic task" to all automatic task implementations
4.9.1717.7


  • Changed the way the documents upload work. documents are the functional items needed in the case,
    files are attached to documents to match the requested documents. Documents stay in the dossier,
    while files move to the DMS eventually.
  • Documents and files are part of the dossier, and moved to the case details screen
  • Moved Baars interface to an internal library, for easy sharing to other models
  • Fixed broken webservices my including the right modules under Webservice
  • Fixed archive aggregate type
4.9.1617.3


  • added example of using the "SearchTaskByName"
  • added example of a notification for lock status (GetCaseInfo)
4.9.1517.1download
  • changed pattern for processing incoming message events using the GetCaseInfo service
  • introduced the "reference" as standard field in the lists
  • CaseTypes field uses valuelist for display purposes (possibly different languages)
  • Task Names are used as display name on top of the widget
  • Audit model references deleted since they are no longer needed
  • Added a 2-man-rule example (Beoordeling Controleren)
  • cases that need a specific type of involvement can be derived and shown in a caselist
4.9.1416.8download
  • Moved process modules to project-context and deleted process library
  • Search Baars implemented with the DCM_CaseSearch
  • Added roles to Baars endpoints
  • Added example model migration endpoints
  • removed unused GetRequestParameter services
  • Deleted unused dummy process module in the MainDashboard
4.9.1316.4download
  • Updated to work with new BlueriqLibraries
4.9.1216.0download
  • No labels