! Argument !! Type !! Direction !! Purpose
|- align="left"
| stringFileName|| FileName {{Text}} || In || The path to the executable file or the document file.
|- align="left"
| stringArguments|| Arguments{{Text}}|| In || Additional arguments to use (optional, used to pass arguments for executable files).
|- align="left"
| stringWorkingDirectory|| WorkingDirectory{{Text}} || In || Working directory (optional, used to specify a working directory for executable files). This value only has effect together with executable files.
|- align="left"
| intTimeOut|| TimeOut{{Integer}} || In || Time out value in seconds (optional, to wait for a maximum amount of time for the invoked process to finish). Leaving this value empty or setting it to 0 means that the workflow continues execution immediately, otherwise the specified amount of seconds will be spent waiting for the process to finish.
|- align="left"
| Result|| bool{{Boolean}}|| Out || true if process successfully finished, false if not
|}