Recipe Approval Workflow
A recipe approval workflow is the controlled, role-separated, e-signed path a new recipe version follows from Draft to Active. It is the operational implementation of 21 CFR 211.186 ("prepared, dated and signed by one person and independently checked, dated and signed by a second"), 21 CFR Part 11 §11.200 (e-signature meanings and integrity), and EU GMP Annex 11 §11. Done right, it is invisible — recipes move on time, reviewers see exactly what changed, QA signs with confidence. Done wrong, it is the #1 source of recipe-related 483s.
01What a recipe approval workflow is
The workflow defines the states a recipe version traverses and the rules for each transition. A minimal compliant workflow is:
- Draft — author drafts; freely editable; no execution allowed.
- Submit for Review — author locks the version; routes to reviewer queue.
- Under Review — independent reviewer challenges; can request changes or sign.
- Pending QA Approval — reviewer signed; routes to QA approver queue.
- Approved — QA signed; version is immutable.
- Active — eligible for use in new work orders.
- Superseded / Obsolete — terminal states.
02Role separation rules
21 CFR 211.186 requires "prepared by one person and independently checked by a second". Annex 11 §15 adds change control with appropriate approval. The workflow must enforce:
- Author ≠ Reviewer — same human cannot occupy both roles.
- Reviewer ≠ QA Approver — three distinct humans (typically, though Reviewer and QA can be the same in smaller orgs with explicit policy).
- Author cannot self-approve via role-switching.
- Reviewer rejection sends the version back to Draft with the rejection rationale captured.
- QA rejection sends back to Reviewer (or Draft) with rationale.
- Approval cannot be retroactive — timestamps must reflect actual signing time.
03E-signature mechanics at each step
Part 11 §11.200 requires every e-signature to capture:
- Printed name of the signer (resolved from the authenticated session).
- Date and time of execution (server time, not client clock).
- Meaning — "Prepared by", "Reviewed by", "Approved by", with the specific recipe scope.
- Two distinct identification components for the first signing in a session (e.g. password + biometric, or password + one-time code).
- Re-authentication for subsequent signings in the same session — V5 prompts for password again at each signing event.
The signed artefact (the recipe snapshot) is bound to the signature so it is computationally impossible to copy a signature to a different recipe or version.
04What the reviewer should see
A good reviewer experience reduces approval risk and saves hours per recipe. The reviewer should see:
- Field-level diff between this version and the previously Active version.
- The change-control rationale and impact assessment.
- The descendant impact — which Master Recipes / SKUs / sites are affected.
- Linked CAPA / deviation / regulatory supplement that triggered the change.
- Validation evidence linkage — what re-validation has been done or is required.
- Training-delta preview — which roles need refresher training.
Reviewers who see only "open the new version PDF and compare with the previous PDF" miss changes and sign with false confidence.
05What the QA approver adds
The QA approver is not a second reviewer. Their role is to verify:
- Change control is complete and signed.
- Validation linkage is satisfied (no "validation pending" hanging).
- Regulatory pathway is correct (PAS / CBE-30 / annual report decision documented).
- Training plan is in place; effective date allows the training window.
- The recipe complies with the company's quality manual and the relevant regulatory file.
QA approval is also the gate where the version's Effective Date is set — not necessarily "now". A recipe may be Approved on May 15 but not Effective until June 1, allowing training, regulator notification, or coordinated site rollout.
06Branching, rollback and emergency revocation
- Parallel drafts — multiple Draft versions are allowed; only one can become Active at a time.
- Rebase — if Draft v3 is in review and v2 becomes Active, v3 must be re-based against v2 before continuing.
- Rollback — an Active version that turns out to be defective triggers a new version (often returning to a prior content) plus a CAPA. Direct rollback by re-activating an older version is allowed only via an emergency-revocation workflow with QA + Head of Manufacturing + Head of QA signatures.
- Hot-fix — emergency new version with expedited review; rationale must explicitly invoke the emergency pathway.
07Common mistakes
- Author and reviewer the same human (small teams; failure to enforce role separation).
- Reviewer signs without a diff — sees only the new version, signs by default.
- QA approver acts as second reviewer instead of governance check.
- Effective Date = approval date always — no coordinated rollout.
- No rebase enforcement — Draft v3 silently overwrites Active v2 changes.
- E-signature meaning generic ("signed") instead of specific ("approved as QA for recipe X v3").
- Re-authentication skipped for subsequent signings — Part 11 §11.200 violation.
- Rejection rationales not required — reviewer rejects with no reason captured.
- Workflow rules only in UI, bypassable via API.
08How V5 Ultimate handles recipe approval
Frequently asked questions
Q.Can the workflow be customised per recipe class?+
Yes. V5 supports per-recipe-class workflow templates — e.g. a sterile-injectable Master Recipe might require a microbiology SME signature in addition to the standard three signers; a low-risk packaging recipe might collapse Reviewer and QA into one role with explicit policy. Customisations are themselves change-controlled.
Q.What happens if the QA approver is on vacation?+
V5 supports delegated authority — a named, time-bounded delegate captured under change control. The delegate's signature is captured with explicit delegation reference. There is no "acting QA" without an audit-trailed delegation.
Q.Is one approval workflow enough across General / Site / Master / Control recipes?+
No — the levels typically have different approvers. General Recipe approval usually involves R&D, manufacturing science, QA scientific review and regulatory affairs. Master Recipe approval involves manufacturing, plant QA and validation. V5 implements separate workflow templates per recipe level.
Q.How does the workflow interact with regulatory submissions?+
QA approval can be gated on regulatory approval — V5 supports "Approved pending regulatory" as an intermediate state for changes that require prior approval (PAS) or annual reporting. Effective Date cannot be set until regulatory clearance is captured.
Q.Can we skip the reviewer for trivial changes?+
No, ever. "Trivial" is a judgement call and 211.186 does not permit skipping the independent check. V5 enforces all three signatures even for one-character typo fixes — the cost of one extra signature is far less than the cost of a 483 for inconsistent change discipline.
Primary sources
Further reading
V5 Ultimate ships with the Recipe Approval Workflow controls already wired in — audit trail, e-signatures, validation evidence. Free trial, no credit card, onboard in days, not months.
