Uses of Interface
org.flowable.engine.delegate.event.FlowableActivityEvent
-
Uses of FlowableActivityEvent in org.flowable.engine.delegate.event
Modifier and TypeInterfaceDescriptioninterface
AnFlowableEvent
related to cancel event being sent to an activity.interface
AnFlowableEvent
related to a conditional being sent to an activity.interface
AnFlowableEvent
related to an error being sent to an activity.interface
AnFlowableEvent
related to an escalation being sent to an activity.interface
AnFlowableEvent
related to an message being sent to an activity.interface
AnFlowableEvent
related to cancel event being sent to an activity.interface
interface
AFlowableEvent
related to a multi-instance activity within an execution.interface
AnFlowableEvent
related to a signal being sent to an activity.Modifier and TypeMethodDescriptionprotected void
AbstractFlowableEngineEventListener.activityCompensate
(FlowableActivityEvent event) protected void
AbstractFlowableEngineEventListener.activityCompleted
(FlowableActivityEvent event) protected void
AbstractFlowableEngineEventListener.activityStarted
(FlowableActivityEvent event) -
Uses of FlowableActivityEvent in org.flowable.engine.delegate.event.impl
Modifier and TypeClassDescriptionclass
AnFlowableActivityCancelledEvent
implementation.class
Implementation of anFlowableActivityEvent
.class
AnFlowableConditionalEvent
implementation.class
Implementation of anFlowableErrorEvent
.class
AnFlowableEscalationEvent
implementation.class
AnFlowableSignalEvent
implementation.class
AnFlowableMultiInstanceActivityCancelledEvent
implementation.class
Implementation of anFlowableMultiInstanceActivityCompletedEvent
.class
Implementation of anFlowableMultiInstanceActivityEvent
.class
AnFlowableSignalEvent
implementation.Modifier and TypeMethodDescriptionstatic FlowableActivityEvent
FlowableEventBuilder.createActivityEvent
(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type, String activityId, String activityName, String executionId, String processInstanceId, String processDefinitionId, org.flowable.bpmn.model.FlowElement flowElement)