ProcessLogExtension

The full extension name is com.ibm.itim.script.extensions.ProcessLogExtension.

This extension exposes JavaScript objects that can be used to access justification in email notifications and workflow.

Availability
Workflows
Notification
JavaScript Objects
ProcessLog
To use this extension, you must register the same in $ISIM_HOME/data/scriptframework.properties file, for host components Workflow and Notification:
Workflow Component
ITIM.extension.Workflow.processLog=com.ibm.itim.script.extensions.ProcessLogExtension
Notification Component
ITIM.extension.Workflow.processLog=com.ibm.itim.script.extensions.ProcessLogExtension

You must also add the following line in $ISIM_HOME/data/scriptframework.properties file:

ITIM.java.access.util=java.util.ArrayList

You must do this step because the JavaScript extension returns an ArrayList.