-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
- Diagnostic context is set during process execution (e.g. in PVM)
- The diagnostic context is cleared when the execution context is successfully left (e.g. activity finishes)
- When an exception is thrown, the context is not cleared (so subsequent exception logging can use the context => command context close and job executor), and it is only cleared after that
- Context is set as MDC context in SLF4J (=> research what happens if an slf4j implementation does not implement MDC)
Contextual data:
- Process definition id
- Process instance id
- Activity id
- Process application name
- Business Key
- Tenant id
Decisions: