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
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.
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.
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.
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.
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
Use the Web console to check the return value. Refer to "Confirming the Operation Component Execution Status/Execution Results" in the Systemwalker Runbook Automation Operation Guide for details.
If a return value between 202 and 208 has been output, the Automated Operation Process will enter an aborted state or an error state, and error messages will be output to the following locations:
Event logs for the Management Server (if the Management Server is running on Windows(R))
syslogs for the Management Server (if the Management Server is running on Linux)
Custom messages for BPMN
Check for messages in these locations and take the appropriate action. Refer to the Systemwalker Runbook Automation Message Guide for details.