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 TypeInterfaceDescriptioninterfaceAnFlowableEventrelated to cancel event being sent to an activity.interfaceAnFlowableEventrelated to cancel event being sent to an activity.Methods in org.flowable.engine.delegate.event with parameters of type FlowableCancelledEventModifier and TypeMethodDescriptionprotected voidAbstractFlowableEngineEventListener.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 TypeClassDescriptionclassAnFlowableActivityCancelledEventimplementation.classAnFlowableMultiInstanceActivityCancelledEventimplementation.classAnFlowableCancelledEventimplementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableCancelledEventModifier and TypeMethodDescriptionstatic FlowableCancelledEventFlowableEventBuilder.createCancelledEvent(String executionId, String processInstanceId, String processDefinitionId, Object cause)