Forum Discussion
Arrgh! Indeed, Bojan, you are right. I always forget, that one should not relay on just a half-reliable platform. Also, if runtime presents the result same as validation.
Terribly sorry for that. I suppose, it comes from the habit of using other mature integration tools. I promise to remember that in the future. I must admit, it presents a certain kind of a thrill “Oh goodie! which feature is reliable in this release, my-oh-my!” - very exciting.
Thank you and kind regards.
Output:
[{"amount":1000.00}]
Updated pipeline attached.
toDouble_2022_01_12.slp (8.6 KB)
- RogerSramkoski6 years agoEmployee
Hello and welcome to the SnapLogic Community! Below are a couple similar threads that may help address your situation. If it does not, please provide more details about your pipeline design and existing error handling.
- harshareddy6 years agoNew Contributor II
I have used this. But here is my usecase. I want to have process which is able to capture multiple as well as single error and fail the process based on if i want to fail the error on single or multiple errors.
- RogerSramkoski6 years agoEmployee
Error pipelines can capture multiple errors. You can build logic into your error pipelines using snaps like Router and Exit that would allow you to create branches and only stop the pipeline on certain criteria.