-
Notifications
You must be signed in to change notification settings - Fork 0
"Execute Command" Operation
This operation allows to execute a system command in "command line" mode.
Whether the operation simply starts the command process without waiting for its completion (otherwise the plan execution is blocked until the command is completed or the timeout is exceeded).
The path to the command's executable file.
The list of arguments passed to the command.
Maximum execution time (milliseconds) for the command. The command process is terminated if its lifetime exceeds this time. This timeout is infinite by default, if its value is zero, or if it is negative.
Specifies the directory from which the command is executed. By default, the current directory is used.
NOTE: This result is only available if the operation is asynchronous.
Integer exit status.
Text available in the standard output.
Text available in the error output.
Indicates whether the maximum execution time has been exceeded.