cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to return a response body after an error pipeline?

Henchway
Contributor

Hello everyone,

when using triggered tasks, i was wondering if there is any way to recover from an error pipeline to return a body to the requestor?

Best regards
Thomas

5 REPLIES 5

Supratim
Contributor III

@Henchway - Error pipeline is useful for normal ETL scenario but for exposing APIs you can follow the traditional approach, take error view out and union all your error and success flow as final response.
I have also tried but not found the solution.

@dmiller Do you have any other solution for this scenario?

Thank you, that’s what i’ve been doing.
Now the issue is that it won’t fit a unified error/transaction logging approach, but i suppose we’ll have to come up with a new one there.

Best regards
Thomas

dmiller
Admin Admin
Admin

I’ll check with out Professional Services team to see if they’ve encountered it.


Diane Miller
Community Manager

@dmiller Thanks Diane. As per my understanding only using Ultra it might be possible but for normal ETL use cases I need your help to find any workaround/solutions.