cancel
Showing results for 
Search instead for 
Did you mean: 

How to Run Activiti BPMN through eclipse

anandmishra
Champ in-the-making
Champ in-the-making
Hi,
i am new in Activiti. i downloaded code from https://github.com/Activiti/Activiti. when i try to import these code in Eclipse it shows error in Pom.xml for every module. How to remove this error and how to run these code from eclipse. Please some help.
3 REPLIES 3

trademak
Star Contributor
Star Contributor
So what's the error you are getting?

Best regards,

anandmishra
Champ in-the-making
Champ in-the-making
Hi Tijs,
Thanks for reply. Actually i solved errors that came in pom.xml. Now i am running activity-webapp-explorer as run as server through eclipse. its open Activity explorer. That's fine but what about other codes. How i can run this project properly and what other things i can do?

jbarrez
Star Contributor
Star Contributor
Activiti is a Java framework, so it's pretty much up to you what you do with it. You can embed it in your application. Command line, Jsf, javascripts, microservice … anything goes!