Interface FlowableThresholdProvider

All Known Implementing Classes:
FixedThresholdProvider

public interface FlowableThresholdProvider
Author:
Filip Hrisafov
  • Method Details

    • getMaxAllowedElementRepetitions

      int getMaxAllowedElementRepetitions(String tenantId)
    • getMaxAllowedVariablesPerInstance

      int getMaxAllowedVariablesPerInstance(String tenantId)
    • getMaxAllowedLocalVariablesPerInstance

      int getMaxAllowedLocalVariablesPerInstance(String tenantId)