Interface FlowableCaseEndedEvent

All Superinterfaces:
org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent, org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEntityEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent

public interface FlowableCaseEndedEvent extends org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent
The interface for a case ended event, which might be a case completed or case terminated event.
Author:
Micha Kiener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ending state of the case which can be ENDING_STATE_COMPLETED or ENDING_STATE_TERMINATED.
     

    Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent

    getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId

    Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

    getType