I created a process using SAP application. The project capture data in the application and trigger email if condition met. It run smoothly without any interactive from the user. However, it can’t publish. It showed “The project has no publishable test cases.” I don’t understand why it can’t since it does run smoothly without user interactive.
I’m new to UiPath. Using Ver 2021 and community edition. I want to set a schedule to run every hour.
Hi! Im sorry. How do you check whether it set as main? Im new to this. Do I go setting or right-click on the project (Nothing shown - set as main etc)?
Right click that file and open with notepad
There you can see a key named “Main”
Check what is the value to its right side
It’s the entry point of the automation project. It consists of an .xaml file. The default name is “Main.xaml”.
So go to studio now and find the workflow or xaml which you feel is the starting point of the process
Right click that xaml and set that as main
And then try publishing
Note : If your automation project contains multiple files, each of them should be linked to the Main.xaml file through the Invoke Workflow File activity. This is especially useful when the project is published to Orchestrator and sent to a Robot, as the Robot executes only the file provided in this parameter.