All Questions
Tagged with exception-handling or exception
1 questions from the last 7 days
-1 votes
0 answers
44 views
Infrastructure storage exception handling in DDD-ish app [closed]
I have a DDD-ish application where a long-running business process is split into workflow steps. Each step is idempotent and starts from a message handler. Very simplified flow of a single step: ...