GROOVY_STATIC_COMPILATION
- Description:
-
This parameter controls the default compilation mode for Groovy scripts.
When this parameter is set to:- true, it enforces static compilation of Groovy scripts at start up and during script creation or update.
- false, a warning message is displayed in the script editor if static compilation fails, but the script can still be saved successfully.
During execution, static compilation does not apply. If the value is empty or 'null', a warning message is displayed in the script editor if static compilation fails, but the script can still be saved successfully.
During script execution, the process first attempts static compilation; if it fails, it falls back to dynamic compilation. As a result, scripts may include both statically and dynamically compiled components.
- Valid Values:
-
true, false
- Default Value:
-
Null
- Location:
-
/system/WORKBRAIN_PARAMETERS/GROOVY_STATIC_COMPILATION
- Effective:
-
2025.09