Information Flow

Information flow is the path that a specific piece of business information takes — where it originates, how it moves, and who or what uses it — as it travels between people, processes, and systems.

Definition

Information flow describes the movement of information — not data structures, not systems, but meaningful business information such as a customer's credit decision, a claim status, or a shipment confirmation — as it passes across organizational boundaries, capabilities, and value streams. In business architecture, information flow is distinct from data modeling: data modeling addresses the structure and relationships of data at rest, while information flow addresses information in motion, including its origin, transformation, consumers, and the business events that trigger its movement. Information flow is typically documented as a directional relationship: a source (a capability, actor, or system), a destination, the information object exchanged, and often the business event or process step that initiates the exchange. It sits alongside capability maps and value stream maps as one of the core cross-mapping artifacts business architects use to expose dependencies that org charts and process diagrams miss. A critical boundary: information flow is not simply an IT integration diagram. Integration diagrams describe technical interfaces and protocols; information flow describes the business meaning and ownership of what moves, independent of which system currently carries it. This distinction matters because systems change far more often than the underlying business need for information to move from one capability to another.

Origin & Context

The concept has roots in classic information engineering and structured systems analysis from the 1970s-80s, where data flow diagrams (DFDs) first formalized the idea of tracing information across processes. Business architecture adopted and elevated the concept, most notably through the Business Architecture Guild's BIZBOK Guide, which positions information flow as one of the core cross-mapping techniques linking capabilities, value streams, and information concepts. TOGAF's data architecture layer and application communication diagrams cover related ground, but business architecture practice keeps information flow anchored to business capabilities rather than application components.

Why It Matters

Enterprise and business architects rely on information flow mapping to identify redundant data entry, conflicting sources of truth, and fragile hand-offs before they cause compliance failures or customer-facing errors. CIOs and CTOs use it to justify master data management and integration investments with a business rationale rather than a purely technical one. In M&A integration, information flow analysis quickly surfaces which systems and capabilities must be reconciled first, directly shortening due diligence and Day-1 readiness work. Compliance and risk officers depend on accurate information flow documentation to demonstrate data lineage and privacy controls to regulators.

Common Misconceptions

Myth: Information flow mapping is the same thing as a system integration diagram.
Reality: Integration diagrams describe technical interfaces, protocols, and message formats between systems. Information flow describes business information moving between capabilities and value streams, independent of the technology carrying it. A business architect maps information flow first to establish what should move and why; solution architects then decide how it moves technically.
Myth: If you have a data model, you already have your information flows.
Reality: A data model describes entities and relationships at rest — structure, not movement. Information flow captures direction, triggering events, sources, consumers, and timing. Two organizations can share an identical data model yet have completely different, and differently broken, information flows.
Myth: Information flow mapping is a one-time documentation exercise for a project.
Reality: Because capabilities and value streams evolve, information flows must be maintained as living artifacts, especially through reorganizations, M&A, and system replacements. Treating it as a static diagram produced once for a project charter is why so many organizations rediscover the same integration problems repeatedly.

Practical Example

A regional insurer's business architecture team was asked to support a claims modernization initiative. Rather than starting with system requirements, the lead business architect first mapped the information flow for a claim from First Notice of Loss through settlement: which capability originated the claim data, which downstream capabilities consumed it (underwriting review, fraud screening, payment processing, customer communications), and where the same claim status was being re-entered manually in two places. The mapping revealed that fraud screening was working from a stale snapshot of claim data rather than the live record, creating rework and inconsistent decisions. Armed with this artifact, the architect worked with the claims operations director and the solution architecture team to redesign the flow so fraud screening consumed the authoritative source directly. The claims modernization business case was strengthened because the investment was tied to a documented, business-owned information gap rather than a purely technical upgrade.

Industry Applications

Financial Services
Mapping information flow between account opening, KYC/AML screening, and core banking to demonstrate data lineage for regulatory examiners and to eliminate duplicate identity verification steps.
Healthcare
Tracing patient information flow across referral, scheduling, clinical documentation, and billing capabilities to close gaps that cause claim denials and care coordination delays.
Manufacturing
Mapping order-to-cash information flow across sales, production planning, and logistics capabilities to identify where forecast and inventory data diverge and cause stockouts or overproduction.

Related Terms

  • Data Architecture: A related discipline focused on data structure and storage rather than business movement of information