FaultHandlingDesignForMultipleOrchestrations
Summary
FaultHandlingDesignForMultipleOrchestrationsContent
Hello,
I am having one main app driven project which calls 4 app driven synchronous projects in a order in a for loop. So If there are 1000 requests came to main project then these 4 child projects will call 1000 times in a loop. Inside these 4 child projects, I am having some rest calls to send the data to target system. Again these 4 child projects can loop (max 10 times) based on payload data. So I need to implement fault handling logic for this design. If any single rest call fails in this design, I should be able to catch
Tagged:
1