Thanks @vrdabberu .
I checked the thread, but mine didn’t use global exception handler. I created the project in Studio.
this is the project.json details:
{
“name”: “BlankProcess1”,
“projectId”: “e534dfda-68ff-476b-b3ff-efaf77070422”,
“description”: “Blank Process”,
“main”: “Main.xaml”,
“dependencies”: {
“UiPath.Excel.Activities”: “[2.23.2-preview]”,
“UiPath.Mail.Activities”: “[1.22.1]”,
“UiPath.System.Activities”: “[24.2.0-preview]”,
“UiPath.Testing.Activities”: “[24.2.0-preview]”,
“UiPath.UIAutomation.Activities”: “[24.2.0-preview]”
},
“webServices”: ,
“entitiesStores”: ,
“schemaVersion”: “4.0”,
“studioVersion”: “24.2.0.0”,
“projectVersion”: “1.0.0”,
“runtimeOptions”: {
“autoDispose”: false,
“netFrameworkLazyLoading”: false,
“isPausable”: true,
“isAttended”: false,
“requiresUserInteraction”: true,
“supportsPersistence”: false,
“workflowSerialization”: “DataContract”,
“excludedLoggedData”: [
“Private:*”,
“password”
],
“executionType”: “Workflow”,
“readyForPiP”: false,
“startsInPiP”: false,
“mustRestoreAllDependencies”: true,
“pipType”: “ChildSession”
},
“designOptions”: {
“projectProfile”: “Developement”,
“outputType”: “Process”,
“libraryOptions”: {
“includeOriginalXaml”: false,
“privateWorkflows”:
},
“processOptions”: {
“ignoredFiles”:
},
“fileInfoCollection”: ,
“saveToCloud”: false
},
“expressionLanguage”: “VisualBasic”,
“entryPoints”: [
{
“filePath”: “Main.xaml”,
“uniqueId”: “6f0d9db7-d9cc-465c-934f-53477991ebeb”,
“input”: ,
“output”:
}
],
“isTemplate”: false,
“templateProjectData”: {},
“publishData”: {},
“targetFramework”: “Windows”