Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-outbox.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
This commit is contained in:
Bilgin Ibryam 2025-09-11 16:45:09 +01:00 committed by GitHub
parent 6f2bf282bb
commit 8bc499d18d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Dapr outbox processes requests in two flows: the user request flow and the backg
<img src="/images/state-management-outbox-steps.png" width=800 alt="Diagram showing the steps of the outbox pattern"> <img src="/images/state-management-outbox-steps.png" width=800 alt="Diagram showing the steps of the outbox pattern">
Here is the full sequence of interactions: This is the sequence of interactions:
1. Application calls the Dapr State API to write state transactionally. 1. Application calls the Dapr State API to write state transactionally.
This is the entry point where business data, such as an order or profile update, is submitted for persistence. This is the entry point where business data, such as an order or profile update, is submitted for persistence.