If a sub-transaction in a saga transaction fails, the entire saga transaction is rolled back.
This undoes the changes made by the failed sub-transaction and restores the data to its previous state, ensuring that the data in all the participating databases remains consistent and correct.