Good day,
I am getting error “Unable to find service to process this kind of project” when trying to run Bot task.
The bot runs fine on the same project on another developer machine and what we discovered is the original eclipse files (.classpath and .project) got delete as part of .gitignore entries. similar files were created when importing Bundle into Studio as “Maven project”, but the recreated files are not exactly the same. The new files created when importing the project don’t have Workfution nature entriy " com.workfusion.studio.mcb.mcbProjectNature" in .project and classpath entry “” in .classpath
- How do I tell Eclipse to recognize a project as a Workfusion Bundle project when importing?
- Is there a plugin of some sort that will introduce a “Workfusion Bot task Bundle project” in the import menu and that should be used rather than importing as Maven project?