Launch Application
Launches a windows application.
Launches the specified windows application using the specified executable path.
Input
Application Path :
String Argument
Required
The 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 Argument
The parameters that can be passed to the application at startup.
Timeout :
Integer Argument
Required
The amount of time (in milliseconds) to wait for the activity to run before an error is thrown.Working Directory :
String Argument
The path of the working directory that will be used by the launched application.
Last updated