{ "title" : "Exec", "kind" : "process", "type" : "exec", "tags" : ["exec", "command", "shell"], "description" : "

Exec node

Execute a command. Inputs: The outputs are the standard output and error, and the return code of the command

", "inputs" : ["command","args","timeout","environment"], "outputs" : ["stdout","stderr","exit code"] }