File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ participant "Registrator" as Registrator
1010Service -> Registrator : run new saga
1111Registrator --> Service : return SagaId
1212Service -> Service : run first step
13- Service --> Registrator : run second step, send second step compensation
13+ Service --> Registrator : run second step, send first step compensation
1414Service --> ServiceA : run second step
1515
1616ServiceA -> ServiceA : run second step
17- ServiceA --> Registrator : run third step, send third step compensation
17+ ServiceA --> Registrator : run third step, send second step compensation
1818ServiceA --> ServiceB : run third step
1919
2020
@@ -23,6 +23,5 @@ ServiceB -[#red]> ServiceB: run third step (ERROR)
2323
2424Registrator -> Registrator : third step timeout (12 hours), send compensations
2525
26- Registrator --> ServiceB : Compensation for third step
2726Registrator --> ServiceA : Compensation for second step
2827Registrator --> Service : Compensation for first step
You can’t perform that action at this time.
0 commit comments