Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

2.5 Definition File for Operation Components

File name

opeconfig.properties

Use

Specify the parameters to which the process refers when the operation components are executed.

When parameters are specified as option in operation components, this file is not effective, and the definition in operation components is effective.

When the values other than regulated values are specified, or a each value is not set, the default values is effective.

File Location

File Format

TIMEOUT = <value>

RETRY = <value>

RETRY_INTERVAL = <value>

Parameter

TIMEOUT: Timeout period when process waits for execution of operation components

This parameter is timeout period when process waits for execution of operation components.

When you omit timeout option in the operation components, this parameter is effective.

The unit of time is a second (s).

Default: 300

Effective range: 300-86400

RETRY: Retry Frequency of operation components

This parameter is frequency to which the process retries the execution of the operation components.

When you omit retry option in the operation components, this parameter is effective.

Default: 0

Effective range: 0-5

RETRY_INTERVAL: Retry interval of operation components

This parameter is interval to which the process retries the execution of the operation components.

When you omit retry_interval option in the operation components, this parameter is effective.

The unit of time is a second (s).

Default: 60

Effective range: 1-14400

Note

Example

Under the following description, the timeout is 600 seconds, retry frequency is 5 times, and retry interval is 300 seconds.

TIMEOUT = 600
RETRY = 5
RETRY_INTERVAL = 300

Under the following description, the timeout is 1000 seconds, retry frequency is default, and retry interval is default.

TIMEOUT = 1000
RETRY = 0
RETRY_INTERVAL = 60