Forum Discussion

ddangler's avatar
ddangler
New Contributor III
9 years ago

How to invoke child pipeline for 'N' times where 'N' is known only at run time in the parent pipeline?

Hello Forum, I have a input document like this: [ { "count" : 10 } ] and I need to invoke child pipeline using Pipeline Execute snap 10 times. If count is 5, I need to execute child pip...