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.