Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrate text boxes


Table of Contents


Note

This feature is for DCM 1.0 only

Introduction

This page describes the mechanism of loading the right case with the right application in Blueriq so that it is possible to:

...

By controlling the application ID behavior we are able to fulfil the following requirements:

...

Tip

As business I want to be able to deploy from different branches without breaking the process, so that it is easier to manage my deployment strategy.

UI Text Box
type
Tip

As business I want to be able to have a single dashboard over projects so that all cases and tasks are shown in one list.

Loading an application

A case that has to be started triggers the application(s) that is/are needed to be able to run. Note that this implies that if there are a large number of applications available, it can take some time to determine which application is relevant.

...

Below an overview is given of the interaction between the different components.

DCM 2.0

The ignore modes are also used in DCM 2.0, but they work slightly different from DCM 1.0 as described above. The reason for this is that in DCM 2.0, the runtime and the case engine (which contains the process engine) are separate components. The process engine settings therefore apply to the case engine (process engine) and the process list settings apply to the runtime, which contains the DCM_CaseList and the DCM_WorkList. Where the process list settings have a fallback to the process engine settings in DCM 1.0, this is no longer possible in DCM 2.0 since the process engine is no longer available in the runtime. So, for DCM 2.0 the rules for process lists are:

  1. check the process list setting for application A; if not configured then...
  2. check the global process list setting; if not configured then...
  3. use none as default

Apart from this everything else described above also applies to DCM 2.0.