Uses of Interface
org.flowable.engine.delegate.event.FlowableErrorEvent
-
Packages that use FlowableErrorEvent Package Description org.flowable.engine.delegate.event org.flowable.engine.delegate.event.impl -
-
Uses of FlowableErrorEvent in org.flowable.engine.delegate.event
Methods in org.flowable.engine.delegate.event with parameters of type FlowableErrorEvent Modifier and Type Method Description protected voidAbstractFlowableEngineEventListener. activityErrorReceived(FlowableErrorEvent event) -
Uses of FlowableErrorEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableErrorEvent Modifier and Type Class Description classFlowableErrorEventImplImplementation of anFlowableErrorEvent.Methods in org.flowable.engine.delegate.event.impl that return FlowableErrorEvent Modifier and Type Method Description static FlowableErrorEventFlowableEventBuilder. createErrorEvent(FlowableEngineEventType type, String activityId, String errorId, String errorCode, String executionId, String processInstanceId, String processDefinitionId)
-