Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
<rollingBarrelOptions>
	<type>interval</type>
	<interval unit="hour" multiplier="1"/>
</rollingBarrelOptions>

Schema:

parameterListConfig

this allows you to set the default sorting option for the parameters in the Explorer. Available options are:

  • default: Use the default sorting from the configuration file Parameters.xml.
  • name: Sort by parameter name (ascending).

Example:

No Format

<parameterListConfig>
	<sortOption>name</sortOption>
</parameterListConfig>

Schema:
Image Added

notification

The system can notify the completion of a manually dispatched task run when the notification property is enabled (i.e. enabled=TRUE).

...