Workflow Branch
Also known as: Conditional Branch, Decision Node, Workflow Split
A workflow branch is a conditional split in an automation that routes records down different paths based on rules you define.
Definition
A workflow branch is the point in an automated process where logic diverges — an 'if this, then that' fork that sends a record, ticket, or deal down one path instead of another. Instead of every input running the same sequence, branches let your automation make decisions based on field values, scores, source, or any condition you set.
In practice, operators use branches to handle the messy reality that not every lead, customer, or task should be treated the same way. A high-value enterprise lead branches to an SDR sequence; a self-described student branches to a nurture-only path. The branch logic is usually defined once, then applied to thousands of records without manual sorting.
Branches are distinct from sequential steps (which run in order regardless of condition) and from parallel actions (which fire simultaneously). A branch is specifically a decision node — it evaluates a condition and chooses which downstream actions to execute.
Why It Matters
Branches are what separate a basic automation from one that actually reflects how your business operates. Without them, you end up either building dozens of near-duplicate workflows or accepting that every contact gets the same generic treatment. Branching logic compresses operational complexity into a single visual flow your team can audit and adjust.
When teams skip branching, you see the symptoms quickly: enterprise prospects getting consumer-tier emails, paid customers landing in the same onboarding as free signups, urgent tickets queued behind low-priority requests. The cost is not just bad customer experience — it's revenue leakage from leads handled at the wrong tier and churn from segments that never received the right touchpoint.
Examples in Practice
A 30-person B2B SaaS team builds a single inbound-lead workflow with a branch on company size: 200+ employees routes to an account executive with a same-day call task, while under-200 routes to a self-guided email sequence with a demo-booking CTA at day 7.
A managed services agency uses a support-ticket workflow with three branches based on contract tier: enterprise clients trigger a Slack alert plus a 1-hour SLA timer, standard clients get a 4-hour SLA, and trial accounts route to a knowledge-base auto-reply.
An ecommerce operator branches post-purchase workflows by order value: orders above a threshold trigger a handwritten thank-you task for the founder, mid-tier orders get a review request at day 14, and small orders get a discount code for the next purchase.