public interface CaseInstance extends CaseExecution
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusinessKey()The business key of this process instance. | 
| boolean | isCompleted()Returns  trueif the case instance is completed. | 
getActivityDescription, getActivityId, getActivityName, getActivityType, getCaseDefinitionId, getCaseInstanceId, getId, getParentId, getTenantId, isActive, isAvailable, isDisabled, isEnabled, isRequired, isTerminatedString 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 © 2018. All rights reserved.