View Single Post
  #2 (permalink)  
Old 09-20-2009, 12:03 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello,

Yes, the tasks contained by the main task will be included into the .exe file.

May we please know the version of Automation Anywhere you are using? You can check it from Help->About Automation Anywhere.

Can you please tell us, are you getting any error while running the exe? If yes, can you please send us screenshot of it so that we can actually see?
Also, if possible please upload your task so we can look into it and suggest viable solution.

We suggest using nested 'If Task Successful' command if you need to chain multiple tasks to ensure the next task will be executed only if previous task is executed successfully. This command will run the Automation Anywhere task and depending on return code decide if it was successful or not. Inside If block you can call last task you need to run using 'Run Task' command.

The text format of task would appear something like this,

If Task Successful (Task1.atmn) then
If Task Successful (Task2.atmn) then
Run Task (Task3.atmn)
End if
End if

Hope that helps.
Reply With Quote