Class: UU::OS::Script::ScriptExecOptions Deprecated
- Inherits:
-
Object
- Object
- UU::OS::Script::ScriptExecOptions
- Defined in:
- uu_os-0.29.16/lib/uu/os/script/script_exec_options.rb
Overview
Deprecated.
Use Macro::MacroExecOptions instead.
Set of common script options.
Constant Summary
- SCRIPT_TYPE =
Type of script.
'scriptType'
- LANG_VERSION =
Scripting language version.
'langVersion'
- EXEC_GROUPS =
Names for script dedication to queue.
'execGroups'
- EXEC_WINDOW =
Crontab-phrase time for script execution window.
'execWindow'
- MAX_REFIRE_COUNT =
The limit of automatic script re-launching.
'maxRefireCount'
- SCRIPT_RECOVERABLE =
Flag indicating whether the script should be recovered after an exception.
'recoverable'
- WF_MON_ENABLED =
Flag indicating whether the script should report progress via workflow.
'wfMonitorEnabled'
- WF_MON_ACT_URI =
UESURI of activity which should be used to report progress.
'wfMonitorActivity'
- WF_MON_ACT_TMPL_URI =
UESURI of activity definition which should be used to report progress.
'wfMonitorActivityTemplate'
- TX_PROPAGATION =
Definition of transaction propagation behavior.
'txPropagation'