in Education by
I'm wondering if size of AAE file has an impact on efficiency, speed of BOT. I mean when I wrote first version of my BOT it had like 6.7 MB but after adding some additional error handling and additional if statements. it grew up to 11.5 MB. It did not change the speed of BOT but I'm wondering what is the maximal BOT size which wont affect it's speed. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
No, the size of the atmx files will not have any impact on the efficiency of your bots. The file could be as big as you like although I advise against doing that as a best practice is to have large chunks of work broken down into small subtasks and run those subtasks using ‘Run task’. Want to learn RPA from scratch! Have a look at this video on RPA provided by Intellipaat: The things that will impact the performance of the bot is the logic it is following. For example, if you have run your bot in a loop where it gets stuck or has to wait for results will slow your process down other than that you’re good to go.

Related questions

0 votes
    I am trying to return multiple variable as an output from js Script in AutoamtionAnywhere. For example I have js script ... ()]; var month_number = d.getMonth(); if(month_number...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am trying to return multiple variable as an output from js Script in AutoamtionAnywhere. For example I have js script ... ()]; var month_number = d.getMonth(); if(month_number...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    I'm learning AAE for like a week and I have problem with for loop in excel file. I have prepared table with ... and how to fix it? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I'm learning AAE for like a week and I have problem with for loop in excel file. I have prepared table with ... and how to fix it? Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    I am working on Automation Anywhere RPA platform to automate below process - 1. Login to a website using Username ... and Password). Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I have seen Microsoft Cognitive services such as text analytics and some other services. Here I have gone through ... much about it? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am writing a task in Automation Anywhere and would like it to break if a certain variable is set to "false" ... the code is executed? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am using AA for almost 6 months and I found that by default I am not able to see any lines/dotted lines/ ... to be set in properties? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I need help with Automation Anywhere I have the following Drop-Down List and need to select an option. < option ... "0002" Thank you. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I want to get a value from a particular location from list variable. Right now what I see is it only ... from a specified location? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    How can I change the user input date format in Automation Anywhere without changing the system variable format? Example: ... 05/28/2018 Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Hello I tried to use MWC function in AAE to pick the correct position form drop-down menu but I am receiving ... supposed to look like. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am writing a task in Automation Anywhere and would like it to break if a certain variable is set to "false" ... the code is executed? Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    I am using AA for almost 6 months and I found that by default I am not able to see any lines/dotted lines/ ... to be set in properties? Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    I need help with Automation Anywhere I have the following Drop-Down List and need to select an option. < option ... "0002" Thank you. Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
...