Handling domain error from Saga's published commands #940
Unanswered
adventphang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am new to EventFlow, and I find this project really amazing. I have run into an issue that I do not know how to resolve. I did my best looking around - so if there's a documentation on this, or if it has been answered before, appreciate if you can point me to the right direction.
What is the best way to handle DomainError thrown by aggregate as a result of handling a command published from a Saga? My intention is to capture the DomainError and rollback whatever steps the Saga has done before.
To provide additional context to this question:
Beta Was this translation helpful? Give feedback.
All reactions