100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
Programming

Attended vs Unattended Flows

Understand the technical, licensing, and governance differences between attended desktop flows that run alongside a user and unattended flows that run autonomously on dedicated machines.

RPA & AIIntermediate9 min readJul 10, 2026
Analogies

Attended vs Unattended: The Core Distinction

An attended desktop flow runs inside a user's own interactive Windows session, typically launched manually from the Power Automate Desktop console, a Power Apps button, or a keyboard shortcut, and it's designed to assist a human who's present at the keyboard, often pausing for input or handing control back partway through. An unattended desktop flow, by contrast, runs on a machine with nobody logged in interactively, triggered from a cloud flow on a schedule or an external event (like a new item in a SharePoint list), executing entirely autonomously against a dedicated Windows machine or virtual machine registered specifically for that purpose. The technical mechanism differs meaningfully too: unattended execution needs a way to actually log into Windows and unlock the session programmatically without a human physically present, which is why unattended machines are registered into a 'machine group' in the Power Platform admin center with stored credentials, rather than simply having PAD installed on someone's laptop.

🏏

Cricket analogy: Like a batting coach standing beside a player during a live net session, adjusting technique in real time, an attended flow runs alongside a present user who can interact with it mid-run.

Machine Groups, Gateways, and Scheduling

Unattended machines must be registered in a machine group inside the Power Platform admin center, and each machine's runtime needs the PAD service to be running under either a dedicated service account with stored, encrypted credentials, or via Azure Virtual Desktop/hosted machine integration for cloud-provisioned unattended capacity; this is what actually lets the RPA process log into a locked Windows session without a human typing a password. Because machine groups pool multiple registered machines, a cloud flow calling an unattended desktop flow can queue runs against whichever machine in the group is free, and Power Automate handles the queuing, letting you scale unattended throughput horizontally by simply adding more machines to the group rather than redesigning the flow. Scheduling for unattended runs is typically driven from the cloud flow side, using a Recurrence trigger or an event trigger like 'When an item is created', rather than from within PAD itself, keeping the orchestration logic (when and how often to run) separate from the automation logic (what the desktop flow actually does).

🏏

Cricket analogy: Like a franchise's pool of net bowlers where the next available bowler is assigned to whichever batter needs practice, a machine group queues an unattended run to whichever registered machine is free.

Licensing and Governance

Attended RPA is available through the standard per-user Power Automate premium license, since it runs in a licensed user's own session and the user is the one triggering and interacting with it, whereas unattended RPA requires an additional, separately purchased unattended RPA add-on per bot/machine, reflecting that it consumes dedicated compute capacity around the clock rather than borrowing a human's already-licensed session. Governance for unattended flows also carries more weight because a failure or a compromised credential can run at 2 a.m. with nobody watching, so admins typically apply tighter controls: dedicated service accounts with least-privilege access scoped only to what the automation needs, DLP (data loss prevention) policies restricting which connectors an unattended environment can combine, and monitoring/alerting wired to notify a team channel on failed unattended runs rather than relying on a user noticing something went wrong. Environments intended for unattended production automation are also commonly separated from personal or default environments specifically so admins can apply these stricter policies without also restricting every user's ad hoc attended automation.

🏏

Cricket analogy: Like a franchise needing a separate contract for a bowling machine used in unattended practice sessions versus a coach who's already on staff and simply uses the nets during work hours, unattended RPA needs its own dedicated license.

text
// Cloud flow orchestrating an unattended desktop flow run

Trigger: Recurrence  Interval: 1, Frequency: Day, Time: 02:00 UTC
Action: Run a flow built with Power Automate for desktop
         Desktop flow: 'Nightly Invoice Reconciliation'
         Connection: Machine Group = 'Finance-Unattended-Pool'
         Run mode: Unattended
Condition: outputs('Run_a_flow_built_with_Power_Automate_for_desktop')?['status'] eq 'Failed'
  If yes -> Post message in Teams channel 'RPA-Alerts'
  If no  -> Log success to Dataverse table 'AutomationRuns'

