Work order and operation statuses

What each work order and operation status means and which actions are available in it.

A work order has its own lifecycle, and so does each operation within it. The two are related but distinct: the work order is the overall task, the operations are its steps.

Work order statuses

StatusMeaningWhat you can do
PendingCreated but not released. Operations and components do not exist yet.Release, or cancel.
ReleasedOperations and components created from the BOM and routing.Start, hold, or cancel.
In progressWork has begun on the order.Complete, hold, or cancel.
On holdPaused.Resume, or cancel.
CompletedSteps done; materials consumed and outputs received.Close.
ClosedFinalized. Read-only.None.
CancelledWithdrawn before completion.None.

The following diagram shows how a work order moves between statuses:

Work order status flow: Pending to Released to In progress to Completed to Closed, with a hold and resume loop and a cancel branch

Releasing is what resolves the BOM and routing into the work order's operations and components, so a work order must be released before its steps can run.

Operation statuses

Each operation (step) runs through its own states as the work order progresses:

StatusMeaningWhat you can do
PendingNot yet ready to run.Start, or skip.
ReadyScheduled and ready to run.Start, or skip.
In progressAn operator is running it.Report production, complete, or skip.
PausedTemporarily halted.Start (resume), or skip.
CompletedFinished. If an inspection was required, it passed.None.
SkippedBypassed (for example, a parallel path covered it).None.
CancelledWithdrawn.None.

The following diagram shows how an operation moves between statuses:

Operation status flow: Pending or Ready to In progress to Completed, with a pause and resume loop and a skip branch

  • An operation that requires an inspection cannot complete until that inspection has passed. See Quality.
  • Report production records quantity complete and scrapped against an in-progress operation; you can report more than once.

Where to go next