How to replicate the logic equivalent to while loop in Snaplogic pipelines
There is a child pipeline which returns values like completed, in queue, processing etc. The requirement is that parent pipeline to run this child pipeline till it returns Completed, of-course after ...