cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Single pipeline to call multiple pipelines

sp41832
New Contributor

Hi,

I need to design a scheduled task, such that each pipeline executes one after other.
Either i can visit each pipe line and schedule them individually.(Currently doing this)
Is there any other way where i can design a single pipeline where it calls all other pipelines in a single project space? and error handling at the same time.

5 REPLIES 5

stephenknilans
Contributor

Yes, you can chain them You likely want to call each just once though.

Thank you, Stephen

Issue resolved.

nsmith
New Contributor III

We use Pipeline Executes as they are less error prone than just dragging the pipeline call.

You can make something like the screenshot below, which will also email any errors and continue execution if there is a failure (if you want that). image

in below example, 6th sub pipeline fails, now i have to rerun the complete master pipeline including 1st,2nd,3rd,4th and 5th that have succeed. Is there a way in snaplogic not to rerun the already succeeded process by time. so this way when i run the master pipeline again after resolving the issue, it will execute only 6th sub pipeline and skip the rest

image