Forum Discussion
Solved
Isn’t recursion where something calls itself?
You should be able to have A that calls B, and then B that calls C.
Sounds like maybe you’re just trying to implement looping (until param == 0)?
Not sure if it’s “legit” from SnapLogic’s perspective, but you can implement looping between parent/child pipelines. Have the child pipeline exposed via triggered task, then have parent pipeline use REST GET snap to call the child pipeline triggered task, and use the REST GET’s pagination features (Has Next & Next URL) to evaluate some criteria and re-GET the child pipeline until criteria is false.
- darshthakkar3 years agoValued Contributor
Thank you @koryknick for your quick response.
Related Content
- 2 years ago
- 3 years ago
- 2 years ago
- 4 years ago