As a NEW user, I was not able to add the details in the same thread of my original question opening a new topic. And adding the details of sequence XAML file and main XAML file
{
“DisplayName”: “Main”,
“Tooltip”: null,
“HelpLink”: null,
“Color”: null,
“OriginalIconFileName”: null,
“Arguments”: [
{
“Name”: “in_OrchestratorQueueName”,
“DisplayName”: “in_OrchestratorQueueName”,
“Category”: null,
“Tooltip”: “Allows the Orchestrator queue name to be passed as an argument, instead of only being defined in the configuration file.”,
“Placeholder”: null,
“Widget”: null,
“IsRequired”: false,
“IsPrincipal”: true,
“ArgumentType”: 0,
“DataSourceItems”: null
},
{
“Name”: “in_OrchestratorQueueFolder”,
“DisplayName”: “in_OrchestratorQueueFolder”,
“Category”: null,
“Tooltip”: “Allows the Orchestrator folder name where the queue is created to be passed as an argument, instead of only being defined in the configuration file.”,
“Placeholder”: null,
“Widget”: null,
“IsRequired”: false,
“IsPrincipal”: true,
“ArgumentType”: 0,
“DataSourceItems”: null
}
]
}
Clicked on RUN FILE option.
Current Output
The robot runs twice, and the mentioned URL gets opened in the 2 separate browsers. And in third run EXCPETION is thrown
Expected Output
The robot should run only once and the control should return back to the UiPath Application.
Note- Main and sequence XAML file contents are already added in the question.