Skip to main content

Executor

Executor

Execute the following process against the file.

info

For more advanced use, consider using a Function instead. A function node can execute commands and then process the output of the command, including updating th working file etc.

File Name

The name of the file to execute

Arguments

The arguments to be passed to the process to execute

Working Folder

The folder where the process will be executed from

Success Code

The exit code of the process indicating the process was successful. Usually this should be 0.

Timeout

How long the process can run for before being terminated. Use 0 for no timeout.

Output Variable

An optional variable name to store the process output into.

Output Error Variable

An optional variable name to store the process error output into.


Outputs

  1. Process returned success
  2. Process returned failure