Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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.

PropertyDescription
Delay After ExecutionThe number of seconds to pause after running.
Delay Before ExecutionThe number of seconds to pause before running.
HeightSpecifies the height of the application window that is launched.
LeftSpecifies the location of the application that is launched along the left edge of the screen.
TopSpecifies the location of the application that is launched along the top edge of the screen.
WidthSpecifies the width of the application window that is launched.
Enable TimeoutOption to set a timeout value.
TimeoutNumber 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 SecondsMaximum time, in seconds, to wait for the image or application to appear on the screen.The default value is 30 seconds.
Wait For StartSpecifies the wait time \(in seconds\) before the action is executed.
StateSpecifies the state in which the Windows based or web-based application is launched. The states are normal, maximized, minimized, hidden, or custom location.

Procedure

  1. In the Toolbox pane, navigate to General > START APP.

  2. Drag the START APP component to the Design surface.

  3. To configure the input fields, see Configure port properties.

  4. 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 typePort nameData typePurpose of connectionDefault valueMandatory?
Data InFile PathStringTakes the path to the file or the application in the local disk.No default valueYes
Data InArgsStringTakes the arguments for the path.For example, if you provide the local path to the Google Chrome browser, the argument can be https://servicenow.comNo default valueNo. Connecting the port is optional.
Data OutWindow HandleIntegerReturns the window handle of the file or application.Not applicableNot applicable
  1. To test the component, under the DESIGN tab, click Run.

Parent Topic:General