Single pipeline to call multiple pipelines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2018 04:45 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2018 08:26 AM
Yes, you can chain them You likely want to call each just once though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2018 09:49 PM
Thank you, Stephen
Issue resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2018 11:43 AM
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2021 12:07 PM
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
