public interface HistoricTaskInstance
Modifier and Type | Method and Description |
---|---|
String |
getActivityInstanceId()
Activity instance reference.
|
String |
getAssignee()
The latest assignee given to this task.
|
String |
getDeleteReason()
The reason why this task was deleted {'completed' | 'deleted' | any other user defined string }.
|
String |
getDescription()
The latest description given to this task.
|
Date |
getDueDate()
Task due date
|
Long |
getDurationInMillis()
Difference between
getEndTime() and getStartTime() in milliseconds. |
Date |
getEndTime()
Time when the task was deleted or completed.
|
String |
getExecutionId()
Execution reference.
|
Date |
getFollowUpDate()
Task follow-up date
|
String |
getId()
The unique identifier of this historic task instance.
|
String |
getName()
The latest name given to this task.
|
String |
getOwner()
Task owner
|
String |
getParentTaskId()
The parent task of this task, in case this task was a subtask
|
int |
getPriority()
Task priority
|
String |
getProcessDefinitionId()
Process definition reference.
|
String |
getProcessInstanceId()
Process instance reference.
|
Date |
getStartTime()
Time when the task started.
|
String |
getTaskDefinitionKey()
Task definition key.
|
String getId()
String getProcessDefinitionId()
String getProcessInstanceId()
String getExecutionId()
String getActivityInstanceId()
String getName()
String getDescription()
String getDeleteReason()
String getOwner()
String getAssignee()
Date getStartTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime()
and getStartTime()
in milliseconds.String getTaskDefinitionKey()
int getPriority()
Date getDueDate()
String getParentTaskId()
Date getFollowUpDate()
Copyright © 2015. All rights reserved.