Changes
/* Arguments */
| WorkingDirectory|| {{String_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|| {{Integer_MSDNInt32_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|| {{Boolean_MSDN}}|| Out || true if process successfully finished, false if not