Orchestration with Durable Functions
摘要
OrderProcessor can now persist orders, publish events, and query state efficiently, but it still lacks one critical capability: coordination. Real workflows do not end at data storage or event publication. They span multiple dependent steps, include failures and retries, and often pause for time-based rules or human decisions. In a distributed system, that kind of process needs more than independent event handlers. It needs orchestration.