Forum Discussion
tstack
6 years agoFormer Employee
As @christwr mentioned, the default behavior in PipeExec is to spawn a child for every input document. It sounds like you want the opposite behavior, to start a single child that processes all documents received by the PipeExec. You can switch to that behavior by selecting the Reuse executions to process documents option.
graham-onpoint
6 years agoNew Contributor II
Thank you very much.