-
Notifications
You must be signed in to change notification settings - Fork 0
"Execute Command" Operation
olitank edited this page Nov 24, 2025
·
3 revisions
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.