Versions Compared

Key

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

...

Code Block
languagebash
titleapplication-external-datasources.properties
#### Datasources  H2PostgreSQL ###
blueriq.datasource.process-sql-store.url=jdbc:postgresql://bq-postgres:5432/blueriq
blueriq.datasource.process-sql-store.username=blueriq
blueriq.datasource.process-sql-store.password=welcome
blueriq.datasource.process-sql-store.driverClassName=org.postgresql.Driver
hibernate.process-sql-store.hbm2ddl.auto=validate

...

Example output

StartTask event :Image Removedlogline:

2024-04-25 13:43:09.100 INFO        c.b.d.c.c.CaseEngineRestController httpSessionId="43C5CF48C812F97E301843659A09A04A" runtimeSessionId="" userId="caseengine" projectName="" projectVersion="" currentPageName="" tenantName="" [trace=662a41cd99970f5e778c9835294b1413,span=be8f45537809ead6] - [startTask] Starting transaction - task ID: '6' case ID: '662a41c4fcab766683cab7c5'

Finishing a case

Whenever the process for a case finishes, the case will be closed. This means that the following persistent parts of a case will be removed:

...