Versions Compared

Key

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

...

If you are using a different authentication provider, like LDAP, you can create a user in that provider instead of users.properties, as long as it has the proper role.

Event logging

It is possible to enable logging for events sent to the Case Engine. A line is logged when the Case Engine starts processing the event and when it is finished.

Events list

  • AbortTaskService
  • AbortTaskWithoutUnlocking
  • AssignTask
  • CompleteTask
  • CreateCase
  • DemuxedThrowMessageEvent
  • GetCaseInfo
  • GetTaskInfo
  • RemoveCase
  • ScheduledEvent
  • StartTask
  • ThrowMessage

How to enable

By default, the events are logged on INFO level. To specifically enable logging for the events only, configure the following package on INFO level:

Code Block
titleapplication(-case-engine).properties
logging.level.com.blueriq.dcm.caseengine.service=INFO

Example output

StartTask event:

Image Added