Error Pipeline Feature
This is regarding the 2017 Error Pipeline Feature introduced in Fall Release 4.11 which is now available in UAT.
This feature would help us in making the pipeline design look neater by eliminating the explicit exception handlers from the pipeline design. But I was wondering how to handle the below mentioned scenario:
The exception handler details is given at the pipeline level. But if I want to capture the exception in each snap into separate file (Assuming that my exception handler would look like JSON Formatter => File Writer), I will parameterize the ErrorFileName. But this should look like ‘Err_’+snap.label+‘.json’. But since we are giving this expression at the pipeline level, snap.label doesn’t make sense. How can I generalize the same?