Interface FlowableCancelledEvent

All Superinterfaces:
org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Subinterfaces:
FlowableActivityCancelledEvent, FlowableMultiInstanceActivityCancelledEvent
All Known Implementing Classes:
FlowableActivityCancelledEventImpl, FlowableMultiInstanceActivityCancelledEventImpl, FlowableProcessCancelledEventImpl

public interface FlowableCancelledEvent extends org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
Author:
martin.grofcik
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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
  • Method Details

    • getCause

      Object getCause()
      Returns:
      the cause of the cancel event. Returns null, if no specific cause has been specified.