Visit Nexus to get an overview of Nexus' solutions, read customer cases, access the latest news, and more.


This article describes how to enable the Process Tracker in Smart ID Identity Manager.

During the configuration phase it could be very helpful to obtain detailed logging information about the process execution. The ProcessExecutionTracker writes all variables of the process map before and after each task to the log file. 

Expand/Collapse All

To enable the Process Tracker:

  1. Open docker-compose.yaml of Identity Manager Operator.
  2. Add the following parameter to "SYSTEM_PROPERTIES":

    Enable ProcessExecution Tracker
    "processExecutionTracker.enabled" : true

Enable Logging

Enable the logging in your log4j2.xml by adding/uncommenting the following logger:

<Logger name="de.nexus.projectutils.processtracker" level="debug" additivity="false">
    <AppenderRef ref="ACT_RF"/>
    <AppenderRef ref="STDOUT"/>
</Logger>

Related information:

  • No labels