A single unattended machine can only run one desktop flow at a time by default, so throughput scales by registering more machines into the machine group, either physical/virtual machines on-premises behind a gateway or cloud-hosted machines provisioned through the Power Platform, not by trying to run multiple unattended flows concurrently on one box.

Because unattended flows execute with nobody watching, storing the service account credential insecurely, or granting it broader permissions than the automation actually needs, turns a single compromised or misconfigured unattended bot into a much larger blast radius than a mistake in an attended flow a user would likely notice mid-run; always apply least-privilege scoping and route failure alerts to a monitored channel.

  • Attended flows run inside a present user's own interactive session; unattended flows run autonomously with nobody logged in.
  • Unattended execution requires machines registered into a machine group with a service account able to unlock the session programmatically.
  • Machine groups pool multiple machines so unattended throughput scales horizontally by adding machines, not by overloading one machine.
  • Scheduling for unattended runs is typically driven from the calling cloud flow (Recurrence/event trigger), not from within PAD itself.
  • Attended RPA uses the standard per-user premium license; unattended RPA requires a separate, dedicated add-on per bot/machine.
  • Unattended environments warrant stricter governance: least-privilege service accounts, DLP policies, and monitored failure alerting.
  • A compromised or over-permissioned unattended credential has a larger blast radius since nobody is watching the run in real time.

Practice what you learned

Was this page helpful?

Topics covered

#Programming#PowerAutomateStudyNotes#AttendedVsUnattendedFlows#Attended#Unattended#Flows#Core#StudyNotes#SkillVeris#ExamPrep

Frequently Asked Questions

21 categories · pick one to explore

