Class EnvironmentVariableNames


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

      Fields 
      Modifier and Type Field Description
      static java.lang.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.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DISABLE_NON_WORKFLOW_CODE_ENFORCEMENTS

        public static final java.lang.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:
        Constant Field Values