For AI agents: a documentation index is available at https://docs.coverbase.com/llms.txt. This page is also available in markdown by appending .md to the URL.
This guide is part of the User guides collection. It is for admins and program owners designing the decision points in a third-party lifecycle. For who is allowed to press the button, see Permissions and roles. For who the button lands on, see Assignment, delegation and out of office.
What every gate records
Who
The assigned reviewer, and the user group they were drawn from when the gate was routed to a team rather than a person. Both are stored, so group intent and individual accountability survive together.
What
The outcome your organization defined, plus the review’s status. Outcome and status are separate: a review can be
In review and still carry no outcome, and a completed review always carries one.Why
The reviewer’s own decision notes, the admin-authored instructions the gate was raised with, and, on a return for rework, the revision message that goes back to whoever owes the work.
Review.StatusChanged, WorkQueueItem.Created and WorkQueueItem.Completed events you can subscribe to over webhooks, they accept custom fields, and they can be created and updated by a workflow as well as by a person.
Gate outcomes are yours to define
Coverbase does not hard-code an approval vocabulary. Configuration → Assessment settings → Approval options holds a list your organization owns, each option carrying a label, a color, and an icon. A new organization starts with three, and most regulated programs extend them.
Options are archived rather than deleted, so an assessment closed two years ago under an outcome you have since retired still reports the outcome it was actually closed under.
Outcomes drive what happens next
An outcome is not just a label on a record. The workflow engine can branch on it:- Assessment recommendation condition matches the selected approval option against a set you choose, so
Approve with policy exceptioncan route to a different downstream path thanApprove- raising an exception record, notifying the second line, and scheduling an earlier reassessment. - Review outcome (
approved,conditionally approved,rejected) is stored on the review itself and is what gating conditions read when several reviews have to agree.
Parallel domain-scoped reviews
A third party is rarely one risk. Coverbase models the split with risk domains, and a review can be scoped to exactly one of them. An organization defines its own domains. A common financial-services set is Data Security, Operational Resilience, Regulatory & Compliance, Financial Stability, Privacy & Data Protection, Concentration & Fourth-Party Risk, AI & Emerging Technology, and Reputational & ESG. Rename them InfoSec, Finance, AML, Legal and Privacy if that is what your committees are called.1
Assign standing reviewers per domain
Each risk domain carries its own reviewer list: individual users, user groups, or both. Assigning the AML group to the Financial Crime domain once means every AML review from then on routes there without anyone picking a name.
2
Issue the domain reviews together
One assessment carries one review per domain, created at the same time. Each is a separate record with its own assignee, its own status, its own outcome, and its own notes. There is exactly one review per
(assessment, risk domain) pair, so a domain cannot be reviewed twice by accident.3
Each SME decides independently
Every domain review mints its own work queue item for its own reviewer. InfoSec approving does not move Finance, and Legal returning its scope for rework does not reopen AML’s decision. The reviews complete in whatever order the SMEs complete them.
4
Roll the domain outcomes up
Domain scores and domain outcomes roll up to the assessment, the service, the engagement, and the vendor. Reporting can show the assessment-level answer and the per-domain answers that produced it.
Domain scoping runs the whole way down. Control sets can be sectioned by domain, the inherent-risk questionnaire can be sectioned by domain, findings can be assigned per domain, and Radar detectors can be tagged with the domains they inform. An SME who only owns Financial Crime sees the Financial Crime slice of the evidence, not the whole assessment.
Multi-approver logic
Any object that carries reviews can carry several at once. How they combine is a workflow decision, not a fixed rule.All of them must approve (unanimous)
All of them must approve (unanimous)
Raise one review per approver, then gate the next step on a work queue item complete condition scoped to the workflow run with require all set. The gate stays shut until every review raised by that run is complete, whichever order they finish in.
Any one of them is enough (1 of M)
Any one of them is enough (1 of M)
The same condition with require all turned off. The first completion opens the gate. Use it for a duty-officer rotation where anyone on the roster can clear a low-risk item.
N of M, and quorum by tier
N of M, and quorum by tier
Express the quorum as the set of reviews you raise. A branch that raises three reviews and requires all three is a 3 of 3; a branch that raises only the two domains the intake actually implicated is a 2 of 8 against the full domain list. Because the conditions that decide which reviews get raised are evaluated per record, the quorum for a tier 1 vendor and a tier 4 vendor can differ without a second workflow.
Threshold and amount-based routing
Threshold and amount-based routing
A contract value condition compares the total value of the contracts on a procurement against a threshold you set, with
greater than and less than or equal operators, so a request above your delegation-of-authority limit picks up the extra approver and one below it does not. Structured contract amounts are summed when present. Two currencies are never silently converted; the comparison refuses rather than guessing a rate.Amount is one axis. Conditions can equally branch on inherent-risk score, vendor tier, data classification, hosting model, jurisdiction, questionnaire answers, tags, whether prior evidence exists, and any custom field, composed with AND / OR and nested.Sequential approval chains
Sequential approval chains
Chain gates by making each stage’s trigger the previous stage’s completion. Line one reviews, then the second line, then the committee. Each stage is a review in its own right with its own outcome, so a chain that stops at stage two shows exactly where it stopped and why.
Return for rework
Every review gate can send work back instead of ending it. A return for rework is a first-class transition, not a rejection with a different comment.What a return records
Rounds are the cycle count
Coverbase keeps every round rather than overwriting the last one. A returned item does not edit the previous submission; it opens a new round beside it.Where rework loops apply
Questionnaire and evidence rounds
A submitted questionnaire or evidence request can be returned to the vendor portal with a revision message. The portal reopens on the returned items only, and the vendor’s completeness gate treats a returned round as outstanding work.
Remediation commitments
A vendor’s completion evidence for a commitment can be pushed back with a message, returning the commitment to its prior state and reopening the portal. Coverbase can pre-draft that message from the evidence it read, but nothing goes back to the vendor until a person sends it.
Internal reviews
A domain, contract, procurement, or assessment review can be set to a returned status with reviewer notes, which reopens the upstream work queue item rather than closing the gate.
Intake requests
An intake request that arrives incomplete goes back to the requester with what is missing, instead of being rejected and re-filed as a new request that loses its history.
Attribution and audit
Every transition above is attributable.- The review stores its assignee, the group it was routed through, its creator, and the reviewer who decided it.
- Each round stores who submitted it, under which email address, who reviewed it, and when. A round that was amended after submission keeps the original submit time and records the edit separately.
- Group routing writes its own log row for each assignment: which group, which strategy, who was notified, who was assigned, and what triggered it.
- Role and permission changes that affect who could approve are logged on the role itself and in the organization audit trail.
Related
Assignment, delegation and out of office
How a gate reaches a person, what happens when they are away, and how delegation is attributed.
Workflow engine
The triggers, conditions and actions that raise gates and read their outcomes.
End-to-end workflows
A worked parallel-review-and-approval lifecycle, with every API and webhook touchpoint.
Configuring your data model
Approval options, statuses, risk domains, custom fields and the rest, all self-serve.