Earlier chapters established what an input script is, the boundary it crosses when handed off, and the discipline that lets a script travel beyond the orchestrator who authored it. This chapter establishes a specific role an input script can take on: the role of carrying a message.
The chapter uses routing in its working sense — what a postal worker does with a package, what a dispatcher does with a call, what a receptionist does with a visitor, what a clerk does with an incoming form. Routing information is what makes that work possible.
The Two Components
Every message in the durable message role has two components. One is routing information — what the message needs to be moved from sender to recipient. The other is content — what the sender wanted to communicate. The two components are distinct and do not overlap. Each does work the other cannot do.
Routing Information
Routing information has four pieces — the sender's name and address, and the recipient's name and address. Names identify the participants the message is between; addresses tell how to reach them. Both are needed; neither substitutes for the other.
The address may take any form sufficient for the message to reach the participant — a phone number, a postal address, an email address, a radio frequency, a channel identifier. The name may take any form sufficient to identify the participant — a full name, a role title, a call sign, a participant identifier. The framework does not commit to any particular form. What constitutes a valid address or sufficient name depends on what the participants operate on.
Routing information must be in place before sending begins. This is the input boundary the boundary-conditions chapter named, applied to the message-passing operation. Without it, nobody handling the message can know who the recipient is or how to reach them, and whatever happens next is rejection, holding for clarification, or guessing. Guessing is what produces the failures the discipline is meant to prevent.
Content
Content takes one of two forms, fixed content and open-ended content.
Fixed content is complete at the moment of sending — a letter sealed in its envelope, a package handed to the carrier, a voicemail left at the tone, an email or text composed and sent. The sender finishes composing, sending happens, and what arrives is what was finished. The content has a definite end built in at the moment the message was sent.
Open-ended content flows through the operation for its duration. A phone call carries conversation turn by turn for as long as the participants speak. A radio channel carries traffic for as long as the channel is held open. A chat session carries turns until the session ends. The content has no end built in at the moment of sending; it ends when the operation ends.
Working Communication Has Always Carried Routing Information and Content
Every culture of working communication has independently developed the same discipline. Routing information and content appear together, distinctly, in the working forms each domain has settled on.
A mailed letter goes in an envelope addressed to the recipient with the sender's return address; the envelope is routing information, the letter inside is content.
A voicemail opens with the sender introducing themselves: this is Sam Reed calling from Northgate Logistics, my number is 555-0142. The opening seconds are routing information; the substance that follows is content.
A radio call begins with both call signs — Base, this is Team Three, over — identifying both ends before the substance starts, because the transmission is otherwise ambiguous about who is speaking to whom.
A package shipping label has the recipient's name and address on the front and the sender's name and address as the return information; the label is routing information, what the package contains is content.
The pattern is universal. Every domain that has practiced communication at scale has independently arrived at the same two-component structure. The structure is not a convention any single tradition invented; it is what messages in the durable message role require, recognized again and again wherever the requirement was forced by the work.
One of Four
The durable message is one of four interlocking concepts that together form the operational foundation of coordinated work. The four are the durable message itself, the role player who acts on it, the message handler who decides how to dispatch it, and the messenger who carries it along the channel the handler chose. None of the four is operationally meaningful in isolation; the foundation is the four together.
