I will try to articulate my question well.
Can i create a java application which only uses the camunda-engine jar and achieve the following things.
- executing BPMN diagrams
- Successfully handle long running tasks.
- fetching statistics of process instances (completed and running)
- Use a different JPA framework (instead of mybatis, which is default)
I do not want to run camunda in tomcat or any other container, If i could achieve all this by embedding the engine jar in my java application and using java APIs of camunda.