In Progress when the first step starts, and rolls its status up from its steps.
The Runs page
The Runs page lists your runs and is the entry point to everything below. A toggle in the header switches between two views: Table, the default sortable and filterable list, and Timeline, which plots every scheduled run (see Schedule a run). Shortcut cards above the table filter it to My Runs or Overdue Runs, jump you to a Workcenter queue, or open Create Run. The timer button in the header carries a count of your open check-ins and opens My Active Check-ins, so you can review or close them from one place (see Time tracking). The table’s search box, with the placeholderSearch run #, title, batch, part #, procedure..., matches a substring against the run’s number, title, and description, its batch’s number and title, the part’s number, description, and revision, the procedure’s number and title, and the run’s labels. A run matching in any one of those is returned.
The Due Date column counts down instead of showing a calendar date, in the two largest units that apply: Due in 3 days 5 hours while the run is in flight, Overdue by 2 days once the date has passed, and Due now or Overdue when less than a minute separates the two. A run near its date or past it is colored to flag urgency, an on-track run stays muted, and a run that has settled shows the plain date. The control in the column header switches the whole column between the countdown and the exact date, and the urgency color carries over either way. Hovering a cell shows the other form: the exact date and time in your org’s date format when the column shows the countdown, and the countdown when it shows the date.
Selecting runs in the table reveals a toolbar of bulk actions:
- Batch and Unbatch group or ungroup the selected runs. See Manage run batches.
- Export downloads the selected runs as a CSV. See Export run data.
- Print Barcodes opens a menu offering Run labels for every selected run and Part inventory labels (N) for the selected runs that have a part inventory. See Print labels.
- Archive removes the selected runs from the main list.
- Cancel cancels the selected runs and their steps. Runs that are already complete or canceled are skipped.
Run steps
A run step is the unit of floor work. Each has a header, typed fields, build requirements (parts to install onto the parent assembly), and action buttons. Steps render in procedure order, and dependencies between them gate which are available to work. To create a run and instantiate its steps, see Create a run. To work a step through fields, measurements, sign-offs, and failure paths, see Run a step. Operators can also process a queue of open steps for one location; see Run steps at a work center. A run opens into three tabs: Overview, Steps, and Dependencies. The Dependencies tab shows the run’s step dependency graph, the same view the dependency manager uses on a procedure. On a run, changing dependencies is a redline: both steps must be inRedline to draw a link between them. See Redline a run.
States
Each run step carries a state. The run has no state of its own. Its status is derived from its steps.
Available to work is a separate calculation: a step is available when it is in
Todo or In Progress, all upstream dependencies are Complete, and its parent step, if any, is In Progress.
Canceling a step removes it from the dependency graph, which rewires so downstream steps are not blocked by skipped work. Batched runs rewire each run’s graph the same way.
A run never moves backward through completed states on its own. Reopening a Complete run requires admin permission and is recorded in the run’s transaction history with the user, timestamp, and reason.