Nexus' software components have new names:

Nexus PRIME -> Smart ID Identity Manager
Nexus Certificate Manager -> Smart ID Certificate Manager
Nexus Hybrid Access Gateway -> Smart ID Digital Access component
Nexus Personal -> Smart ID clients

Go to Nexus homepage for overviews of Nexus' solutions, customer cases, 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