Start Application with Parameter

The Start Application with Parameter action launches an application on the machine running Grid Gateway and passes additional launch parameters to the program.

The application is defined by the File path, while optional command line arguments can be specified in the Launch Options field. These parameters allow applications to start with specific configurations or modes.

This is particularly useful for launching software with predefined settings as part of automated workflows.

Example:

  • File

    D:\UE_5.6\Engine\Binaries\Win64\UnrealEditor.exe
  • Launch Options

    -D:\myProject\myProject.uproject -game -log -renderoffscreen

In this example, Unreal Editor is started with parameters that launch it in game mode, enable logging, and run offscreen rendering.

Note: The available launch options depend on the application being started and must be supported by the target software.

Last updated