Establish the first processing step and the context carried with the message.
Process Manager
Use a stateful coordinator that tracks process progress and determines the next action from business state, events and completion rules.
How do we route a message through multiple processing steps when the required steps may not be known at design-time and may not be sequential?Adapted from Enterprise Integration Patterns under CC BY 3.0. The visualization and explanatory content on this page are original GateSift material.
How Process Manager works
The message moves through a coordinated sequence of processing steps and decisions.
Use Process Manager to coordinate ordering, decisions and intermediate results.
Complete the flow or select the next step based on the accumulated state.
What this pattern helps you decide
Use a stateful coordinator that tracks process progress and determines the next action from business state, events and completion rules.
Where you may see it
- Durable Functions orchestrator
- Logic Apps stateful workflow
- BizTalk orchestration
How the analyzers can surface it
- BizTalk orchestration services
- Stateful and branching flows
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.