0
votes

I'm using JBPM 6.0.1 and attempting to run the sample-->evaluation project in the jbpm-console.

The program runs fine in Eclipse, and has been pushed to a repository in jbpm-installer system. It shows in the JBPM Console's Explorer. However, none of the Java or process files(*.bpmn) files or items show.

Could someone please explain and/or point me to the right place in the documentation that will explain:

1.) How an Eclipse created project needs to be structured so it will be recognized by the console when accessed from the repository

2.) How a Java application can be run from the console.

Thanks.

TU

1

1 Answers

0
votes

projects inside the jbpm console ng are maven projects, which means that they need to follow the maven conventions + have the kmodule.xml file. That should make it work for you. If you have a process in your project and you build it inside the console it will display the process definition inside the process definition screens.