DBRaven
Relationship · Supports
Source: Technology·Target: Pattern

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 items

Temporal's durable execution provides the persistent orchestrator state a saga requires.

temporal supports saga_pattern: DBRaven