Skip to content

Commit

Permalink
diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
kopaygorodsky committed May 19, 2022
1 parent 8bbb0ab commit aa19154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Saga component.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ graph TD
URF --> |retries > 0| RUC
URF --> |retries == 0| F(("Saga failed"))
CIC --> |failed| INF{InvoiceCreationFailed}
INF --> |retries > 0| CI
INF --> |retries > 0| CIC
INF --> |retries == 0| F
F --> Compensate[CompensateSagaCommand]
F --> Recover[RecoverSagaCommand]
Expand Down

0 comments on commit aa19154

Please sign in to comment.