Stages and routes
Build the production path from project intake to completion.
Build the production path from project intake to completion.
A stage should represent a meaningful responsibility or automation boundary. A route should explain what decision moved the work and who owns it next.
Write the normal path and every exception path in plain language.
Name the human or service owner for each stage.
Define entry criteria, valid actions, exit criteria, and observability.

Use the canvas to make routes legible; a visually impressive graph is not useful if operators cannot explain why an item follows each edge.
A new project receives the default workflow:
The six stage types currently released in the editor are:
Project — the single entry point;
Annotate — human labeling;
Review — human quality review with approve and reject routes;
Model — automated inference on entry;
Archive — terminal set-aside state;
Complete — terminal successful state and release-readiness destination.
The released stage catalog contains Project, Annotate, Review, Model, Archive, and Complete. A team that needs specialist or expert review adds and names another Review stage, then configures its eligible reviewers and routing rules.
The canvas supports:
adding stages;
drawing connections;
naming the workflow;
binding the reusable workflow to a project;
configuring eligible annotators or reviewers per human stage;
allowing or preventing self-assignment;
allowing manager override;
hiding unassigned work where required;
configuring whether the stage can be skipped;
selecting a model, thresholds, generic type, queue scope, and class mappings for Model stages;
accepted and rejected review branches;
Save and Apply with impact validation;
zoom, reset, and canvas navigation.
The workspace Workflows page displays reusable workflow cards and a Create Workflow action. Opening a project’s Workflows tab goes directly to the editor for that project’s active workflow.
In the full-page editor, users drag released stages from Add Stages onto the canvas, connect or remove edges, select a node to edit its configuration, and use one explicit Save & Apply action. The Project entry node embeds project progress. Stage names are editable except Project; duplicate display names are numbered consistently in both the canvas and Task Queue.
Replacing an active project workflow while items are in flight prompts with the number of items that would reset to Project. An unsaved-changes guard protects navigation away from the editor. Workflows can also be duplicated, archived, and restored.
Review has both approve and reject edges. This allows a correction path to be designed before production starts.
A production workflow might be:
Here, Specialist Review is another stage of the released Review type with a specialist eligibility list, not a different stage type.
Stage boundary
Create a stage when responsibility, permission, automation, or acceptance criteria changes.
Route label
Use outcome language the operator can interpret.
Terminal state
Reserve completion or archive for explicitly accepted outcomes.
Exception
Keep failed or escalated work observable and owned.
Configure assignment and queue behavior.
Exercise review and rework.
Validate the graph before applying it to production volume.
Continue with Unitlab: enterprise data annotation workflows
Project → Annotate → Review → CompleteProject
├── Model → Annotate → Review
│ ├── Accepted → Complete
│ └── Rejected → Annotate
└── Difficult/low-confidence → Specialist Review
├── Accepted → Complete
└── Rejected → Annotate