Wait package updates
- 最終更新日2025/09/11
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 (サンドボックス) リリース (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 |
- 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プラットフォームの自動化を開発および実行できます。 この package は macOS をサポートするように強化されており、一貫した開発とポータビリティの体験を保証します。 |
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 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 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 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. |