Uses of Interface
org.flowable.engine.delegate.event.FlowableEscalationEvent
-
Packages that use FlowableEscalationEvent Package Description org.flowable.engine.delegate.event.impl -
-
Uses of FlowableEscalationEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableEscalationEvent Modifier and Type Class Description classFlowableEscalationEventImplAnFlowableEscalationEventimplementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableEscalationEvent Modifier and Type Method Description static FlowableEscalationEventFlowableEventBuilder. createEscalationEvent(FlowableEngineEventType type, String activityId, String escalationCode, String escalationName, String executionId, String processInstanceId, String processDefinitionId)
-