10-13-2020 05:07 AM
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
10-14-2020 12:06 AM
@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?
10-20-2020 01:34 AM
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
10-14-2020 12:10 AM
I’ll check with out Professional Services team to see if they’ve encountered it.
10-14-2020 07:48 AM
@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.