Forum Discussion

chris_king's avatar
chris_king
New Contributor II
6 years ago
Solved

How to stop Parent Pipelines

Hi, I want to understand how an error on a child pipeline impacts the parent. We have a parent pipeline calling a child pipeline with a pool size of 1 so that it processes a series of sql scripts i...
  • RogerSramkoski's avatar
    6 years ago

    Hello Chris and welcome to the SnapLogic Community! Because you have an error pipeline on the child it is only the child pipeline that will exit. If you remove the error pipeline from the child, then the error will trickle up to the parent to be handled by the parent error pipeline which should cause the parent pipeline to exit.