Search⌘K

Order Workflows

What an Input Portal workflow is — templates, steps, items, and the deal board that moves a deal from start to finish.

A workflow is the reusable recipe that turns a business process into a concrete, repeatable pipeline. Every deal follows one. This guide explains the four building blocks — template, step, item, and deal — then points you toward the guides that cover each item type in detail.

The four building blocks

Four words are the entire vocabulary of the system. Keep them straight and everything else follows.

WordWhat it is
Workflow templateThe reusable blueprint for a process. Built once, used for every deal that follows that process.
StepOne stage in the process — the columns on the deal board. Each step has a name, description, colour, stage type, and the list of items to do in that stage.
ItemA single unit of work inside a step — a form to fill, a document to sign, an automation to run, and so on.
DealOne live run of the workflow — a real application moving through the steps.

The relationship is strictly nested: a template owns steps; a step owns items. A deal is an independent instance that walks through those steps one at a time.

Workflow templates

A template is org-level: defined once and inherited by every child organisation. When you build a template you give it a name, description, icon, and colour for the board. A template is always in one of three states:

StatusWhat it means
DraftUnder construction. Only test deals can use it; not visible to applicants.
PublishedLive. Production deals use this version.
ArchivedRetired. No new deals; deals already in flight keep their version.

Steps in detail

Every step you add to a template has:

  • Name and description — shown on the board and inside the deal.
  • Colour — visual marker for the Kanban column.
  • Stage type — classifies the step semantically (see table below).
  • Terminal flag — marks a step as an end state (no further progression expected).
  • Allow manual entry — whether a deal can be moved here by dragging on the board, or only by automation.

Stage types

Stage typeBehaviour
NormalA regular in-progress step. Deals are visible in the Kanban, lists, and search.
LeadA pre-conversion step. Deals here are hidden from org members until the deal moves to a non-Lead step — useful for anonymous web enquiries that haven't been qualified yet.
WonA terminal success step (for example, "Settled").
LostA terminal failure step (for example, "Declined").

Items inside a step

An item belongs to exactly one step. Each item has:

  • Type — the building block category (form, document, automation, etc.).
  • Name — displayed to the user working through the deal.
  • Settings specific to its type.

You can reorder items within a step by dragging them, and you can move an item to a different step entirely — both are done in the workflow builder. Most items also support visibility rules that show, hide, or require them based on answers elsewhere in the deal.

Items have an IsRequired flag (on by default). Required items must be complete before the deal can leave the step. Mark an item optional and the deal can move on without it.

How a deal moves

A deal sits in exactly one step at a time. To progress it either:

  1. A user clicks Continue inside the deal after completing the required items for that step.
  2. The deal is dragged to a new column on the board (if the target step allows manual entry).
  3. An item in the step fires an automatic transition.

Once a deal moves into a Won or Lost step, it is considered closed.

Building your first template

A practical starting point for a lending workflow:

  1. Create a Lead step — a lightweight entry point for new enquiries.
  2. Add Normal steps for each stage of your process (for example, Fact Find, Assessment, Conditionally Approved).
  3. Add a Won step (Settled) and a Lost step (Declined).
  4. Inside each step, add the items that represent the work to do there.
  5. Publish the template when you're ready for production deals.

Publishing takes an immutable snapshot of the template's entire structure. Deals lock to the version that was live when they were created. If you edit a published template, existing deals keep walking their original version — changes only affect new deals.

Item types — where to go next

Items are the real workhorses. They come in several categories, each with its own guide:

For controlling which applicants see which items, and how many times an item repeats per person, see the Scope & Cardinality guide. For conditional logic that shows, hides, or requires items based on deal data, see the Item Rules guide.

Beyond Build — the workflow's other tabs

A workflow is more than its steps and items:

A workflow has no board and can't take real deals until you publish it the first time — only published workflows appear in the Input Hub navigation. See Why doesn't my new workflow show a board or let me create deals?.