top of page

What Is a Workflow? (And What Isn't One)

  • Writer: Brandon Hatton
    Brandon Hatton
  • 22 hours ago
  • 6 min read

A workflow is the structured path a specific piece of work follows from initiation to completion — the sequence of steps, decisions, and handoffs that move it forward, along with the people or systems responsible at each stage. If you can identify where the work enters, what happens to it, who touches it, and what "done" looks like, you are looking at a workflow.

That definition is deliberately narrower than the one you'll often see. And the difference matters, because "workflow" has become one of the most casually misused words in modern work — applied to everything from a to-do list to an entire software product. This article draws the boundaries: what a workflow actually is, what it isn't, and why the distinction is more than pedantry.

The Core Definition, Unpacked

Every real workflow has five identifiable properties:

1. A trigger. Something starts the workflow — a request is submitted, an invoice arrives, a candidate applies, a ticket is opened. Work doesn't wander into a workflow; it enters at a defined point.

2. A sequence of steps. The work moves through stages in an order that isn't arbitrary. Some steps may run in parallel, and some may branch on a decision, but there is a direction: the work is closer to done after each step than before it.

3. Handoffs. At certain points, responsibility transfers — from one person to another, from a person to a system, or from a system back to a person. Handoffs are where workflows most often break, which is exactly why a real workflow makes them explicit.

4. Ownership at each stage. At any moment, you can answer the question "whose move is it?" If nobody can answer that, you don't have a workflow — you have hope.

5. A completion state. The workflow ends. There is a defined condition under which the work is finished, and everyone involved would agree when it has been met.

This framing has deep roots. The Workflow Management Coalition, the standards group formed in the early 1990s, defined workflow in terms of work being passed from one participant to another for action, according to a set of procedural rules — participants, handoffs, and rules were the essence even then. Three decades of software later, the essence hasn't changed.

The "Repeatable" Myth

The most common definition floating around — including in search results and AI-generated summaries — describes a workflow as "a repeatable sequence of tasks." Repeatability is treated as the defining trait.

It isn't. Repeatability is a common property of workflows, not what makes something a workflow.

Consider a one-time office relocation. It has a trigger (the lease is signed), a sequence (inventory → vendor selection → packing → move → setup), handoffs (facilities to movers to IT), ownership at each stage, and an unambiguous completion state. It is unmistakably a workflow — and it will never run again.

Now consider the reverse: a team that "always does it this way" but where nobody can say who owns the current step or when the work is done. That's repeatable. It's still not a workflow. It's a habit.

The reason the repeatability myth persists is that software vendors sell workflow templates, and templates are only worth building for work that recurs. So the commercial definition quietly replaced the structural one. But defining workflows by repeatability leads teams to a costly mistake: they ignore their one-off and irregular work — often their most expensive, highest-stakes work — precisely because "it's not repeatable, so it's not a workflow." That work still has steps, handoffs, and owners. It deserves the same structure.

What makes something a workflow is structure toward completion, not frequency of execution.

What Isn't a Workflow

Drawing the boundary from the other side is just as useful. Several things routinely get called workflows that aren't.

A task list is not a workflow

A list of tasks — even a well-organized, prioritized one — lacks sequence logic and handoffs. Ten tasks in a column tell you what needs doing, not what order it happens in, who receives the work next, or what condition ends it. A task list becomes a workflow only when you add the connective tissue: this step feeds that one, this person hands to that one, done means this.

A process is not a workflow (exactly)

"Process" and "workflow" are used interchangeably, but there's a useful distinction. A process is the general, abstract description of how a type of work gets done — the policy-level view. "Our hiring process has five stages." A workflow is that process made operational for actual work items: real steps, real owners, a real candidate moving through it. The process is the recipe; the workflow is the kitchen actually cooking. Many organizations have beautifully documented processes and no functioning workflows — the documentation describes work that, in practice, moves by improvisation.

A diagram is not a workflow

A flowchart is a representation of a workflow, the way a map is a representation of terrain. Teams frequently confuse producing the diagram with having the workflow. If the diagram says legal reviews contracts at step three, but in reality contracts pile up in a shared inbox with no owner, the workflow doesn't exist — only its portrait does.

A tool is not a workflow

No software product is a workflow. Project management platforms, automation tools, and ticketing systems are containers in which workflows can be built and run. Buying the tool and having workflows are separate achievements, which is why so many organizations own three workflow tools and still can't say where any given piece of work stands.

A project is not a workflow

A project is a bounded effort with a goal — it contains workflows (approvals, reviews, deliverable handoffs) but is a larger unit of organization. Confusing the two leads teams to manage projects at the wrong altitude: tracking milestones while the underlying workflows that produce those milestones remain invisible.

Automation is not a workflow

Automation executes steps without human effort. You can automate steps within a workflow, and you can have entirely automated workflows — but automation itself is a property of how steps run, not the structure that connects them. An automated email that fires when a form is submitted is one automated step. Whether it belongs to a workflow depends on whether it connects to a larger structured path toward completion.

Why the Boundary Matters

This isn't a vocabulary exercise. The definition you use determines what work you can see and improve.

If you define workflows as "repeatable task sequences," you will only structure your recurring work, and your irregular, high-stakes work will keep moving through hallway conversations and memory. If you believe your diagrams are your workflows, you'll optimize documents while the actual work degrades. If you believe your tool is your workflow, you'll respond to coordination failures by buying more software.

But if you define a workflow structurally — trigger, sequence, handoffs, ownership, completion — you gain a diagnostic. Any piece of work in your organization can be tested against those five properties, and wherever one is missing, you've found the exact location of your next breakdown: work with no clear entry point gets lost at intake; steps without owners stall; undefined completion states produce work that is 90% done forever.

A Quick Test

When someone calls something a workflow, ask five questions:

  1. What starts it?

  2. What are the steps, and in what order?

  3. Where does responsibility change hands?

  4. Who owns it right now?

  5. How do we know when it's done?

Five clear answers: it's a workflow. Blank stares on two or more: it's a list, a habit, a diagram, or a tool wearing a workflow's name.

FAQ

Is a workflow the same as a process? Not quite. A process is the abstract description of how a type of work gets done; a workflow is that structure in operation — actual work items moving through actual steps with actual owners. You can have a documented process with no working workflow, and a functioning workflow nobody has documented.

Does a workflow have to be repeatable? No. Repeatability is common in workflows but not what defines them. A one-time effort with a trigger, ordered steps, handoffs, ownership, and a completion state is a workflow. What defines a workflow is structure toward completion, not how often it runs.

Is a checklist a workflow? A checklist is closer than a task list — it implies order and a completion condition — but it typically lacks handoffs and stage ownership. A checklist executed by one person is a procedure. It becomes a workflow when the work passes between people or systems.

Can a workflow be fully automated? Yes. If automated steps are connected in a structured sequence with defined triggers and completion states, that's a workflow — one whose participants happen to be systems. The structure, not the presence of humans, is what qualifies it.

What's the difference between a workflow and a project? A project is a bounded effort with an objective and an end date; it contains workflows. A workflow is the structured path individual pieces of work follow. Projects are managed by milestones; workflows are managed by steps, handoffs, and ownership.

 
 
bottom of page