Inspect message content, metadata, state or routing configuration.
Routing Slip
Attach the remaining itinerary to the message and let each processor forward it to the next listed step.
How do we route a message consecutively through a series of processing steps when the sequence of steps is not known at design-time and may vary for each message?Adapted from Enterprise Integration Patterns under CC BY 3.0. The visualization and explanatory content on this page are original GateSift material.
How Routing Slip works
A routing decision sends the message along one of several possible paths.
Use Routing Slip to select the next destination or processing step.
Continue on the selected path while keeping the producer decoupled from destinations.
What this pattern helps you decide
Attach the remaining itinerary to the message and let each processor forward it to the next listed step.
Where you may see it
- Workflow steps stored in message metadata
- Durable Functions dynamic activity list
- Configuration-driven Logic App routing
How the analyzers can surface it
- Dynamic sequential destinations
- Route metadata
Pattern detection is contextual. GateSift should present these as architectural signals, not claim a pattern is implemented solely because one policy statement or adapter exists.
The pattern name and selected problem statement are adapted from Enterprise Integration Patterns by Gregor Hohpe and Bobby Woolf under CC BY 3.0. GateSift summaries, Azure mappings, analyzer guidance and diagrams are original. No endorsement by the original authors is implied.