Description
This operation component repeats processing within an Automated Operation Process.
This component checks whether the specified time has elapsed since the first time it was executed. If the specified time has not yet elapsed, the component waits for a certain period of time.
Options
Basic Options
This is the repeated duration time (in seconds).
An argument error occurs if the repeated duration time is omitted.
Values between 30 and 86400 (1 day) can be specified.
Example) To repeat for one hour: 3600
An argument error will occur if any value outside the above range is specified.
This is the repeated processing wait time (in seconds).
Waits for the specified time to elapse.
An argument error occurs if the repeated processing wait time is omitted.
Values between 0 and 600 (10 minutes) can be specified.
An argument error will occur if any value outside the above range is specified.
If waiting for the sleep time to elapse will result in the duration time being exceeded, the sleep status will be canceled at the point when the duration time is reached.
Advanced Options
None
Return Values
Icon | Name | Return value | Description |
---|---|---|---|
Inside time limit | 0 | The end of the repetition time period has not yet been reached. | |
Outside time limit | 1 | The end of the repetition time period has passed. | |
- | - | 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. | ||
207 | The operation component has not been executed. The operation component may not have been registered on the Management Server. | ||
208 | The Automated Operation Process has been canceled because the Automated Operation Process was recovered while the operation component was executing. | ||
Failure | Values from 159-240 other than those listed above | This is the return value used by Systemwalker Runbook Automation. |
Output information
Variable | Description |
---|---|
message | If processing is still continuing during the duration period, this variable will be set to the following message. The iteration continues. If the duration period for repetition processing has passed, this variable will be set to the following message. The duration is over. If the operation fails, the content of the error will be set as a string. |
first_start_time | This variable is set to the starting time (in "yyyyMMddHHmmss" format) for ongoing processing. This is the time when the processing first takes place. |
returnCode | This variable is set to the return value. |
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.