Money transfer
Saga-style transfer: debit, credit, compensate on failure.
Why this shape
Long-running backend processes need durable waits, retries, and external interaction. This use case shows how Dex capabilities compose for that problem domain.
Code examples
# Browse examples/*/money*transfer* (Python tree under examples/python)