Class FixedThresholdProvider

java.lang.Object
com.flowable.platform.engine.impl.sandbox.repetition.FixedThresholdProvider
All Implemented Interfaces:
FlowableThresholdProvider

public class FixedThresholdProvider extends Object implements FlowableThresholdProvider
Author:
Filip Hrisafov
  • Field Details

    • maxAllowedElementRepetitions

      protected final int maxAllowedElementRepetitions
    • maxAllowedVariablesPerInstance

      protected final int maxAllowedVariablesPerInstance
    • maxAllowedLocalVariablesPerInstance

      protected final int maxAllowedLocalVariablesPerInstance
  • Constructor Details

    • FixedThresholdProvider

      public FixedThresholdProvider(int maxAllowedElementRepetitions, int maxAllowedVariablesPerInstance, int maxAllowedLocalVariablesPerInstance)
  • Method Details