Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
- audit logging is currently done twice: directly in the workflow manager implementation, and in the AuditLogger event bus listener.
- the WorkflowEventLoggerWorkflow does not need to be a workflow and it should not be possible to plug in a different implementation.
- the more general subjectId and subjectPath should be logged instead of handleId and documentPath.
- also log failed workflow invocations along with the exception that occurred.