Class Config


  • public final class Config
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EAGER_ACTIVITIES_LIMIT
      Limit how many eager activities can be requested by the SDK in one workflow task completion response.
      static double WORKFLOW_TAK_HEARTBEAT_COEFFICIENT
      Force new workflow task after workflow task timeout multiplied by this coefficient.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WORKFLOW_TAK_HEARTBEAT_COEFFICIENT

        public static final double WORKFLOW_TAK_HEARTBEAT_COEFFICIENT
        Force new workflow task after workflow task timeout multiplied by this coefficient.
        See Also:
        Constant Field Values
      • EAGER_ACTIVITIES_LIMIT

        public static int EAGER_ACTIVITIES_LIMIT
        Limit how many eager activities can be requested by the SDK in one workflow task completion response.