Wait

Operation Name

Wait

Function Overview

Wait for the specified time.

Properties

For details on use of variables, refer to “Variables”.
Basic settings
Item name Required/Optional Use of variables Description Remarks
Name Required Not available Enter the name to show on the script canvas.  
Required settings
Item name Required/Optional Use of variables Description Remarks
h Optional Available Enter the hours to wait.
  • Allowed values are 0-500.
  • Default value is 0.
m Optional Available Enter the minutes to wait.
  • Allowed values are 0-59.
  • Default value is 0.
s Optional Available Enter the seconds to wait.
  • Allowed values are 0-59.
  • Default value is 0.
ms Optional Available Enter the milliseconds to wait.
  • Allowed values are 0-999.
  • Default value is 0.
Comment
Item name Required/Optional Use of variables Description Remarks
Comment Optional Not available You can write a short description of this adapter.
The description will be reflected in the specifications.
 

PSP Usage

PSP is not supported.

Available Component Variables

Component variable name Description Remarks
message_category When an error occurs, the corresponding message code's category is stored.
  • Default value is null.
message_code When an error occurs, the corresponding message code is stored.
  • Default value is null.
message_level When an error occurs, the corresponding message code's severity is stored.
  • Default value is null.
error_type When an error occurs, the error type is stored.
  • Default value is null.
  • The error type will be in the following format.
    Example: “java.io.FileNotFoundException”
  • The contents that will be stored may vary depending on DataSpider Servista versions.
error_message When an error occurs, the error message is stored.
  • Default value is null.
  • The contents that will be stored may vary depending on DataSpider Servista versions.
error_trace When an error occurs, the error message is stored.
  • Default value is null.
  • The contents that will be stored may vary depending on DataSpider Servista versions and client applications.

Specification Limits

Major Exceptions

Exception name Cause Solution
java.lang.NumberFormatException Non-numeric value is entered in [h], [m], [s], or [ms]. Enter a numeric value in [h], [m], [s], and [ms].