Uses of Interface
org.flowable.engine.delegate.event.FlowableCancelledEvent
Packages that use FlowableCancelledEvent
-
Uses of FlowableCancelledEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableCancelledEvent in org.flowable.engine.delegate.eventModifier and TypeInterfaceDescriptioninterface
AnFlowableEvent
related to cancel event being sent to an activity.interface
AnFlowableEvent
related to cancel event being sent to an activity.Methods in org.flowable.engine.delegate.event with parameters of type FlowableCancelledEventModifier and TypeMethodDescriptionprotected void
AbstractFlowableEngineEventListener.processCancelled
(FlowableCancelledEvent event) -
Uses of FlowableCancelledEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableCancelledEventModifier and TypeClassDescriptionclass
AnFlowableActivityCancelledEvent
implementation.class
AnFlowableMultiInstanceActivityCancelledEvent
implementation.class
AnFlowableCancelledEvent
implementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableCancelledEventModifier and TypeMethodDescriptionstatic FlowableCancelledEvent
FlowableEventBuilder.createCancelledEvent
(String executionId, String processInstanceId, String processDefinitionId, Object cause)