![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I was running a very small test task that I expected to run for several hundred seconds; but, it immediately PAUSED - i could resume it, but then it would pause again. Can you take a look and advise me? |
| |||
|
Hello Phil, We looked into your task, the Variable Operation command at line #2 and #3 assigns non-numeric value to variable $X$ and $Y$ i.e. X-1 and Y-1 respectively, which is the reason task pauses while clicking at $X$$Y$ coordinates. Automation Anywhere identifies a variable with dollar sign. We have amended the task at line #2 as $Y$ = $Y$ - 1 and line #3 as $X$ = $X$ - 1 and now the task should work as expected. Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |