Use the Wait For Time component

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Set a wait time by using the Wait For Time component in RPA Desktop Design Studio.

    Watch this video to learn how to use the Wait For Time component.

    始める前に

    Role required: none

    このタスクについて

    You can use the Wait For Time component anywhere in an automation. Depending on the wait time that you have configured, the automation waits after the component previous to the Wait For Time component is executed.

    To configure the properties for the Wait For Time component, see Properties of the Wait components.

    手順

    1. In the Toolbox pane, navigate to General.
    2. Drag the Wait For Time component to the Design surface.
    3. To set the wait time, see Configure port properties.
    4. オプション: Connect the data and control ports of the Wait For Time component to the corresponding ports of the other components as described in the following table.
      Port Type Port name Data type Purpose Mandatory? Notes
      Data In Wait Time (Seconds) Integer Takes the wait time. Yes
    5. オプション: To test the component, right-click the component bar and then click Run From Here.

    Set a wait time in an automation

    Set a wait time in the automation.

    In the example, the WHILE component executes while the value of "i" is true. The Wait For Time component is placed between the While component and the Post Process component. The Wait For Time component puts a waiting time of 30 seconds before the Post Process component executes.