Forum Discussion
Recursion is not supported because it’s too easy to lose control of the execution and have it start spawning child executions and overloading the Snaplex.
Can I ask what you’re trying to achieve?
masterkrause
6 years agoNew Contributor
My team wants to be able to get a list of pipelines that call other pipelines. For example:
Pipeline A calls Pipeline B. Pipeline B calls Pipeline C.
Using recursion is the most elegant, and in my opinion, the most correct way to traverse this type of list. Furthermore, we know that there is a limit to how many children can be called, for us it is about 50. For traversing pipelines, we will never have more than 4 or 5 nested children at a time.
Related Content
- 3 years ago
- 3 months ago
- 5 months ago
- 6 months ago