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.