You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ logger.Infof("result of workflow.Execute is: %v", err)
100
100
When the above code runs, we can see in the console that services `TransOut`, `TransIn` has been called.
101
101
102
102
#### Rollback upon failure
103
-
If any forward operation fails, DTM invokes the corresponding compensating operation of each sub-transaction to roll back, after which the transaction is successfully rolled back.
103
+
If any forward operation fails, DTM invokes the corresponding compensating operation of each sub-transaction to roll back, after which the transaction is successfully rolled back.
104
104
105
105
Let's purposely trigger the failure of the second sub-transaction and watch what happens
0 commit comments