Flow Diversion / Rerouting¶
Redirect flow through an alternate viable path when the current route becomes blocked, overloaded, or harmful, rather than stopping the flow.
The Diagnostic Story¶
Symptom: The flow needs to continue, but the current path has become blocked, overloaded, hazardous, or unavailable. Stopping the flow entirely would be worse than a detour. The failure is not that total demand is too high; it is that this particular path cannot be used right now while another viable route may exist.
Pivot: Detect the path impairment, identify a viable alternate route, and redirect flow through it while monitoring whether the diversion preserves the intended function without shifting harm or overload to another bottleneck. The alternate path must be checked for capacity and safety before major redirection begins.
Resolution: Flow reaches its destination or a safe holding state through the alternate route, and the path-specific failure is bypassed without stopping the system or shedding load. Routing decisions are auditable, the original path can be reentered when conditions change, and affected parties are informed when the path change matters.
Reach for this when you hear…¶
[network operations] “The primary link is congested so we reroute around it, but if we push everything onto the secondary we will just overload that one instead.”
[logistics coordinator] “The port is jammed so I need to redirect through the secondary port fast, but I need to know it has the capacity before I commit the shipments.”
[emergency management] “Route A is blocked by the incident so we push evacuation traffic through the residential streets, but we have to monitor for gridlock before it cascades.”
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (9)
- Alternate Path
- Boundary: Defines system limits.
- Constraint: Limits possibilities to guide outcomes.
- Feedback: Outputs influence inputs.
- Flow Control
- Observability: Infer internal state externally.
- Path Health Signal
- Path Selection
- Routing Rule
Also references 10 related abstractions
- Coupling: Interdependence among subsystems.
- Flow: Structured movement of energy, matter, or information.
- Indirection: Introduces intermediary references.
- Network: Models interactions between components.
- Path Dependence: Outcomes are shaped by the specific historical sequence of past choices, which lock in consequences and foreclose alternatives that persist despite present incentives to change.
- Resilience: Absorb shocks and adapt.
- Resource Management: Allocation of finite assets.
- Robustness: Maintain functionality under stress.
- Teleconnection: Distant relationships via shared dynamics.
- Topology: Studies properties preserved under deformation.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Bypass Routing · implementation variant · recognized
Route flow around a constrained, damaged, or inappropriate path through an alternate pathway.