From what I see in the documentation and few forum threads backward compatibility refers to running the project on older versions. But my robot is actually starting and doing what is suppose to do, all activities work properly and there is nothing that hints if there is any problem with versions and packages. I’ve checked Package Manager, checked the new json file that was created from studio with the old one from community edition and the only difference was this :
NEW JSON:
{
“name”: “MainProcessingPayments”,
“description”: “Process Payments”,
“main”: “Main.xaml”,
“dependencies”: {
“AdvanceExcel”: “[1.0.9]”,
“PDF_Activities”: “[1.0.2]”,
“UiPath.ComputerVision.Activities”: “[2.1.0]”,
“UiPath.Excel.Activities”: “[2.6.3]”,
“UiPath.Mail.Activities”: “[1.6.0]”,
“UiPath.PDF.Activities”: “[3.0.0]”,
“UiPath.System.Activities”: “[19.8.0]”,
“UiPath.UIAutomation.Activities”: “[19.8.0-ce]”,
“UiPath.Vision”: “[1.8.0]”
},
“webServices”: ,
“schemaVersion”: “3.2”,
“studioVersion”: “19.4.4.0”,
“projectVersion”: “2.2.9”,
“runtimeOptions”: {
“autoDispose”: false,
“isPausable”: true,
“excludedLoggedData”: [
“Private:*”,
“password”
]
},
“libraryOptions”: {
“includeOriginalXaml”: false,
“privateWorkflows”:
},
“arguments”: {
“input”: ,
“output”:
}
}
OLD JSON:
{
“name”: “MainProcessingPayments”,
“description”: “Process Payments”,
“main”: “Main.xaml”,
“dependencies”: {
“AdvanceExcel”: “[1.0.9]”,
“PDF_Activities”: “[1.0.2]”,
“UiPath.ComputerVision.Activities”: “[2.1.0]”,
“UiPath.Excel.Activities”: “[2.6.3]”,
“UiPath.Mail.Activities”: “[1.6.0]”,
“UiPath.PDF.Activities”: “[3.0.0]”,
“UiPath.System.Activities”: “[19.8.0]”,
“UiPath.UIAutomation.Activities”: “[19.8.0-ce]”,
“UiPath.Vision”: “[1.8.0]”
},
“webServices”: ,
“schemaVersion”: “4.0”,
“studioVersion”: “19.7.0.0”,
“projectVersion”: “1.0.0”,
“runtimeOptions”: {
“autoDispose”: false,
“isPausable”: true,
“requiresUserInteraction”: true,
“supportsPersistence”: false,
“excludedLoggedData”: [
“Private:*”,
“password”
],
“executionType”: “Workflow”
},
“designOptions”: {
“projectProfile”: “Developement”,
“outputType”: “Process”,
“libraryOptions”: {
“includeOriginalXaml”: false,
“privateWorkflows”:
}
},
“expressionLanguage”: “VisualBasic”
}`