Uses of Interface
org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
Packages that use FlowableSequenceFlowTakenEvent
-
Uses of FlowableSequenceFlowTakenEvent in org.flowable.engine.delegate.event
Methods in org.flowable.engine.delegate.event with parameters of type FlowableSequenceFlowTakenEventModifier and TypeMethodDescriptionprotected void
AbstractFlowableEngineEventListener.sequenceFlowTaken
(FlowableSequenceFlowTakenEvent event) -
Uses of FlowableSequenceFlowTakenEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableSequenceFlowTakenEventMethods in org.flowable.engine.delegate.event.impl that return FlowableSequenceFlowTakenEventModifier and TypeMethodDescriptionFlowableEventBuilder.createSequenceFlowTakenEvent
(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity, org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type, String sequenceFlowId, String sourceActivityId, String sourceActivityName, String sourceActivityType, Object sourceActivityBehavior, String targetActivityId, String targetActivityName, String targetActivityType, Object targetActivityBehavior)