Question
5
Replies
278
Views

Asurion
GB
Posted: January 2, 2020
Last activity: January 3, 2020
Last activity: 3 Jan 2020 3:10 EST
Closed
REST Services - Transaction Rollback
Hi
I have a scenario where my pega flow makes three REST calls (C1, C2 and C3) sequentially to three different external systems to complete a business transaction. All these are POST operations and makes some changes in their respective systems. If C3 fails, I want changes occurred within C1 and C2 should be rolled back. Is there a standard design approach for this? Please advise.