Forum Discussion

saisantosh25's avatar
saisantosh25
New Contributor II
8 years ago

Snaplogic Child pipeline execution

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

  • jcampion's avatar
    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.