Solved
Forum Discussion
christwr
7 years agoContributor III
I’ve seen people suggest creating a Triggered Task for the child pipeline, and then have the parent pipeline call the child pipeline via REST GET snap and use the REST GET snap’s “Has Next” and “Next URL” capabilities (typically for paging) to do a while loop. The child pipeline has to return something that the parent “Has Next” can evaluate.
MuraliNagula
7 years agoNew Contributor
How and where do set these “Has Next” and “Next URL” in the triggered task ?