Uses of Interface
org.flowable.engine.delegate.event.FlowableCancelledEvent
-
Uses of FlowableCancelledEvent in org.flowable.engine.delegate.event
Modifier and TypeInterfaceDescriptioninterface
AnFlowableEvent
related to cancel event being sent to an activity.interface
AnFlowableEvent
related to cancel event being sent to an activity.Modifier and TypeMethodDescriptionprotected void
AbstractFlowableEngineEventListener.processCancelled
(FlowableCancelledEvent event) -
Uses of FlowableCancelledEvent in org.flowable.engine.delegate.event.impl
Modifier and TypeClassDescriptionclass
AnFlowableActivityCancelledEvent
implementation.class
AnFlowableMultiInstanceActivityCancelledEvent
implementation.class
AnFlowableCancelledEvent
implementation.Modifier and TypeMethodDescriptionstatic FlowableCancelledEvent
FlowableEventBuilder.createCancelledEvent
(String executionId, String processInstanceId, String processDefinitionId, Object cause)