@AccessLevel(value=RESTRICTED) public final class WorkflowHistoryDtls extends curam.util.type.struct.Struct<WorkflowHistoryDtls>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
event
The type of event describing the status change for this process instance.
|
curam.util.type.DateTime |
eventTime
The timestamp for this event.
|
long |
processInstanceID
The unique identifier of the associated process instance.
|
java.lang.String |
userID
The user name of the user associated with the workflow history entry.
|
long |
workflowHistoryID
The unique identifier of the workflow history record.
|
Constructor and Description |
---|
WorkflowHistoryDtls() |
public long workflowHistoryID
WORKFLOW_HISTORY_ID -> long
public long processInstanceID
WORKFLOW_PROCESS_INST_ID -> long
public java.lang.String userID
USER_ID -> String
public java.lang.String event
INTERMEDIATE_CODETABLE_CODE -> CODE_TABLE_CODE -> String
public curam.util.type.DateTime eventTime
LAST_UPDATED -> curam.util.type.DateTime