Question
1
Replies
72
Views
capgemini
Posted: May 8, 2018
Last activity: May 9, 2018
Closed
error handling when multiple child requestors in action
can someone , please explain the way to handle error when multiple child requestors are in action( for an example: more than one rdb operations run in parallel, how to know which rdb methods throws exception/error in this case)
***Updated by moderator: Lochan to update Categories***
Hi,
Could you please elaborate on how the child requestors are being spun off? I suspect that if you're using something like the Queue method to run an activity in a child requestor you could potentially handle any errors within that activity and have that activity include some sort of unique identifier in your output.
-Kurt