Simulation Result

Last modified 05 Apr 2023 12:05 +02:00
Since 4.7
This functionality is available since version 4.7.

Each activity, regardless of whether it is running on foreground or on background, may create so-called simulation result. It is a special type of objects in the midPoint repository. A simulation result collects information about:

  1. objects seen by the activity (both midPoint repository objects and resource objects),

  2. changes computed against these objects,

  3. values of so-called simulation metrics that provide high-level view of the activity being simulated.

Removing Details of Processed Objects

Simulation results storage is modular in the sense that - in order to spare the space used - it is possible to leave out the storage of individual objects and changes projected against them. In such cases, only the metrics values are stored.

This elimination of details can be done in various ways:

  1. via GUI (see below),

  2. using a clean-up task (planned for future),

  3. via experimental midPoint Java API (RepositoryService.deleteSimulatedProcessedObjects),

  4. right in the database, e.g. by deleting the whole simulation result partition.

Deleting processed objects
Figure 1. Deleting processed objects
Was this page helpful?
YES NO
Thanks for your feedback