Forum Discussion
Ganesh
5 years agoNew Contributor II
Hi,
Pipeline Execute snap’s output will be based on the input and output configuration of the child pipeline as follows,
- In case of open input and open output it will get the previous snap’s output document as input and execute the child flow once and return the open end snap’s output to the parent flow.
- In case of closed input and open output it will call the child pipeline for n number of times where n is the number of output documents from its previous snap and return the open end output snap’s value to the parent flow.
- In case of closed input and closed output it behaves similar to the previous case instead of passing the output it will give the ruuid and status as output to the parent flow.
In all the above cases we could get the previous snaps output also as output under original field.
Thanks,
Ganesh. D