Automation Anywhere Tutorial: RPA & Types of Bots
⚡ 스마트 요약
Automation Anywhere delivers robotic process automation through a Control Room, bot developers, and bot runners. This page explains architecture, bot types, features, and industry use cases, plus how the modern Automation 360 platform differs from the older Enterprise 11 release.

자동화란 무엇입니까?
자동화 is a technique of performing tasks and processes with minimal human assistance. It is a method of making a device, a process, or a system operate on its own without constant human intervention. Automation is used across industries to operate equipment such as machinery, factory processes, boilers, networks, ships, aircraft, and vehicles.
Automation is normally grouped into four categories, ordered from the narrowest scope to the broadest:
- 매크로 레코더 – replay a fixed sequence of keystrokes and mouse clicks.
- 애플리케이션 수준 매크로 레코더 – run inside one application, such as a spreadsheet or an ERP client, and understand that application’s objects.
- 비즈니스 프로세스 자동화 – re-engineers a workflow at the system level, usually through APIs, queues, and rules engines.
- 로봇 공정 자동화 – drives the user interface of existing applications the way a person would, with no change to the underlying systems.
RPA 란 무엇입니까?
로봇 공정 자동화(RPA) is software that mimics the actions of a human user. It performs actions on a PC to automate business processes that are highly repetitive and rule-based.
Because RPA works at the presentation layer, it can join together legacy mainframes, desktop applications, and web portals that have no shared API. That is why RPA is often described as the fastest way to automate a process without touching the systems underneath. If you are comparing platforms before committing, the roundup of 로봇 프로세스 자동화 도구 puts the main vendors side by side.
Automation Anywhere?
Automation Anywhere is one of the leading RPA vendors, offering powerful and user-friendly capabilities for automating complex tasks. It is frequently listed among the technologies that reshaped how enterprises operate. The platform combines conventional RPA with intelligent elements such as natural language understanding and the ability to read unstructured data.
Automation Anywhere allows organisations to automate processes that are currently performed by people. It is a web-based management system that uses a Control Room to schedule and run automated tasks, and it can automate end-to-end business operations for a company.
⚠️ 경고: The screenshots and client names in the sections below describe Automation Anywhere 엔터프라이즈 11나이든 사람 Windows client-and-server generation. The current generation is 자동화 360 (originally released as A2019), which is cloud-native and browser-based. The concepts still map across, but the menus, installers, and some component names have changed. See the version comparison below before you install anything.
Automation Anywhere Enterprise 11 vs Automation 360
Automation Anywhere shipped Enterprise 11 as a Windows desktop product: developers installed a thick client called the Bot Creator, and the Control Room ran on a company server. Automation Anywhere later announced end of maintenance for Enterprise 11 in March 2022 and end of life in March 2023, so new projects are built on Automation 360 instead.
Automation 360 moves the whole development experience into the browser. A small program called the Bot Agent is installed on each Windows device and connects that device to the Control Room; there is no separate desktop editor to license and patch. Several component names changed at the same time.
| 지역 | Enterprise 11 (legacy) | Automation 360 (current) |
|---|---|---|
| Development client | 설치 Windows 봇 Creator 클라이언트 | Browser-based Control Room editor |
| 장치 연결 | Full client installed per machine | Lightweight Bot Agent per machine |
| Reusable UI assets | MetaBot Designer | Packages plus the AISense recorder |
| 문서 처리 | IQ 봇 | 문서 자동화 |
| Prebuilt asset marketplace | Bot Store | Agentic App Store |
| 고리 안에 갇힌 사람 | 제한된 | Automation Co-Pilot |
특징 Automation Anywhere
- Intelligent automation for both business and IT tasks.
- Recorders capture keyboard strokes and mouse clicks so a working task can be produced in minutes.
- Scriptless authoring, which means no programming knowledge is required for common actions.
- Automation of long, multi-application tasks that would otherwise take an analyst hours.
- Distribution of a single workload across multiple computers for parallel execution.
- Auto-login, which runs scheduled tasks even when the machine is locked.
- A Credential Vault that stores passwords centrally, so secrets never sit inside bot code.
- Analytics through Bot Insight, covering both bot performance and the business data the bot processes.
Automation Anywhere?
Teams choose Automation Anywhere for a mix of speed, reach, and governance rather than for any single feature.
- No programming knowledge is required for standard work; you record your actions or point and click through action wizards.
- It removes the human error that creeps into repetitive keying and copying.
- It increases transaction speed, which saves both time and operating cost.
- Time to value is short and the approach is non-intrusive, because nothing inside the source systems has to change.
- It automates data transfers and imports or exports data between files and applications, a point covered more broadly in the RPA 튜토리얼.
- The same automation scales from a single desktop to a data centre without being rewritten.
The trade-off worth naming is that user-interface automation is brittle by nature. When a screen layout changes, the bot can fail, which is why change management and object calibration matter as much as the initial build.
Automation Anywhere Archi강의
Automation Anywhere architecture has three primary components:
- 제어실
- 봇 Creator
- 봇 러너
The diagram below shows how these three pieces fit together: developers publish bots upward into the Control Room, and the Control Room pushes them down to the runner machines that do the work.
제어실
The Control Room is the web-based platform that controls Automation Anywhere. In other words, it is the server that governs the bots.
The Control Room also handles:
- 사용자 관리 – accounts, roles, and permissions.
- 소스 컨트롤 – the code for every bot is stored centrally, so it is easy to share across systems and to roll back a bad change.
- 대시보드 – complete analytics on bot activity. You can see how many bots ran and how many runs passed or failed.
- 라이선스 관리 – the licences you purchase are configured and allocated here.
There are two main licence types in Automation Anywhere:
- Dev licence – lets you create a bot, edit a bot, and run a bot.
- Run licence – lets you run a bot only; you cannot make changes to it.
봇 Creator
Developers use a Bot Creator environment to build bots. Their dev licences are validated against the ones configured in the Control Room. Once authenticated, the code of the bots they create is stored in the Control Room. Different developers may build individual tasks or bots, and those bots can then be combined and executed together.
봇 러너
The Bot Runner is the machine where a bot actually executes. You can have multiple bots running in parallel on separate runners. Only a Run licence is needed. The bots report their execution logs and pass or fail status back to the Control Room.
기타 중요한 구성 요소
봇 인사이트 – shows statistics and graphs that let you analyse the performance of every bot in the system. It also estimates the time saved by each automated process.
봇팜 – integrated with Automation Anywhere Enterprise, it allows you to provision many bots at once and make them available on a rental basis.
Agentic App Store – the vendor marketplace, originally launched as Bot Store, where you can download prebuilt bots and packages for common business automations instead of building from scratch.
💡 팁: In Automation 360 the Bot Creator is no longer a separate installed program. You log in to the Control Room in a browser and build there, while the Bot Agent handles the connection to your Windows 바탕 화면.
유형 Automation Anywhere 봇
Enterprise 11 grouped its automations into three named bot types, illustrated in the figure below. Task Bots sit at the base, MetaBots supply reusable objects to them, and IQ Bot adds a cognitive layer on top.
태스크 봇
Task Bots automate rule-based, repetitive tasks in areas such as document administration, HR, claims management, and IT services. They are the basic building block of any Automation Anywhere project and deliver the most immediate gains in productivity, error reduction, and cost saving.
메타봇
MetaBots are the reusable automation building blocks of Enterprise 11. They are designed so that when an application changes, you only edit the MetaBot once and every process that calls it picks up the fix. MetaBots are not carried forward into Automation 360; the AISense recorder and reusable packages fill the same role there.
IQ 봇
IQ Bot is the cognitive component. It learns from the corrections a human makes and applies that learning to the next batch, which lets it pull fields out of semi-structured documents such as invoices and purchase orders. In Automation 360 this capability is delivered through Document Automation.
How to Build Your First Bot in Automation 360
The fastest way to try the platform is the free Community Edition, which gives an individual learner a hosted Control Room without a commercial contract. The broad sequence below applies to any Automation 360 tenant.
- Register for a Control Room. Sign up for the Community Edition on the vendor site and confirm your email. You receive a cloud Control Room URL of your own; there is no server to install.
- Install the Bot Agent. Log in, open the device registration prompt, and install the small Bot Agent package on your Windows machine. This is the piece that lets a cloud Control Room drive your local desktop, and it replaces the heavyweight client from Enterprise 11.
- 봇을 만드세요. From the Automation menu, create a new Task Bot and give it a meaningful name. The browser-based editor opens with an Actions palette on the left and a canvas in the middle.
- Record or drag actions. Use the Recorder to capture a short sequence, then switch to the Actions palette and refine it. Common starting actions are Open Application, Browser, and the Excel or CSV file packages.
- 변수를 추가합니다. Replace every hard-coded value with a variable. This single habit is what separates a demo bot from one that survives its first month in production.
- Move secrets into the Credential Vault. Never type a password into an action field. Store it as a credential and reference the locker instead.
- Handle errors. Wrap risky steps in the Error Handler action so an unexpected pop-up produces a logged message rather than a silent stop.
- Run and debug. Run the bot against your registered device, then use the step-through debugger and the audit log to see exactly which action failed and with what value.
- Deploy and schedule. Check the bot in, then use the Control Room to schedule it against a Bot Runner device or trigger it from an event.
Expect the first useful bot to take a day, not an hour. Most of that time goes into the unglamorous work in steps five through seven, and skipping it is the single most common reason pilots fail to reach production.
Automation Anywhere vs UiPath vs Blue Prism
Automation Anywhere is usually evaluated alongside two other established platforms. All three cover the same core ground, so the decision tends to turn on hosting model, developer profile, and how much intelligent document work you expect.
| 기준 | Automation Anywhere | UiPath | Blue Prism |
|---|---|---|---|
| 기본 인터페이스 | Browser-based Control Room | Windows Studio plus web Orchestrator | Windows 디자인 스튜디오 |
| Typical author | Business analyst and developer | Business analyst and developer | Trained RPA developer |
| 자동화 시스템 | Yes, via Automation Co-Pilot | Yes, via Assistant | Limited, oriented to unattended |
| Document intelligence | 문서 자동화 | 문서 이해 | Decipher and partner tools |
| Free learning edition | Community Edition | Community Edition | Trial and academic programme |
If you want the detail behind each column, work through the UiPath 지도 시간 그리고 Blue Prism 지도 시간 before shortlisting.
사용하는 응용 프로그램 Automation Anywhere
Automation Anywhere is deployed across most back-office functions. The table below lists the processes that appear most often in each industry.
| 업종 | 적용 Automation Anywhere |
|---|---|
| 재무 회계 | Invoice processing, reporting, and auditing. |
| HR | Automating tasks in PeopleSoft, sending email notifications, and populating employee records. |
| Opera분야/IT | Creating accounts, software set-up, batch processing, and system integration. |
| 세일즈 | Creating and printing invoices, and adding, modifying, or removing customer data in a CRM. |
| 마케팅 | 리드 생성 보고서 작성 및 사회적 정서 모니터링. |
| 제조 | Inventory management, Excel automation, and ERP integration. |
| 정부·공공 | Verification processes, populating subcontractor forms, and automating daily reports. |
| 의료 | Patient data migration, reporting for doctors, insurance data automation, claim processing, claim status checks, and patient record storage. |
| 소비재 | Order processing, data entry, claims processing, FTP automation, and incentive claim handling. |
| 환대 | Competitor price analysis, guest data processing, data verification, and payment processing. |
| 소매 | Gathering product details from manufacturer sites, updating online inventory, and importing website and email sales. |
To take this further, read the RPA 튜토리얼 for the wider discipline, compare vendors in the list of 최고의 RPA 도구, rehearse for hiring rounds with these Automation Anywhere 면접 질문 UiPath 면접 질문, and see how bot testing overlaps with 자동화 테스트 연습.


