You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Chris Teoh <ch...@gmail.com> on 2015/09/03 00:33:50 UTC

Execute command processor

Hi,

Can the stdout of the execute command processor get returned as a flow file
for other processors to use?

Kind regards
Chris

Re: Execute command processor

Posted by Rick Braddy <rb...@softnas.com>.
Yes it does. Stdout is redirected into a new FlowFile. If it's a long running external process, it can split into multiple FlowFiles (configurable).

Rick



> On Sep 2, 2015, at 3:34 PM, Chris Teoh <ch...@gmail.com> wrote:
> 
> Hi,
> 
> Can the stdout of the execute command processor get returned as a flow file for other processors to use?
> 
> Kind regards
> Chris