← Journal
Knowledge Base2 August 20265 min read
Automation and Workflow Terms: A Glossary
45 automation and workflow terms, explained in plain English - part of the Five Stones knowledge base.
Part of the Five Stones knowledge base - 45 terms on automation and workflow, in plain English.
Part of the Five Stones knowledge base - 45 terms on automation and workflow, in plain English.
Part of the Five Stones knowledge base - 45 terms on automation and workflow, in plain English.
- Automation - Using software to carry out a task that would otherwise need a person to do it manually, every time it happens.
- Business Process Automation (BPA) - Automating an entire multi-step workflow across a business, such as onboarding a new client from enquiry to first invoice, rather than one single task.
- Robotic Process Automation (RPA) - Software "robots" that copy repetitive, rule-based computer actions a human currently does, like copying data between two systems.
- Intelligent Process Automation (IPA) - Automation that combines RPA with AI, so it can also make judgement calls (like reading a messy form) rather than only following fixed rules.
- Workflow - The defined sequence of steps a task goes through from start to finish, e.g. enquiry → quote → booking → invoice.
- Workflow automation - Setting up software so a workflow's steps happen automatically, with people only stepping in where a decision is genuinely needed.
- Workflow orchestration - Coordinating several different automated steps and systems together so they run in the correct order without manual handoffs.
- No-code - Building an automation, app or workflow using visual tools, without needing to write programming code.
- Low-code - Building software mostly with visual tools, with a small amount of custom code added where needed.
- Trigger - The event that starts an automation, such as "a new enquiry form is submitted" or "an invoice becomes seven days overdue."
- Action (in automation) - What an automation does once triggered, such as sending a message, updating a record, or creating a task.
- Zapier / Make / n8n-style tool - A category of "connector" platforms that link different apps together and automate actions between them without custom code.
- Webhook - A way for one system to automatically notify another the instant something happens, used to trigger automations in real time.
- Rule-based system - Automation that follows fixed "if this, then that" logic, as opposed to AI that can handle situations it was not explicitly told about.
- Decision tree - A structured set of yes/no branches used to automate a decision, such as routing a customer enquiry to the right department.
- Straight-through processing (STP) - A transaction or task that completes entirely without any manual step, start to finish.
- Exception handling - What an automated system does when it hits a case it cannot resolve on its own, usually by flagging it to a human.
- Escalation - Automatically passing a task or enquiry up to a human or a more senior system when it is too complex or sensitive to resolve automatically.
- Task queue - A list of pending actions waiting to be processed automatically or picked up by a person, usually in order of priority or arrival.
- Scheduling automation - Software that books, reschedules or reminds about appointments automatically, without a person manually managing a calendar.
- Auto-reply - A pre-set or AI-generated message sent automatically in response to an incoming enquiry, often used outside business hours.
- Document automation - Automatically generating standard documents (quotes, contracts, invoices) by pulling data into a template instead of typing them by hand each time.
- OCR (Optical Character Recognition) - Technology that reads text from a photo or scanned document (like a job card or receipt) and turns it into usable digital text.
- Invoice automation - Automatically capturing, checking and processing supplier or customer invoices instead of entering them by hand.
- Auto-tagging - Automatically labelling or categorising incoming data (emails, tickets, transactions) based on its content.
- Process mapping - Documenting the actual current steps of a business process before automating it, so nothing important gets automated incorrectly.
- Bottleneck - The specific step in a process that slows everything else down, usually the first place worth automating.
- Manual workaround - An informal, undocumented fix a team uses to cover a gap in a system, often the first sign a process needs automating properly.
- System of record - The one system officially treated as the accurate, master copy of a piece of information, when the same data exists in several places.
- Middleware - Software that sits between two systems and helps them communicate, often used to connect older software to newer AI tools.
- Legacy system - Older software still in daily use that is difficult or costly to replace, often the reason "simple" automation projects take longer than expected.
- Digital workflow - A process run entirely through software and digital records, with no paper forms or manual re-entry.
- Automation ROI - The financial return an automation delivers, usually measured as time or cost saved against what it cost to build and run.
- Process re-engineering - Redesigning how a task is done, not just automating the existing (often inefficient) steps as they are.
- Standard Operating Procedure (SOP) - A written, step-by-step description of how a task should be done, often the starting document for building an automation.
- Change management - The deliberate process of helping staff adapt to a new system or automated workflow, as important to success as the tool itself.
- Pilot programme - A small, limited rollout of a new automation or AI tool used to test it before deploying it business-wide.
- Scalability - How well a system or process keeps working as a business grows, without needing to be rebuilt from scratch.
- Uptime - The percentage of time a system is running and available, as opposed to being down or unavailable.
- Integration platform - Software specifically built to connect many different business tools together, so data and actions flow between them automatically.
- Approval workflow - An automated process that routes a decision (like a discount or a large refund) to the right person for sign-off before it takes effect.
- Self-healing automation - An automated system built to detect and correct its own common failures without needing a person to intervene each time.
- Automation-first mindset - Designing a new process to be automated from the start, rather than automating an old manual process exactly as it already is.
- Process bottleneck audit - A deliberate review of a business's workflows to find the single step causing the most delay or cost, before automating anything.
- Task automation vs process automation - The distinction between automating one isolated action (task automation) and automating an entire connected sequence of steps (process automation).
Looking for a different topic? Browse the full knowledge base, or tell us what's missing.
- automation
- workflow
- rpa
- no-code
- knowledge base
