cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exception response not being sent back to HTTPS Sender Adapter

0 Likes
2,075

I am using HTTPS Sender Adapter in my IFLOW.I want to handle the exceptions.

I have the parameter Return Exception To Sender checked. But I am still getting a generic message when an exception occurs and not the exception message.

Use Case: I am using a Splitter and exception occurs when processing of a record fails. I have Stop on Exception checked in the Splitter.

I have tried adding a Exception SubProcess with a Content Modifier. But this also does not send the exception message to the Sender.

How can I send the exception text back to HTTPS Sender?

View Entire Topic
robsonchiarello
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Shruthi,

Have you tried using an exception end event in your exception subprocess?

Regards,

Robson

0 Likes

Hi Robson,

Yes I have added and tried that too. Its not sending back the exception response.