Sub Activity – Application
This includes activities for opening and managing applications, allowing automation of application-related tasks.
The Application category has the following sub-activities:
Kill Process: This activity terminates any instance of a specified running application.
Input Properties:
- ProcessName: The name of the Process to be closed.
- BasedOnUser: If checked, this activity will kill process started by the current user.
Open Application: This activity allows the user to open the specified application and create an application object.
Input Properties:
- FileName: The full path or name of the Application to be opened.
- Arguments: Arguments to be passed to the process.
- ApplicationWindow: Window variable that returns active window.
Start Process: This activity helps to start a new Process.
Input Properties:
- FileName: The name of the application to start, or the name of a document associated with an application that has a default open action.
- Arguments: Command-line arguments to use when starting the application.
- WorkingDirectory: Working directory for the process to be started.