I am unable to update the entity relationship in my saga instance event.
I am able to create One-to-One row for an entry however while I come back to IssueLocation state again it is not detecting row is already exist and thorwing error
here is my code https://github.com/jaisopenoffice/IssueRequestStateMachine/tree/master
I need to update IssueLocation instead of adding new record(at IssueTypeAccepted event). First time it is working but when I come back to the same state again that's where it is trying to create new record. Is there a right way to do it?