Wait package updates

Review the updates in released versions of the Wait package such as new and enhanced features as well as fixes and limitations. The page also lists the release dates of each version, and the compatible Control Room and Bot Agent versions.

Versions summary

The following table lists the versions of Wait package released either with an Automation 360 release or as a package-only release (in descending order of release dates). Click the version link for information about updates in that package version.

Version Release date Release type Bot Agent version Control Room build
4.15.0 4 June 2025

Automation 360 v.37 (Sandbox) 릴리스(macOS 관련 지원)

20.11 or later 8750 or later
baz1701856541877_00007.html#szy1682768322536__v.33_release 17 June 2024 With Automation 360 v.33 (Sandbox) release 20.11 or later 8750 or later
baz1701856541877_00007.html#szy1682768322536__wait-v.31 6 December 2023 With Automation 360 v.31 (Sandbox) release 20.11 or later 8750 or later
4.9.0 6 June 2023 With Automation 360 v.29 (Sandbox) release 20.11 or later 8750 or later
Note:
  • To download an individual package (updated in an Automation 360 release where you want only the package), use this URL:

    https://aai-artifacts.my.automationanywhere.digital/packages/<package-file-name>-<version.number>.jar

  • For Wait package, the naming convention is: bot-command-wait-<version.number>.jar

    For example, bot-command-wait-4.10.1.jar

For detailed steps on downloading a package and manually adding it to the Control Room, see packages에 Control Room 추가.

4.15.0

  • Compatible Bot Agent version: 20.11 or later
  • Compatible Control Room version: 8750 or later
What's new

시민 개발자와 전문 자동화 전문가들은 이제 자신의 기기에서 macOS 플랫폼에서 자동화를 개발하고 실행할 수 있습니다. 이 packagemacOS를 지원하도록 향상되어, 일관된 개발 및 이식성 경험을 보장합니다.

Wait package support with Interrupt handler

The Wait package is now compatible with the Interrupt handler package. While a bot is executing a Wait action (such as waiting for an element, window, or condition), the Interrupt handler monitors for specified interrupt conditions in parallel. If an interrupt condition is met during the wait, the Interrupt handler will immediately execute its defined actions within the Handle action, allowing the bot to respond promptly to unexpected events or changes in the automation environment.

4.11.0

  • Compatible Bot Agent version: 20.11 or later
  • Compatible Control Room version: 8750 or later
What's changed
Change in behavior of Wait for condition action
In the Wait > Wait for condition action, the option to add multiple conditions is currently disabled.
Note: For your existing automations that have these multiple conditions, the action will consider only the first condition and ignore the second one.

4.10.1

  • Compatible Bot Agent version: 20.11 or later
  • Compatible Control Room version: 8750 or later
What's changed
패키지 수준의 직관적인 아이콘

패키지 수준에서 직관적인 아이콘을 추가했습니다. 작업 창에서 여러 패키지를 탐색할 때 이러한 아이콘은 패키지 수준에서 표시되며 패키지에 대한 컨텍스트 정보를 제공합니다.

Limitations
You might encounter issues when using multiple conditions or Group conditions with the Wait > Wait for condition action, specifically with the first condition during bot runtime.

4.9.0

  • Compatible Bot Agent version: 20.11 or later
  • Compatible Control Room version: 8750 or later
What's changed
Introduced window time out in Wait for screen change action

When you use the Wait > Wait for screen change action in a bot and if the window that you selected is not responding, the bot now waits for a maximum of 30 seconds and times out with an error message: Window not responding. Previously, if the specific window was unresponsive, then the bot waited indefinitely for the window to respond.