Start Process
Description
This action component allows you to start a specified application with arguments.
Input Properties
- File Name (String) – The full file path where you can find the executable file of the application to be started.
- Arguments (String) – The parameters that can be passed to the application at startup.
- Wait For Exit (Int) – Specifies the amount of time (in milliseconds) to wait for the process to exit.
- UseShellExecute (Checkbox) – If checked, UseShellExecute mode to start application.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.