systemfrom
Systemfrom is a labeling convention used in systems engineering and data integration to denote the originating system or component for data items, events, or requests. In models, schemas, and documentation, systemFrom records where an item originated, enabling provenance, traceability, and impact analysis across components and stages of a process.
The term is a portmanteau of “system” and “from” and is used in practice in data lineage,
Examples can be found in various representations. In JSON: { "systemFrom": "CRM" }. In an event payload: { "eventType":
Implementation considerations include naming conventions (case sensitivity, consistency across services), governance (who can define or modify
See also: data provenance, data lineage, source system, origin, provenance edge.