make `StatusResultRetryProcess` handle exceptions
ndr-brt opened this issue · 0 comments
ndr-brt commented
Feature Request
Looks like, differently from the other RetryProcess
implementations, an exception thrown by the processor will not be handled, having the caller to handle it, instead it could be catched and marked as a failure by the StatusResultRetryProcess
.
Which Areas Would Be Affected?
state machine
Why Is the Feature Desired?
Are there any requirements?
Solution Proposal
If possible, provide a (brief!) solution proposal.