cancel
Showing results for 
Search instead for 
Did you mean: 

Snaplogic Child pipeline execution

saisantosh25
New Contributor II

HI ,
My requirement is to build a pipeline That should call another pipeline which is in another Project folder with in a same environment . Can we call a pipeline from one folder to another folder ? If yes, What is the syntax? Could you please anyone help me out?

1 REPLY 1

jcampion
New Contributor III

We do this all the time. Use a Pipeline Execute snap and a relative path,
E.g.
With a subpipeline in a project space “common” and project “runtime”
use
…/…/common/runtime/mysubpipeline

Make sure the user running the subpipeline has execute rights on the project.