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.
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?
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!