Translate EquatorOps terminology across industries.
Use this glossary to align teams on engine definitions, API coverage, and tenant artifacts. Every term is grounded in the tenant engine and API catalogs with cross-industry translations that map EquatorOps concepts to your domain language.
Glossary map
Anchor terms that keep teams aligned.
These definitions establish shared language for engine strategy, API coverage, and tenant artifacts. Terms with industry translations show how each concept maps to your domain vocabulary.
Explore the engine catalogOperational terminology glossary
Shared languageUniversal engine
EquatorOpsFoundational operational capability that powers shared workflows across industries. Engines are infrastructure primitives—not features—that adapt to any vertical.
Tenant API
API layerAPI domain that exposes tenant-owned data and workflows. Each tenant API maps to one or more universal engines and defines the operational surface customers integrate with.
Tenant artifact
Data layerCanonical record created by tenant workflows—assets, inspections, work orders, ledger entries. All artifacts are tenant-owned and API-accessible.
Impact Intelligence (VGE)
VerificationThe Verification Graph Engine computes the change impact of any proposed change—traversing BOMs, documents, work orders, compliance records, and procurement pipelines to produce severity scores, verification packs, and cost-of-change estimates.
GSII
TraceabilityGlobal Serialized Item Identifier. A 24-state lifecycle engine for serialized asset tracking with full lineage history, chain of custody, and provenance records.
LPN
InventoryLicense Plate Number. An identifier assigned to a handling unit (pallet, case, or tote) to track it through its lifecycle—analogous to a GS1 SSCC in broader supply chain labeling. Supports recursive nesting (pallets contain cases, cases contain units) with full location resolution at every level.
Change impact
VGEThe complete set of artifacts impacted by a proposed change, computed by traversing the operational dependency graph. Each impacted node receives a severity score (0.0–1.0).
Verification pack
VGEGenerated bundle of validation plans, document packages, acknowledgement tasks, and operation checklists required to execute a change safely. Supports preview mode before committing.
Severity score
VGEA 0.0–1.0 score assigned to each impacted node during change impact computation. Factors include graph depth, edge weight, asset criticality, and effectivity status.
Proof path
VGEAn auditable trace showing exactly why a given artifact is impacted by a change—every hop in the dependency graph is recorded and defensible.
Transactional outbox
IntegrationA reliability pattern that writes domain events to the database in the same transaction as the business operation, then delivers them asynchronously. Guarantees at-least-once delivery without dual-write risk.
Idempotency
SafetyThe guarantee that repeating an API request produces the same result without side effects. Critical for payment processing, stock movements, and any operation where duplication causes real-world harm.
Quality gate
QualityA workflow checkpoint that blocks downstream operations (procurement release, payment, shipment) until inspection criteria are satisfied. Gates are configurable per tenant.
Change control
GovernanceA governed process for modifying any operational asset—BOM revisions, document updates, supplier changes—with full audit trail, approval workflows, and optional VGE impact analysis.
Domain event
EventsA structured signal emitted when a business operation completes—inventory received, work order released, quality gate passed. Events drive webhooks, integrations, and downstream automation.
Work order
ExecutionA lifecycle-managed unit of operational work with dependencies, material allocation, time entries, and approval gates. Supports linked chains for multi-step processes.
BOM (Bill of Materials)
CompositionA versioned composition definition—what components make up an assembly, with alternates, quantities, and revision history. The Composition Engine manages BOM lifecycle.
CPQ
CommercialConfigure, Price, Quote. The Commercial Offer Engine that produces versioned quotes with scenario modeling, approval workflows, and margin guardrails.
Effectivity
VGEPolicy that governs how changes apply to existing work—GRANDFATHER_EXISTING, REPLAN_IF_NOT_STARTED, LOT_ONLY, SERIAL_RANGE. Effectivity-aware traversal ensures only actionable work is flagged.
Triage queue
Exception handlingA decision-routing system for non-standard events that require human judgment. Cross-change collisions, supplier disputes, and quality exceptions are routed here for resolution.
Compliance framework
ComplianceA configurable structure for tracking regulatory requirements—FDA 21 CFR Part 11, ISO 13485, AS9100, SOC2, HIPAA—with certification lifecycle and evidence collection.
Spatial asset management
Physical AssetsEngine that transforms physical space into addressable digital assets. Locations form recursive hierarchies—campus → building → floor → zone → bin—with full inventory resolution at every level.
Provenance ledger
TraceabilityImmutable cradle-to-grave traceability for any asset—every custody change, status transition, and location movement is recorded in a tamper-evident chain.
Action lock
SafetyA tenant-scoped, lease-based lock that prevents concurrent execution of the same critical operation. Locks self-heal on expiry to prevent deadlocks.
Cross-change collision
VGEWhen two or more active changes have overlapping change-impact radii. High-severity collisions automatically create triage queue entries for human-in-the-loop resolution.
Explicit graph edge
VGEA user-defined dependency link between any two operational artifacts (e.g., Marketing Claim to Test Result) with rationale and evidence. Extends the analysis beyond automatically detected relationships.
Capital asset registry
Physical AssetsLifecycle management for high-value equipment—acquisition, depreciation, maintenance scheduling, utilization tracking, and ROI analysis.
Financial settlement
FinancialMulti-stage invoicing with payment gates tied to operational milestones. Payments release only when quality, delivery, and compliance conditions are met.
HMAC webhook
IntegrationWebhook delivery signed with HMAC-SHA256 for tamper detection. Supports key rotation, replay protection, and configurable retry policies.
Preview mode
VGEA safe exploration mode for VGE analysis—see the full impact, verification pack, and cost estimate without persisting any artifacts. The default experience for change review workflows and sales demos.
Verification template
VGEA configurable rule that uses a boolean DSL (AND/OR/NOT predicates) to match change characteristics and automatically generate typed verification artifacts. Templates are versioned (DRAFT → PUBLISHED → ARCHIVED), validated by a test harness before activation, and include evaluation traces explaining exactly why each template matched.
NRE vs recurring cost
VGEVGE separates every cost line item into NRE (non-recurring engineering: re-tooling, docs, replanning) or recurring (per-unit COGS delta: material cost increase, added inspection step). The estimate output provides separate NRE and per-unit recurring totals with min/likely/max uncertainty bounds.
Run-to-run diff
VGEA comparison of two impact analysis snapshots showing nodes added/removed, edges added/removed, and severity changes. Used for baseline-vs-proposed comparison or to track how change impact evolves as a change is refined.
Typed validation artifact
VGEA verification plan item with a specific validation_type that tells downstream systems what kind of verification is required: MANUAL_CHECKLIST (manufacturing), DOCUMENT_REVIEW (pharma), AUTOMATED_TEST (SaaS), FIRST_ARTICLE_INSPECTION (aerospace), or DATA_ASSERTION (any industry).
Engine dictionary
Engine definitions with industry translations.
Each engine definition includes the operational promise, expected outcome, and cross-industry translation examples.
Engine pillar
Impact Intelligence
Verification Graph Engine terms, change impact scoring, and evidence packs.
Impact Intelligence
Impact Intelligence
Compute the change impact of every change across assets, documents, and workflows.
Definition
Predict downstream impact before approvals and releases.
Outcome
Verification packs, severity scoring, and defensible change decisions.
Industry translations
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
API cross-links
Engine pillar
Safety & Reliability
Concurrency guardrails, action safety, and operational resilience language.
Safety & Reliability
Action Idempotency + Concurrency
Distributed safety guardrails for critical state transitions.
Definition
Prevent duplicate releases, double-spends, and race conditions across workflows.
Outcome
Effectively-once outcomes with tenant-scoped locks and replay-safe actions.
Industry translations
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
Engine pillar
Physical Assets
Serialized assets, chain of custody, and location intelligence terms.
Physical Assets
Operations Ledger
A canonical ledger for every asset, work order, and compliance record.
Definition
Replace brittle spreadsheets with a single operational source of truth.
Outcome
Every team sees the same asset state and chain-of-custody.
Industry translations
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
Engine pillar
Quality & Compliance
Inspection, quality gate, and compliance evidence terminology.
Quality & Compliance
Quality + Compliance Gates
Inspection plans, quality gates, and regulatory frameworks embedded in workflows.
Definition
Enforce compliance at every operational transition.
Outcome
Audit-ready evidence and faster defect containment.
Industry translations
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
API cross-links
Engine pillar
Planning & Execution
Work order orchestration, scheduling, and execution vocabulary.
Planning & Execution
Work Order Orchestration
Lifecycle management for work orders, dependencies, and execution steps.
Definition
Coordinate production and field tasks without losing lineage.
Outcome
Predictable execution with dependency-aware scheduling.
Industry translations
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
Engine pillar
Commercial
Quote governance, contract baselines, and commercial approval terms.
Commercial
Quote + Contract Governance
Versioned quotes, contract baselines, and commercial controls.
Definition
Ensure commercial terms match operational delivery.
Outcome
Faster approvals with margin and policy guardrails.
Industry translations
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
API cross-links
Engine pillar
Financial
Billing logic, rating, and revenue governance language.
Financial
Rating + Billing Engine
Policy-driven monetization of operational activity.
Definition
Translate work, usage, and events into audit-ready billing outcomes.
Outcome
Transparent invoicing with immutable rate history and margin control.
Industry translations
- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]
API cross-links
Engine pillar
Intelligence
Analytics, audit, and operational insights terminology.
API cross-links
API terminology by operational domain.
APIs describe tenant-facing workflow entry points. Use these summaries to translate operational domains into integration outcomes.
Domain
Platform & Identity
Authentication, user management, roles, and system configuration. These foundational APIs secure the tenant boundary and control access to all feature domains.
Domain
Inventory & Traceability
Track every serialized item, container, and stock movement across a 5-level location hierarchy with immutable ledgers and full custody chain.
Domain
Quality & Compliance
Define inspection criteria with tolerances, gate releases on outcomes, and track supplier certifications against regulatory frameworks.
Domain
Procurement & Financial
Run multi-stage procurement pipelines with configurable quality gates and payment milestones tied to outcomes.
Domain
Work Orders & Execution
Orchestrate 25+ specialized execution models with operation dependencies, BOM-driven material planning, and cross-WO relationship tracking.
Domain
Documents & Change Control
Version documents with multi-file revisions, assemble document packages for RFQ and manufacturing, and enforce external acknowledgements on changes.
Domain
Assets & Performance
Track capital assets from design through deprecation with total cost of ownership, utilization metrics, and financial provenance.
Domain
Commercial & CPQ
Quote with rate cards, markup profiles, and BOM-linked pricing, then govern the full contract lifecycle through to provisioning.
Domain
Planning & Policies
Plan demand, explode BOMs into procurement requirements, select suppliers by cost and lead time, and enforce inventory replenishment rules.
Domain
Analytics & Reporting
Query operational performance across 7 report categories and surface change risk with severity scoring, collision detection, and cost estimation.
Domain
Additional APIs
Additional tenant APIs available for specialized workflows.
Auth API
Session establishment, token lifecycle, and identity management.
Domain context
action-safety
Two-Factor Auth API
MFA enrollment, verification, and recovery management.
Domain context
action-safety
Work Orders API
Connect maintenance, quality, and field requests to live asset state.
Domain context
work-orchestration
Users API
User lifecycle, profile management, and access control.
Domain context
action-safety
Roles API
Permission sets, RBAC policies, and capability definitions.
Domain context
action-safety
Invites API
User onboarding, access provisioning, and bulk enrollment.
Domain context
action-safety
Invites Public API
Secure public endpoints for invitation validation and credential setup.
Domain context
action-safety
Config API
Tenant preferences, feature flags, and behavior controls.
Domain context
action-safety
Meta API
System metadata, version info, and platform capabilities.
Domain context
action-safety
Health API
System observability, liveness probes, and readiness checks.
Domain context
action-safety
Warehouses API
Facility definitions, location hierarchies, and spatial topology.
Domain context
operations-ledger
Containers API
Packaging definitions, volumetrics, and logistics unit management.
Domain context
operations-ledger
SKUs API
Product definitions, attributes, and master data management.
Domain context
operations-ledger
Stock API
Stock movements, receipts, adjustments, and transaction ledger.
Domain context
operations-ledger
Inventory API
Real-time visibility, spatial analytics, and dashboard queries.
Domain context
operations-ledger
LPN API
License plate numbers, container tracking, and nested contents.
Domain context
operations-ledger
GSII API
Serialized asset tracking, unit-level traceability, and lifecycle management.
Domain context
operations-ledger
Labels API
Barcode generation, label templates, and industrial printing.
Domain context
operations-ledger
Work Order Integrations API
Bidirectional sync between work orders and external CMMS/EAM systems.
Domain context
work-orchestration
Service Deliverables API
Track completion milestones, deliverable handoffs, and service acceptance.
Domain context
work-orchestration
Change Control API
Manage engineering changes, revision control, and approval workflows.
Domain context
quality-compliance
Documents API
File attachments, document versioning, and compliance evidence storage.
Domain context
audit-forensics
Entities API
Manage business entities, organizational units, and relationship hierarchies.
Domain context
operations-ledger
Procurement API
Purchase requisitions, supplier management, and receiving workflows.
Domain context
work-orchestration
Customers API
Customer master data, contacts, and commercial relationship management.
Domain context
quote-governance
Quoting API
Quote creation, pricing calculations, and approval workflows.
Domain context
quote-governance
Quoting Documents API
Quote document generation, templates, and PDF rendering.
Domain context
quote-governance
ERP Integration API
Bidirectional sync with enterprise resource planning systems.
Domain context
impact-intelligence
External Acknowledgements API
Confirmation receipts and acknowledgement tracking from external systems.
Domain context
audit-forensics
Portal API
Customer and vendor portal access, self-service, and external user management.
Domain context
audit-forensics
Reports API
Report generation, scheduling, and export across operational domains.
Domain context
impact-intelligence
Webhooks API
Event subscriptions, webhook delivery, and retry management.
Domain context
audit-forensics
Verification Graph API
Dependency graphs, verification chains, and compliance evidence linking.
Domain context
quality-compliance
CAD API
CAD file management, revision control, and engineering drawing integration.
Domain context
work-orchestration