Skip to content

Workflows & records

A workflow is an automated business process. It brings together everything needed to run that process:

A record is a single item moving through a workflow — one complaint, one job, one application, one order.

  • Every time a workflow starts, it creates (or updates) a record.
  • The record carries the data collected on the form plus anything the workflow produces along the way (task outcomes, approval decisions, statuses, generated payment links, and so on).
  • Each record gets a friendly reference number you can use in emails and messages to customers.

Think of the workflow as the template for the process, and each record as one trip through it.

  1. A run is triggered (a form submission, a manual start, a schedule, or an incoming webhook).
  2. A record is created to represent it.
  3. The workflow moves through its steps — creating tasks, requesting approvals, sending messages, branching on decisions, and updating the record’s status as it goes.
  4. When it reaches a terminal step, the record ends in a final status (e.g. Completed, Approved, Declined).

Most workflows track a status on the record (for example Open → In Progress → Resolved). Statuses power your dashboards and table views, and let customers and staff see where something is at a glance.