Hi,
I hava an integration scenario with HCI and have 2 Odata webservice to call. First one is for header data and the second one is for details data.
I have looped over Header data( using Splitter-Gather ) and inside that loop call the Details Service using Odata adapter.It works fine, but when the details service's response back with HTTP 400 error(its possible), the integration flow gets an exception and immediately finishes the integration. I know exception subprocess item but it helps to send error data only.
Is there a way to skip this exception error to continue for processing the remained data?
Best regards