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

It is important for organizations to know exactly what happened to their application. All important events are stored in the Trace Database. This means that years later, the business can inspect what happened to a certain aggregate. 

The following actions result in an automatically created entry in the trace database:

Action
Description
aggregateCreatedA new aggregate entry is created in the database.
aggregateUpdatedAn existing aggregate entry in the database is updated.
aggregateDeletedAn existing aggregate entry in the database is deleted.

For each time an entry in the trace database is created the values listed below is stored.

  • aggregateid - The Id of the aggregate
  • aggregateversion - The version of the aggregate
  • username - The name of the user that performed the action
  • userid - The Id of the user that performed the action
  • date - The date and time when the action was performed
  • profile - The profile of the aggregate