View Single Post
  #4 (permalink)  
Old 12-10-2007, 11:15 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 522
Default

Hello,

Unfortunately, Workspace Marco Pro does not provide you with 'If' commands to perform actions only if certain conditions are satisfied. However, our advanced automation product Automation Anywhere 4.0 provides you with various 'If' options to validate variety of conditions. Most of the conditional commands also offer a powerful & intelligent feature where you can specify how long to wait for this condition to be true.

In your case, you can put your stitching process actions in one task say stitching.atmn and using "If Task successful" or "If Task not successful" command, you can validate if stitching process is completed.

With this command, you can integrate other Automation Anywhere task. This command will run the Automation Anywhere task and depending on return code decide if it was successful or not. For example, if stitching task is successful that means stitching process is completed and then you can take other actions according to your requirement.

Hope that helps.
Reply With Quote