Skip to main content
Skip table of contents

Process Tracker in Identity Manager

This article is valid for Smart ID 20.11 and later.


This article describes the Process Tracker in Smart ID Identity Manager (PRIME).

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. 

ProcessExecutionTracker

To enable the Process Tracker:

  1. Open system.properties.
  2. Add this property and set it to true:

    Enable ProcessExecution Tracker

    CODE
    processExecutionTracker.enabled=true

Enable Logging

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

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

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.