Skip to main content

AUTOMATION ANYWHERE

Automation Anywhere


  • It is a tool which was build on RPA platform
  • It is user friendly and easy to learn
Architecture

Types of BOTS
  1. Task Bot
  2. Meta Bot
  3. IQ Bot
Task Bot
  • Task Bot or Task editor is mainly used to automate the process
  • Usage of this bot is almost 99 percentage in current market
  • Extension used for this bot is .atmx
  • It can't be developed in offline
  • Bot can be scheduled and monitored
Meta Bot
  • Usage of this is very less currently
  • Extension used for this bot is .mbot
  • Store and update feature available
  • It can be develop in offline
  • It can't be scheduled but can be called from Task bot
IQ Bot
  • This bot is still in POC stage
  • Extension used is .vbot
  • Mainly used in Analytics and AI
  • Unstructured data can be converted to structured data

Comments

Post a Comment

Popular posts from this blog

prompt Assignment

Prompt Assignment: By using this command we can pass the values at run time while running the task,and assign to variables. scope of the value will be with in the task and it wont be stored physically in assigned variable. subcommand  prompt for file 1.select window 2.caption prompt area\ prompt for folder prompt for value prompt for yes/no

VARIABLES

Local Variable Variables are used to store information to be referenced and manipulated in a program. They also provide a way of labeling data with a descriptive name, so our programs can be understood more clearly by the reader and ourselves. It is helpful to think of variables as containers that hold information. Their sole purpose is to label and store data in memory, this data can then be used throughout your program. Types of Variables Value List Array Random Naming convention should be followed while naming a variable Ex: v Ran Account , every variable name should start with lower case v , followed by type of variable Ran [Random] and followed by name Account In every task bot/task editor,by default we could able to see two variables. my-list-variable [List Type] Prompt-Assignments [Value Type] These above two variable are allowed to edit or remove from the task editor Local variables list. Random It will provide the data randomly without any manua