Use the Start App component
Start or launch an application or file by using the START APP component in RPA Desktop Design Studio.
Before you begin
Role required: none
About this task
You can configure the properties for the Start App component.
| Property | Description |
|---|---|
| Delay After Execution | The number of seconds to pause after running. |
| Delay Before Execution | The number of seconds to pause before running. |
| Height | Specifies the height of the application window that is launched. |
| Left | Specifies the location of the application that is launched along the left edge of the screen. |
| Top | Specifies the location of the application that is launched along the top edge of the screen. |
| Width | Specifies the width of the application window that is launched. |
| Enable Timeout | Option to set a timeout value. |
| Timeout | Number of seconds that the operation ends after if not completed. To apply this value, you must set the Enable Timeout property. |
| Max Wait Time in Seconds | Maximum time, in seconds, to wait for the image or application to appear on the screen.The default value is 30 seconds. |
| Wait For Start | Specifies the wait time \(in seconds\) before the action is executed. |
| State | Specifies the state in which the Windows based or web-based application is launched. The states are normal, maximized, minimized, hidden, or custom location. |
Procedure
In the Toolbox pane, navigate to General > START APP.
Drag the START APP component to the Design surface.
To configure the input fields, see Configure port properties.
Connect the data and control ports of the Start App component to the corresponding ports of the other component as described in the following table.
| Port type | Port name | Data type | Purpose of connection | Default value | Mandatory? |
|---|---|---|---|---|---|
| Data In | File Path | String | Takes the path to the file or the application in the local disk. | No default value | Yes |
| Data In | Args | String | Takes the arguments for the path.For example, if you provide the local path to the Google Chrome browser, the argument can be https://servicenow.com | No default value | No. Connecting the port is optional. |
| Data Out | Window Handle | Integer | Returns the window handle of the file or application. | Not applicable | Not applicable |
- To test the component, under the DESIGN tab, click Run.
Parent Topic:General