Interface FlowableActivityCancelledEvent

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

public interface FlowableActivityCancelledEvent extends FlowableActivityEvent, FlowableCancelledEvent
An FlowableEvent related to cancel event being sent to an activity.
Author:
martin.grofcik
  • Method Summary

    Methods inherited from interface org.flowable.engine.delegate.event.FlowableActivityEvent

    getActivityId, getActivityName, getActivityType, getBehaviorClass

    Methods inherited from interface org.flowable.engine.delegate.event.FlowableCancelledEvent

    getCause

    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