You can use this method to invoke an operating system command (command line).
PARAMETERS
| Parameter | Type | Description |
|---|---|---|
| FileName | String (Context Store Reference, Data Constant Reference) | A file to run (e.g. MyApplication.exe) |
| Arguments | String (Context Store Reference, Data Constant Reference | All the command line arguments as a single string (e.g. -do everything -dono evil) |
| Timeout | Int (Context Store Reference, Data Constant Reference | Timeout in milliseconds to wait for the process to exit. After the timeout, the workflow will continue without waiting for the process to be finished. |