Class: UU::OS::Macro::MacroExecOptions

Inherits:
Object
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/macro/macro_exec_options.rb

Overview

Set of common macro options.

Constant Summary

MACRO_TYPE =

Type of macro.

'macroType'
LANG_VERSION =

Macro language version.

'langVersion'
EXEC_GROUPS =

Names for macro dedication to queue.

'execGroups'
EXEC_WINDOW =

Crontab-phrase time for macro execution window.

'execWindow'
MAX_REFIRE_COUNT =

The limit of automatic macro re-launching.

'maxRefireCount'
MACRO_RECOVERABLE =

Flag indicating whether the macro should be recovered after an exception.

'recoverable'
WF_MON_ENABLED =

Flag indicating whether the macro 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'