Command Executor
The Command Executor operator executes the given command for each arrival of a message on the stdin port. The arriving message is provided on standard input. The complete standard error and standard output of the command is available on stderr and stdout respectively after completion of the command.
Configuration Parameters
Parameter |
Type |
Description |
---|---|---|
cmdLine |
string |
The command line to be executed. |
Input
Input |
Type |
Description |
---|---|---|
stdin |
blob |
The input for standard input. |
Output
Output |
Type |
Description |
---|---|---|
stdout |
blob |
The output from standard output. |
stderr |
blob |
The output from standard error. |