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

Mit Automation 360 v.37 (Sandbox)-Veröffentlichung (macOS-bezogener Support)

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 zum Control Room hinzufügen.

4.15.0

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

Citizen Developer und professionelle Automatisierungsexperten können jetzt Automatisierungen auf macOS-Plattformen auf ihren Geräten entwickeln und ausführen. Dieses package wurde verbessert, um macOS zu unterstützen und so eine einheitliche Entwicklungs- und Portabilitätserfahrung zu gewährleisten.

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
Intuitive Symbole auf Paketebene

Wir haben auf der Paketebene intuitive Symbole hinzugefügt. Wenn Sie im Bereich „Aktionen“ durch die verschiedenen Pakete navigieren, werden diese Symbole auf Paketebene angezeigt und liefern kontextbezogene Informationen zu den Paketen.

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.