Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First of all, Blueriq is less suited to create a System of Record (SoR,see Gartner's Pace-Layered Application Layers). This means that it is common to store the successful registration outside Blueriq in a SoR. This could be a relational database or any other system which focuses on the long-term storage of dataof records. When the case closes, the corresponding data records for running the case is deleted from the internal storage to free up room for new cases which are currently running. The owner ownership of the data records of the closed case lies with the SoR.

The trigger that starts a new case for renewal of registration after 5 years should be created by the SoR and not by Blueriq. As the SoR is the owner of the datarecords, the responsibility lies there to monitor these kind of events. Usually those are also not time critical, and the case may be started a day early or late. This can be done by a process that periodically checks all stored registrations if a trigger is needed. Once a registration is up for renewal, an event is send to the process engine and a new case is started.

...

If Blueriq would handle this long-term monitoring, the amount of running cases would increase linearly, as cases are never closed after the registration due to the 5 year timer. Only when a registration is discontinued can a case be deleted. This amount of open cases is a heavy burden for the process engine, and the performance will decline. It is therefore advisable to only have running cases if there are actions expected in the near future.

UI Text Box
typeinfo

We see a case as its own independent concept. A case can have 0, 1 or multiple process instances running at the same time. For these process instances, the same principle holds as for cases. There are no active processes instances running during the long-term monitoring phase.

 

 

UI Expand
titleRelated articles

Content by Label
showLabelsfalse
max5
spacesBKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "BKB"
labelskb-how-to-article

...