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, org.flowable.cmmn.api.runtime.CaseInstance caseInstance, int maxAllowedVariablesPerInstance) FlowableThresholdReachedException.executionVariableThresholdReached
(String variableName, org.flowable.engine.runtime.Execution execution, int maxAllowedLocalVariables) FlowableThresholdReachedException.planItemVariableThresholdReached
(String variableName, org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance, int maxAllowedLocalVariables) FlowableThresholdReachedException.processThresholdReached
(String elementId, String processInstanceId, int maxAllowedElementRepetitions) FlowableThresholdReachedException.processVariableThresholdReached
(String variableName, org.flowable.engine.runtime.ProcessInstance processInstance, int maxAllowedVariables) FlowableThresholdReachedException.taskVariableThresholdReached
(String variableName, org.flowable.task.api.Task task, int maxAllowedLocalVariables)