Class EnvironmentVariableNames

java.lang.Object
io.temporal.conf.EnvironmentVariableNames

public final class EnvironmentVariableNames extends Object
  • Field Details

    • DISABLE_NON_WORKFLOW_CODE_ENFORCEMENTS

      public static final String DISABLE_NON_WORKFLOW_CODE_ENFORCEMENTS
      Specify this env variable to disable checks and enforcement for classes that are not intended to be accessed from workflow code.

      Not specifying it or setting it to "false" (case insensitive) leaves the checks enforced.

      This option is exposed for backwards compatibility only and should never be enabled for any new code or application.

      See Also:
    • TEMPORAL_DEBUG

      public static final String TEMPORAL_DEBUG
      See Also: