← All reads
Automation·Jan 11, 2025

What a workflow is and how to design your own

A process is the what; a workflow is the how. Understanding the difference is the first step to stop doing repetitive tasks by hand and start automating them.

What a workflow is and how to design your own
Imagen: Unsplash

Imagine that every time a new customer shows up you do the same thing: jot down their name, send a welcome message, add them to your list, and offer them an appointment. That sequence, those steps in order, is a workflow. You do it every day, probably without thinking. And if you do it by hand each time, you're spending time you could save.

The good news is that understanding how workflows function doesn't require being technical. It's mostly about ordering what you already do, then deciding which parts a machine can do for you.

Process and workflow: the what and the how

There's a simple distinction that clears everything up. A process is the what you need to accomplish; a workflow is the how you accomplish it, step by step. "Serve a new customer" is the process. "I note their details, send a welcome, book an appointment, send a reminder" is the workflow.

Seeing it this way helps because it forces you to write the steps down. And once the steps are written, the ones that always repeat the same way, the ones that eat your time, and the ones you could hand off to a system suddenly jump out at you.

It also clears up a common confusion. Many people think automating means buying an expensive, complicated program. It doesn't. Automating is, first, having the workflow crystal clear, and then asking a system to run the steps you already defined. Without a clear workflow, no program saves you; with a clear workflow, even a simple tool works wonders.

The heart of every automation: when this happens, do that

Every workflow automation boils down to one phrase: "when this happens, do that." The first part is called a trigger (the event that kicks everything off) and the second an action (what gets done as a result).

  • When a new customer writes (trigger), send them a welcome message (action).
  • When an appointment is booked (trigger), send a reminder the day before (action).
  • When an appointment ends (trigger), ask for a review (action).
  • When someone stops replying (trigger), send a follow-up three days later (action).

You can chain triggers and actions to build long workflows, but the principle never changes. Starting simple, with one trigger and one action, is the best way to not get lost.

Don't automate chaos. First straighten the workflow by hand until it works; only then is it worth having a machine repeat it for you.

How to design your own workflow

Automation guides agree on a handful of simple steps anyone can follow. Here they are, adapted to a service or sales business with appointments:

  • Document what you already do, step by step, exactly as it is today. No sugarcoating.
  • Mark the repetitive parts, the ones you do the same every time and that eat your time.
  • Pick a single workflow to start with (the most annoying or the most frequent).
  • Define the trigger and the action clearly: when it starts and what should happen.
  • Test it small before unleashing it on every customer.
  • Adjust. No workflow comes out perfect the first time; it gets refined with use.

Good automation candidates share three traits: they happen a lot, they're always done the same way, and they're time-sensitive (a reminder only helps if it arrives on time). If a task hits all three, it's gold to automate. By contrast, a decision that changes case by case, that needs judgment or human sensitivity, almost never belongs fully on autopilot.

A good exercise is to ask yourself, for each task in your day: "do I always do this the same way, or does it change each time?". What always goes the same is a candidate; what changes, keep in your hands. That single question separates the automatable from the rest, with no technical knowledge needed.

What you gain when you do it right

The payoff isn't abstract. Various analyses estimate that workflow automation can cut repetitive tasks by 60% to 95%, and shave up to 77% of the time spent on routine activities. For an owner who does everything, that's hours a week coming back to you.

But the subtler benefit is consistency. An automated workflow never forgets to send the reminder, never misses the welcome message, is never too busy. It does the same thing flawlessly on attempt number one and number one thousand. For a business's reputation, that's worth as much as the time saved.

From workflow on paper to workflow that runs itself

Designing the workflow on paper is half the work. The other half is having something execute it without you present. In customer service over WhatsApp, an agent like Lidia can be what triggers and completes those actions: it catches the new message, replies, books, and reminds, following the workflow you designed. You provide the logic; the system provides the tireless repetition.

Takeaway

A workflow is simply the how of the things your business repeats. Write it down, find the parts that always go the same way, and turn them into "when this happens, do that." Start with a single workflow, test it small, and refine it. Every repetitive task you hand off is time and energy you reclaim for what really needs your head.

Sources

  • Zapier — https://zapier.com/blog/workflow-automation/
  • IBM — https://www.ibm.com/think/topics/workflow-automation
  • Workato — https://www.workato.com/the-connector/workflow-automation-guide/
  • Spidya — https://spidya.com/en/blog/smart-business-processes/what-is-workflow-how-to-design-and-automate-processes
  • Boomi — https://boomi.com/blog/workflow-automation-vs-process-automation/
Share