Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

3.14.3 Store data as execution results

Description

This operation component stores the data specified in the input data as an execution result in the output data.
This component is used to filter data and store it in user defined attributes.

Options

Basic Options

(1) input1

This is a string stored in the output information.

An argument error will occur if strings are omitted.

The specified string is stored in "result1" of the output information.

(2) input2

This is a string stored in the output information.

The specified string will be stored in the "result2" output data.

If this option is omitted, nothing will be stored in the corresponding output data.

(3) input3

This is a string stored in the output information.

The specified string will be stored in the "result3" output data.

If this option is omitted, nothing will be stored in the corresponding output data.

(4) input4

This is a string stored in the output information.

The specified string will be stored in the "result4" output data.

If this option is omitted, nothing will be stored in the corresponding output data.

(5) input5

This is a string stored in the output information.

The specified string will be stored in the "result5" output data.

If this option is omitted, nothing will be stored in the corresponding output data.

Advanced Options

None

Return Values

Icon

Name

Return value

Description

Success

0

The execution results have been stored successfully.

-

-

202

The operation component has not been executed. There is a problem with the settings for executing the operation component.

203

The operation component has not been executed normally. There is a problem with the Management Server environment.

205

The operation component has not been executed. There is a problem with the input information specification of the operation component.

206

The operation component has not been executed normally. There is a problem with the output information specification of the operation component.

208

The Automated Operation Process has been canceled because the Automated Operation Process was recovered while the operation component was executing.

Output information

Variable

Description

result1

This variable is set to the data specified for the "input1" option.

result2

This variable is set to the data specified for the "input2" option.

result3

This variable is set to the data specified for the "input3" option.

result4

This variable is set to the data specified for the "input4" option.

result5

This variable is set to the data specified for the "input5" option.

Notes