public final class ProcessInstanceFullDetails extends curam.util.type.struct.Struct<ProcessInstanceFullDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.ValueList<CurrentActivityNameAndTypeDetails> |
activity
Reference to internal details structure.
|
curam.util.type.ValueList<ProcInstData> |
data
Reference to internal details structure.
|
curam.util.type.ValueList<ListWDOName> |
listwdos
Reference to internal details structure.
|
java.lang.String |
processDisplayName
The display name of the workflow process.
|
long |
processID
The unique identifier of the associated process.
|
long |
processInstanceID
The unique identifier of the process instance.
|
java.lang.String |
processName
The name of the process.
|
curam.util.type.DateTime |
startDateTime
The date and time at which this process instance was started.
|
java.lang.String |
status
The status of the process instance.
|
Constructor and Description |
---|
ProcessInstanceFullDetails() |
public long processInstanceID
WORKFLOW_PROCESS_INST_ID -> long
public long processID
WORKFLOW_PROCESS_ID -> long
public java.lang.String processName
WORKFLOW_PROCESS_NAME -> String
public java.lang.String status
PROCESS_INSTANCE_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public curam.util.type.DateTime startDateTime
PROCESS_INSTANCE_START_TIME -> curam.util.type.DateTime
public java.lang.String processDisplayName
WORKFLOW_PROCESS_TRANSLATED_TEXT -> String
public final curam.util.type.ValueList<CurrentActivityNameAndTypeDetails> activity
public final curam.util.type.ValueList<ProcInstData> data
public final curam.util.type.ValueList<ListWDOName> listwdos