My published process is not running on my machine but in jobs page it is showing as Successful

Hi Experts,

in UiPath Orchestrator, my published process is not running on my machine but in jobs page it is showing as Successful. Please help to resolve this issue. I have attached the screenshots. Everything seems to be fine not sure where exactly the issue is. is it due to community edition? i don’t think so.

When i run my process manually from uipath studio it is running absolutely fine.

Regards
Javeed Ali Mohammed

Hey i fixed it. by opening project.jason file in notepad++ and updating main.xaml file to the xaml which i have created

“main”: “Main.xaml”

“main”: “sample.xaml”

published the it. and then run it again. it worked.

Sincere thanks to Rajan Thangavelu