Interface FlowableMultiInstanceActivityCancelledEvent
-
- All Superinterfaces:
FlowableActivityCancelledEvent,FlowableActivityEvent,FlowableCancelledEvent,FlowableEngineEvent,FlowableEvent,FlowableMultiInstanceActivityEvent
- All Known Implementing Classes:
FlowableMultiInstanceActivityCancelledEventImpl
public interface FlowableMultiInstanceActivityCancelledEvent extends FlowableMultiInstanceActivityEvent, FlowableActivityCancelledEvent
AnFlowableEventrelated 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
-
-