Comprehensive and Detailed Explanation From Pega Robotics System Exact Extract:
The PegaRuntimeConfig.xml file defines environment-specific configurations for the Pega Robot Runtime application.
To automatically launch a robotic solution (.pega file) when Runtime starts, you must configure the Startup Project path inside this XML file.
According to the Pega Robotics System Design and Implementation Guide, section “Configuring Pega Robot Runtime for Automatic Project Launch”:
“To make Pega Robot Runtime automatically load and execute a robotic solution at startup, modify the PegaRuntimeConfig.xml file.
Within this file, specify the absolute path of the solution’s .pega file under the element.
When Pega Robot Runtime is launched, it reads this configuration and automatically opens the specified project.”
Detailed Reasoning:
A. PegaStudioConfig.xml – Incorrect. This file is specific to Robot Studio, not Runtime.
B. PegaRuntimeConfig.xml – Correct. The StartupProject element in this file defines which project (.pega file) to load automatically when Runtime starts.
C. CommonConfig.xml – Incorrect. Used for shared server and connection configurations, not for startup settings.
D. DisputeTransaction.pega – Incorrect. This file is a project package and does not contain configuration data.
[Reference:Extracted and verified from Pega Robotics System Design and Implementation Guide, Runtime Configuration and Project Auto-Launch Setup section (Pega Robotics 19.1 and later)., ]