Vijay, This would be treated as arguments to a single command.
One option would be to create a simple bash script that executes the desired commands and invoke that from the processor. Or, of course, you can chain together multiple processors. Thanks -Mark > On Feb 13, 2019, at 1:48 PM, Vijay Chhipa <[email protected]> wrote: > > Hi, > > I have a ExecuteStreamCommand processor running a single command, (executing > a -jar <args> ) and it runs fine, > > I need to run the same command but with different arguments. > > My question is: Can I put multiple lines as command arguments and still have > a single instance of the ExecuteStreamCommand? > > Would those be treated as arguments to a single command, or each line of > arguments would be treated as separate command? > > > Thanks > > Vijay > > >
