# Overview
The saga patterns is... #flashcard
An approach is distributed systems where processes a broken down into a sequence of independent steps that can each be undone is something goes wrong. This helps with scenarios where you have contention among many services by keeping resource frees and just undoing things when an issue is arrived. The tradeoff is inconsistent state temporarily.
# Key Considerations
# Implementation Details
# Useful Links
# Related Topics
## Reference
#### Working Notes
#### Sources