public interface CaseInstance extends CaseExecution
Modifier and Type | Method and Description |
---|---|
String |
getBusinessKey()
The business key of this process instance.
|
boolean |
isCompleted()
Returns
true if the case instance is completed. |
getActivityDescription, getActivityId, getActivityName, getActivityType, getCaseDefinitionId, getCaseInstanceId, getId, getParentId, getTenantId, isActive, isAvailable, isDisabled, isEnabled, isRequired, isTerminated
String getBusinessKey()
boolean isCompleted()
Returns true
if the case instance is completed.
Note: If this case execution is not the case instance,
it will always return false
.
Copyright © 2019. All rights reserved.