Interface FlowableCaseStageStartedEvent

All Superinterfaces:
FlowableEngineEntityEvent, FlowableEngineEvent, FlowableEntityEvent, FlowableEvent

public interface FlowableCaseStageStartedEvent extends FlowableEngineEntityEvent
An event representing a CMMN case stage being started.
Author:
Micha Kiener
  • Method Details

    • getCaseInstance

      CaseInstance getCaseInstance()
      Returns the case instance the stage belongs to.
      Returns:
      the case instance
    • getEntity

      PlanItemInstance getEntity()
      Overwritten in order to return the stage plan item instance.
      Specified by:
      getEntity in interface FlowableEntityEvent
      Returns:
      the stage plan item instance