Summary
Temporal provides durable workflow execution with compensation support, implementing the saga pattern without custom state machine code in the application.
Evidence
- ·temporal primary_use_case includes saga compensation workflows; saga_coordinator is a topology role (technologies/temporal.yaml)
- ·saga_pattern lists temporal_io in alternative_technologies and requires durable orchestrator state (patterns/saga_pattern.yaml)
Evidence grounding
Grounded, 2 supporting itemsTemporal's durable execution provides the persistent orchestrator state a saga requires.