Forum Discussion
dimitri_hristov
6 years agoContributor
Hi @dwhansen-cbg,
When the child pipeline finishes its execution, do you need some output to be passed onto the parent pipeline once the execution is completed?
If you don’t, then the REST API snap will have a document on its output view as soon as it receives a document from the executing child pipeline. So, yes, as @christwr points out, you could have the child pipeline send a document from an unlinked output view of, say, a Mapper Snap or a JSON Generator Snap. That way the REST API Snap receives its document and carries on on its merry way, and the child pipeline continues its execution on its own, up to the time when it completes.
Hope this is useful to you.
BR,
Dimitri