Boringdots is in public beta. Things may change or break. Beta terms
Boringdots

Decision Ownership: Who Owns the Workflow Before You Automate

A workflow with no named owner is not automated. It is abandoned on a schedule. The most common reason an automation fails after launch is exactly that: no one owned the workflow before it was built.

Not “owned” in the sense of who built it. Owned in the sense of who decides what counts as success, who fixes it when it breaks, and who is allowed to change the rules.

If those roles are unclear, the workflow drifts. Someone tweaks a step without telling anyone. A new customer profile breaks an assumption no one wrote down. The original builder leaves. By month six, no one is sure what the workflow is supposed to do.

Here is what “no owner” looks like. A renewal workflow ran fine until the data team renamed one field: status became lifecycle_status. The workflow kept running and wrote every renewal as blank. It ran that way for five weeks. Three people could each have caught it; each assumed one of the other two owned it. The customers noticed before the company did.

The four owners

Before anything is built, four roles need a name on them, and “a team” is not a name. Someone owns the business decision: what the workflow is for, and what counts as the wrong outcome. Someone owns the workflow itself: its day-to-day shape, its branches, its exception paths. Someone owns the data: the source of truth it reads and writes, and what the fields mean, not just which column they live in. And someone owns maintenance: the person actually paged when it breaks at 2am. On a small team that can be one person wearing four hats, but the hats have to be named. “We’ll figure it out later” is the renamed-field failure, already scheduled.

Where it goes wrong

The traps are predictable. A workflow gets commissioned by someone who never names its owner, so it quietly rots the first time ops changes. The data owner is “IT”, which knows which column the field is in but not what it means to the business. The maintenance owner is the original builder, who is also a contractor three months from rotating off. None of these is exotic. Each is just a role that was never actually assigned to a person.

The handover question

Decision ownership matters most when the workflow has to outlive its original builder. If someone else operates it in 12 months, the four owners must be written into the workflow itself, not held in the head of whoever built it.

The rule

The four owners are not documentation you add later. They are a precondition for building at all.

Name all four before you build. If one name is “we’ll figure it out later,” that is the name of whoever the next failure is waiting for.

What "owned" usually means

Who built it.

What it has to mean

Who gets paged when it breaks at 2am.

A workflow with no named owner is abandoned on a schedule.

Run the check before you build.

Operator turns the Boringdots method into structured checks for readiness, value, reliability, ownership, and handover.