public interface HistoricTaskInstance extends TaskInfo, HistoricData
| Modifier and Type | Method and Description | 
|---|---|
Date | 
getClaimTime()
Time when the task was claimed. 
 | 
String | 
getDeleteReason()
The reason why this task was deleted {'completed' | 'deleted' | any other user defined string }. 
 | 
Long | 
getDurationInMillis()
Difference between  
getEndTime() and getStartTime() in milliseconds. | 
Date | 
getEndTime()
Time when the task was deleted or completed. 
 | 
Date | 
getStartTime()
Time when the task started. 
 | 
Long | 
getWorkTimeInMillis()
Difference between  
getEndTime() and getClaimTime() in milliseconds. | 
void | 
setLocalizedDescription(String description)
Sets an optional localized description for the task. 
 | 
void | 
setLocalizedName(String name)
Sets an optional localized name for the task. 
 | 
getAssignee, getCategory, getCreateTime, getDescription, getDueDate, getExecutionId, getFormKey, getId, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessInstanceId, getProcessVariables, getTaskDefinitionKey, getTaskLocalVariables, getTenantIdgetTimeString getDeleteReason()
Date getStartTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime() and getStartTime() in milliseconds.Long getWorkTimeInMillis()
getEndTime() and getClaimTime() in milliseconds.Date getClaimTime()
void setLocalizedName(String name)
void setLocalizedDescription(String description)
Copyright © 2017 Flowable. All rights reserved.