public final class WorkflowDeadlineDetails extends curam.util.type.struct.Struct<WorkflowDeadlineDetails>
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 a deadline.
|
long |
taskID
The unique identifier of a task associated with this deadline.
|
Constructor and Description |
---|
WorkflowDeadlineDetails() |
public long deadlineID
DEADLINE_ID -> long
public long taskID
TASK_ID -> long
public long activityInstanceID
DEADLINE_ID -> long