Digital Shijil
Field notes · Founder · 6 min read

A founder’s guide to workflow thinking in e-commerce.

Most operators run their store as a long task list. Workflow thinking means running it as a set of triggers and outcomes — and then asking, for each one, whether a person needs to be in the loop.

Tasks vs workflows

A task is a thing someone does. A workflow is a thing the system does, with a clear trigger, a defined output, and a known exit. The shift from tasks to workflows isn’t mostly technical — it’s how you frame the work.

Instead of: “Sarah exports the orders every morning,” the workflow framing is: “When orders are tagged ready-to-ship, route them to fulfillment, log the result, alert if anything fails.” Sarah’s morning is now free for something only Sarah can do.

The trigger / outcome / exit pattern

Every workflow needs three things written down:

  • Trigger — the event that starts it (a tag, a webhook, a time, a threshold).
  • Outcome — what success looks like, observable from outside the workflow.
  • Exit — what counts as “done” (and therefore what doesn’t).

If you can’t fill in those three blanks, the workflow isn’t ready to be built. That’s a feature.

The two questions to ask everything

For every recurring task in your store, ask:

  1. Could a workflow do this if the rules were written down?
  2. Does a human need to be in the loop, or just available for exceptions?

Most “I have to do it myself” work fails the second question.

You don’t need more time. You need fewer things to remember.

Find the workflow gaps in your store