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
  • Constructor Details

    • FixedThresholdProvider

      public FixedThresholdProvider(int maxAllowedElementRepetitions)
  • Method Details