Open Application Action
Open Application Action launches a specified desktop application on the system. It is commonly used to start required programs before performing automation tasks or to initialize the environment for subsequent UI interactions.
Appearance
In Talos, Open Application Action appears as a rectangular node with an play application icon, indicating application launch. It shows application name that will be launched.
Properties
As all Actions, Open Application Action has a few unique properties that are essential for it's functionality.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same type of actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
PathPath
The path to the application executable
ArgumentsString
Command line arguments to pass to the application.
ElevatedBoolean
Whether to run the application with elevated privileges (admin).