@AccessLevel(value=INTERNAL) public final class WorkflowDeadlineDtls extends curam.util.type.struct.Struct<WorkflowDeadlineDtls>
Modifier and Type | Field and Description |
---|---|
long |
activityInstanceID
The unique identifier of the activity instance associated with this
workflow deadline.
|
long |
deadlineID
The unique identifier of the workflow deadline.
|
curam.util.type.DateTime |
deadlineTime
The time at which the workflow deadline times out.
|
java.lang.String |
deadlineType
The type of the workflow deadline (as deadlines may be associated with a
number of activity types including manual activities, event wait
activities and decision activities).
|
boolean |
suspended
NOTE: This flag provides no functional benefit at present.
|
long |
taskID
The unique identifier of a task associated with a workflow deadline .
|
int |
versionNo
Record version number used internally by optimistic locking mechanism.
|
Constructor and Description |
---|
WorkflowDeadlineDtls() |
public long deadlineID
DEADLINE_ID -> long
public long taskID
TASK_ID -> long
public long activityInstanceID
WORKFLOW_ACTIVITY_INST_ID -> long
public curam.util.type.DateTime deadlineTime
TASK_DEADLINE_TIME -> curam.util.type.DateTime
public boolean suspended
TASK_DEADLINE_SUSPENDED -> boolean
public java.lang.String deadlineType
INTERMEDIATE_CODETABLE_CODE -> CODE_TABLE_CODE -> String
public int versionNo
VERSION_NO -> int