Process.requestorId

The field identifies the party who requested the process to be executed.

Availability
IBM Tivoli Identity Manager 4.x
Synopsis
process.requestorId
Description
This read-only field is a String that identifies the party who requested the process to be executed. The value is not guaranteed to be unique across different workflow processes.
Usage
processRequestorId = process.requestorId;
Note: If the requestor is system (process.requestorType == P) then process.requestorId returns NULL.