public interface HistoricActivityInstance extends HistoricData
| Modifier and Type | Method and Description | 
|---|---|
| String | getActivityId()The unique identifier of the activity in the process | 
| String | getActivityName()The display name for the activity | 
| String | getActivityType()The XML tag of the activity as in the process file | 
| String | getAssignee()Assignee in case of user task activity | 
| String | getCalledProcessInstanceId()The called process instance in case of call activity | 
| String | getDeleteReason()Returns the delete reason for this activity, if any was set (if completed normally, no delete reason is set) | 
| Long | getDurationInMillis()Difference between  getEndTime()andgetStartTime(). | 
| Date | getEndTime()Time when the activity instance ended | 
| String | getExecutionId()Execution reference | 
| String | getId()The unique identifier of this historic activity instance. | 
| String | getProcessDefinitionId()Process definition reference | 
| String | getProcessInstanceId()Process instance reference | 
| Date | getStartTime()Time when the activity instance started | 
| String | getTaskId()The corresponding task in case of task activity | 
| String | getTenantId()Returns the tenant identifier for the historic activity | 
getTimeString getId()
String getActivityId()
String getActivityName()
String getActivityType()
String getProcessDefinitionId()
String getProcessInstanceId()
String getExecutionId()
String getTaskId()
String getCalledProcessInstanceId()
String getAssignee()
Date getStartTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime() and getStartTime().String getDeleteReason()
String getTenantId()
Copyright © 2017 Alfresco. All rights reserved.