I haven’t tested another process so far. Will try that.
project.json file contents are listed below. I won’t be able share the published version as I will need to get approvals for that.
{
“name”: “Mailbox Management”,
“description”: “Blank Process”,
“main”: “Main.xaml”,
“dependencies”: {
“UiPath.Cryptography.Activities”: “1.4.1”,
“UiPath.Database.Activities”: “1.6.1”,
“UiPath.Excel.Activities”: “2.12.3”,
“UiPath.Mail.Activities”: “1.12.3”,
“UiPath.PDF.Activities”: “3.6.0”,
“UiPath.System.Activities”: “22.10.4”,
“UiPath.UIAutomation.Activities”: “22.10.5”,
“UiPath.Word.Activities”: “1.16.2”,
“UiPathTeam.ReadEmailToPdf.Activities”: “[2.0.0.4]”
},
“webServices”: ,
“entitiesStores”: ,
“schemaVersion”: “4.0”,
“studioVersion”: “21.10.5.0”,
“projectVersion”: “2.0.159”,
“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”: false,
“pipType”: “ChildSession”
},
“designOptions”: {
“projectProfile”: “Developement”,
“outputType”: “Process”,
“libraryOptions”: {
“includeOriginalXaml”: false,
“privateWorkflows”:
},
“processOptions”: {
“ignoredFiles”:
},
“fileInfoCollection”: ,
“modernBehavior”: false
},
“arguments”: {
“input”: ,
“output”:
},
“expressionLanguage”: “VisualBasic”,
“entryPoints”: [
{
“filePath”: “Main.xaml”,
“uniqueId”: “aba9cde4-08b6-473e-87bf-5383aa75b84b”,
“input”: ,
“output”:
}
],
“isTemplate”: false,
“templateProjectData”: {},
“publishData”: {},
“targetFramework”: “Windows”
}