public interface FlowableCaseEndedEvent extends FlowableEngineEntityEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDING_STATE_COMPLETED |
static String |
ENDING_STATE_TERMINATED |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndingState()
Returns the ending state of the case which can be
ENDING_STATE_COMPLETED or ENDING_STATE_TERMINATED. |
CaseInstance |
getEntity() |
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdgetTypestatic final String ENDING_STATE_COMPLETED
static final String ENDING_STATE_TERMINATED
String getEndingState()
ENDING_STATE_COMPLETED or ENDING_STATE_TERMINATED.CaseInstance getEntity()
getEntity in interface FlowableEntityEventCopyright © 2022 Flowable. All rights reserved.