Changes
! Argument !! Type !! Direction !! Purpose
|- align="left"
| FileName|| {{TextString_MSDN}} || In || The path to the executable or the document file.
|- align="left"
| Arguments|| {{TextString_MSDN}}|| In || Additional arguments (optional, used to pass arguments for executable files).
|- align="left"
| WorkingDirectory|| {{TextString_MSDN}} || In || Working directory (optional, used to specify a working directory for executable files). This value is only used in combination with executable files.
|- align="left"
| TimeOut|| {{IntegerInteger_MSDN}} || 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|| {{BooleanBoolean_MSDN}}|| Out || true if process successfully finished, false if not
|}