Uses of Class
com.flowable.platform.engine.impl.sandbox.FlowableThresholdReachedException
-
Packages that use FlowableThresholdReachedException Package Description com.flowable.platform.engine.impl.sandbox -
-
Uses of FlowableThresholdReachedException in com.flowable.platform.engine.impl.sandbox
Methods in com.flowable.platform.engine.impl.sandbox that return FlowableThresholdReachedException Modifier and Type Method Description static FlowableThresholdReachedException
FlowableThresholdReachedException. caseThresholdReached(String elementId, String caseInstanceId, int maxAllowedElementRepetitions)
static FlowableThresholdReachedException
FlowableThresholdReachedException. caseThresholdReached(String elementId, String state, String caseInstanceId, int maxAllowedElementRepetitions)
static FlowableThresholdReachedException
FlowableThresholdReachedException. processThresholdReached(String elementId, String processInstanceId, int maxAllowedElementRepetitions)
-