PROCESS table
The PROCESS
table stores all the pending,
running, and historical requests submitted to the IBM Verify Identity Governance workflow.
Each request is represented as a process.
Column Name | Description | Data type |
---|---|---|
ROOT_PROCESS_ID * |
The root process ID number. | Numeric |
ID * |
Process ID number. Primary key. | Numeric |
PARENT_ID |
Parent process ID number, if any. | Numeric |
PARENT_ACTIVITY_ID |
Parent activity ID number. | Numeric |
NAME |
Process name. | Character (100) |
TYPE * |
Process type code. Values include:
|
Character (2) |
DEFINITION_ID * |
Process definition identifier. | Character (2000) |
REQUESTER_TYPE |
Requester type. Values include:
|
Character (2) |
REQUESTER |
DN of the requester. | Character (2000) |
REQUESTER_NAME |
Requesters name. | Character (100) |
DESCRIPTION |
Description of the process. | Character (300) |
PRIORITY |
Priority of the process. | Numeric |
SCHEDULED |
Scheduled start time for the process. | Character (50) |
STARTED |
Time that the process is started. | Character (50) |
COMPLETED |
Time that the process is completed. | Character (50) |
LASTMODIFIED |
Time that the process was last modified. | Character (50) |
SUBMITTED |
Time that the process was submitted. | Character (50) |
STATE |
Current state of the process. Values include:
|
Character (1) |
NOTIFY |
Specifies who is notified when a process is
completed. You have the following choices:
|
Numeric |
REQUESTEE |
DN of the requestee. | Character (2000) |
REQUESTEE_NAME |
Name of the requestee. | Character (100) |
SUBJECT |
The subject of the process. | Character (2000) |
SUBJECT_PROFILE |
The data service object profile name that indicates the type of the subject. | Character (100) |
SUBJECT_SERVICE |
If the subject is an account, this field contains the name of the service associated with the account. | Character (100) |
SUBJECT_ACCESS_ID 1 |
DN of the requested access. | Character (2000) |
SUBJECT_ACCESS_NAME 1 |
Name of the requested access. | Character (100) |
COMMENTS |
Comments for the process. | Character (200) |
RESULT_SUMMARY |
Process result summary code. Values include:
|
Character (2) |
RESULT_DETAIL |
Detailed information about the process result. | Long Character |
SHORT_DETAIL 1 |
Short detailed information about the process result. | Character (4000) |
TENANT | DN of the requesters tenant. | Character (2000) |
* Indicates the column is required and not null.
1 Indicates the column or the value is added in release 5.0.
2 Indicates the column or the value is added in release 5.1.
3 Indicates the column or the value is added in release 6.0.
4 Indicates the column or the value is added in release 6.0 Service Stream Enhancement.