public interface HistoricActivityInstance
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 activity type of the activity.
|
String |
getAssignee()
Assignee in case of user task activity
|
String |
getCalledCaseInstanceId()
The called case instance in case of (case) call activity
|
String |
getCalledProcessInstanceId()
The called process instance in case of call activity
|
Long |
getDurationInMillis()
Difference between
getEndTime() and getStartTime() . |
Date |
getEndTime()
Time when the activity instance ended
|
String |
getExecutionId()
Execution reference
|
String |
getId()
The unique identifier of this historic activity instance.
|
String |
getParentActivityInstanceId()
return the id of the parent activity instance
|
String |
getProcessDefinitionId()
Process definition reference
|
String |
getProcessDefinitionKey()
Process definition key reference
|
String |
getProcessInstanceId()
Process instance reference
|
Date |
getRemovalTime()
The time the historic activity instance will be removed.
|
String |
getRootProcessInstanceId()
Root process instance reference
|
Date |
getStartTime()
Time when the activity instance started
|
String |
getTaskId()
The corresponding task in case of task activity
|
String |
getTenantId()
The id of the tenant this historic activity instance belongs to.
|
boolean |
isCanceled()
Was this activity instance canceled
|
boolean |
isCompleteScope()
Did this activity instance complete a BPMN 2.0 scope
|
String getId()
String getParentActivityInstanceId()
String getActivityId()
String getActivityName()
String getActivityType()
ActivityTypes
ActivityTypes
String getProcessDefinitionKey()
String getProcessDefinitionId()
String getRootProcessInstanceId()
String getProcessInstanceId()
String getExecutionId()
String getTaskId()
String getCalledProcessInstanceId()
String getCalledCaseInstanceId()
String getAssignee()
Date getStartTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime()
and getStartTime()
.boolean isCompleteScope()
boolean isCanceled()
String getTenantId()
null
if the historic activity instance belongs to no single tenant.Date getRemovalTime()
Copyright © 2019. All rights reserved.