I had to create a queue with a unique reference, in my process I try to insert an item transaction with the “add queue item” activity
I want to know with a try catch if my reference is unique or not, this allows me to trigger a treatment on the non-unique case
At the end of this processing, I see that I have to use “OrchestratorHttpException” to work with the duplicate reference. But I can never display the corresponding message from the “OrchestratorHttpException” part
I forgot to put it back in the try catch; I had positioned it here to get the exception to catch.
I repositioned it in the try but still got the same result.