Interface FlowableMultiInstanceActivityCancelledEvent
- All Superinterfaces:
FlowableActivityCancelledEvent
,FlowableActivityEvent
,FlowableCancelledEvent
,org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
,FlowableMultiInstanceActivityEvent
- All Known Implementing Classes:
FlowableMultiInstanceActivityCancelledEventImpl
public interface FlowableMultiInstanceActivityCancelledEvent
extends FlowableMultiInstanceActivityEvent, FlowableActivityCancelledEvent
An
FlowableEvent
related to cancel event being sent to an activity.- Author:
- Robert Hafner
-
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
Methods inherited from interface org.flowable.engine.delegate.event.FlowableMultiInstanceActivityEvent
isSequential