Where can I get free study notes for programming and tech subjects?
SkillVeris offers completely free study notes covering programming and tech subjects, with no signup fees or paywalls. The notes are structured by course and topic, written for quick understanding, and enriched with the Learn Through Hobbies analogy method, so you can revise concepts through cricket, music, gaming, cooking and more.
Are SkillVeris study notes good for exam revision?
Yes, the study notes are designed for efficient revision: each topic answers its heading immediately, keeps explanations concise, and links to related glossary terms and cheat sheets. Students preparing for university exams or certification tests use them as quick revision notes because they distil concepts without the padding of full textbooks.
What subjects do the free study notes cover?
The study notes span the platform's main domains, including AI and machine learning, Python and programming, web development, DevOps, cloud, security and databases. Coverage mirrors the 37 live courses, so notes exist for the topics you are actually studying, and new note sets are added as courses launch.
How are SkillVeris study notes different from regular textbooks?
The notes are answer-first, concise and free, whereas textbooks are long and often expensive. Each section explains one concept directly, then reinforces it through selectable hobby analogies like cricket or cooking. Notes also cross-link to the glossary, blog and cheat sheets, letting you jump to related material instantly instead of flipping pages.
Can I use the developer study material without creating an account?
The study notes are free to access, and SkillVeris does not charge anything for its developer study material at any point. Browsing notes is straightforward from the Study Notes section, and if you want progress tracking, certificates and AI Mentor conversations tied to your learning, a free account unlocks those extras.
Do the study notes explain concepts with analogies?
Yes, this is a signature SkillVeris feature. Study notes use the Learn Through Hobbies method, explaining technical concepts through analogies from twelve domains including cricket, music, gaming, photography, travel, movies, fitness, chess, cooking, finance, business and sports. You can switch the analogy domain instantly to whichever hobby makes the concept click.
Are the revision notes suitable for last-minute exam preparation?
Yes, revision notes on SkillVeris work well for last-minute preparation because every section states the answer in its first sentences, so skimming is genuinely effective. Pair them with the relevant cheat sheet for formulas and syntax, and use the glossary for any unfamiliar term you meet while cramming.
Is there free study material for AI and machine learning?
Yes, SkillVeris provides free study notes across its AI and ML catalogue, covering Python for AI, deep learning frameworks like PyTorch and TensorFlow, Hugging Face Transformers, Large Language Models, RAG, AI agents and MLOps. All of it is free, making it a strong resource for Indian students and global learners alike.
Can beginners understand the study notes, or are they for experts?
Beginners can absolutely use them. The notes are written in plain language, define terms as they appear, and lean on hobby analogies to make abstract ideas concrete. Difficulty scales with the underlying course level, so beginner-course notes stay gentle while advanced-course notes go deeper, and the glossary supports you throughout.
How do study notes connect with SkillVeris courses?
Study notes are organised by course and topic, so they map directly to the structured courses and their 24–40-lesson curriculum. Many learners study a lesson first, then use the matching notes for revision before module assessments and the final exam, where 80 percent is required to pass and earn the certificate.
Are there study notes for Python specifically?
Yes, Python is well covered through notes tied to the Python-focused courses, including Python for AI and ML. Topics span fundamentals through applied machine learning usage. You can reinforce the notes with Python practice in Code Lab, which runs code in your browser with no installation required.
Do the study notes include code examples?
Yes, study notes include code examples wherever a concept is best shown in code, alongside explanations, key points and analogies. Reading a snippet in the notes and then reproducing it yourself in Code Lab is an effective loop, since Code Lab lets you run code in the browser across six languages.
How often is new study material added to SkillVeris?
Study material grows alongside the course catalogue. Whenever new courses join the platform's 37 live courses, matching study notes, glossary entries and cheat sheets are added so the resources stay in sync. Existing notes are also refined over time, so it is worth revisiting topics you studied earlier.
Can I use SkillVeris notes to prepare for technical interviews?
Yes, the notes make excellent interview revision because they compress each concept into direct, answer-first explanations, which mirrors how you should answer interview questions. Combine them with the SkillVeris interview questions feature, which includes readiness scoring, to test whether your revision has actually made you interview-ready.
Are the study notes mobile-friendly for studying on the go?
Yes, the study notes are built to load fast and read comfortably on mobile devices, so you can revise during a commute or between classes. Sections are short and answer-first, which suits small screens, and analogy switching works on mobile too, letting you study anywhere without carrying books.
What is the difference between study notes and cheat sheets?
Study notes explain concepts in depth with context, examples and analogies, making them ideal for learning and revision. Cheat sheets are compact quick-reference summaries of syntax, commands and key facts, ideal once you already understand a topic. Most learners study the notes first, then keep the cheat sheet handy while coding.
Do study notes help if I am stuck on a course lesson?
Yes, reading the matching study notes often clarifies a lesson because the same concept is explained from a different angle, frequently with a different analogy. If you are still stuck, ask the AI Mentor, which answers 24/7 at Quick, Detailed or Deep-dive depth until the idea genuinely makes sense.
Is there free study material for DevOps and cloud topics?
Yes, SkillVeris carries free study notes for DevOps and cloud topics as part of its coverage across 37 live courses. The material suits learners following the DevOps Engineer or Cloud Engineer paths, and it links to related glossary terms and cheat sheets so you can revise the whole toolchain in one place.
Can school or college students in India use these notes for projects?
Yes, students across India and worldwide use SkillVeris notes for coursework, projects and exam preparation, and everything is free, which matters for student budgets. The notes explain concepts clearly enough to cite in project reports, and Code Lab lets you prototype the project code directly in your browser.
How should I combine study notes with other SkillVeris resources?
A proven loop: learn from a course lesson, revise with the matching study notes, look up unfamiliar terms in the glossary, keep the cheat sheet open while practising in Code Lab, and quiz yourself with interview questions. The AI Mentor fills any remaining gaps 24/7, at whatever depth you need.

What Learners Say

Real journeys from the SkillVeris community — swipe for more.

SkillVeris taught me Python through Cricket. Now I’m building real projects and feeling confident!
Arjun S. · B.Tech Student
The best platform for hobby-based learning. Concepts finally stick.
Priya R. · Data Analyst
I went from zero coding to a portfolio of projects — all by learning through my love for gaming. Landed my first internship!
Kabir M. · CS Undergraduate
Trending Topics50 popular tags — tap to explore
Trending CoursesAll 37 free courses — tap to browse