Launch Application
Launches a windows application.
Launches the specified windows application using the specified executable path.
Input
Application Path :
String ArgumentRequiredThe full file path where you can find the executable file of the application you want to open.
For example, if you want to open Notepad, the path should look like "C:\WINDOWS\system32\notepad.exe"
Arguments :
String ArgumentThe parameters that can be passed to the application at startup.
Timeout :
Integer ArgumentRequiredThe amount of time (in milliseconds) to wait for the activity to run before an error is thrown.Working Directory :
String ArgumentThe path of the working directory that will be used by the launched application.
Last updated