Uses of Class
com.flowable.platform.engine.impl.sandbox.FlowableThresholdReachedException
Packages that use FlowableThresholdReachedException
-
Uses of FlowableThresholdReachedException in com.flowable.platform.engine.impl.sandbox
Methods in com.flowable.platform.engine.impl.sandbox that return FlowableThresholdReachedExceptionModifier and TypeMethodDescriptionFlowableThresholdReachedException.caseThresholdReached
(String elementId, String caseInstanceId, int maxAllowedElementRepetitions) FlowableThresholdReachedException.caseThresholdReached
(String elementId, String state, String caseInstanceId, int maxAllowedElementRepetitions) FlowableThresholdReachedException.caseVariableThresholdReached
(String variableName, CaseInstance caseInstance, int maxAllowedVariablesPerInstance) FlowableThresholdReachedException.executionVariableThresholdReached
(String variableName, Execution execution, int maxAllowedLocalVariables) FlowableThresholdReachedException.planItemVariableThresholdReached
(String variableName, PlanItemInstance planItemInstance, int maxAllowedLocalVariables) FlowableThresholdReachedException.processThresholdReached
(String elementId, String processInstanceId, int maxAllowedElementRepetitions) FlowableThresholdReachedException.processVariableThresholdReached
(String variableName, ProcessInstance processInstance, int maxAllowedVariables) FlowableThresholdReachedException.taskVariableThresholdReached
(String variableName, Task task, int maxAllowedLocalVariables)