I want to achieve the following: Have a camunda-7.3 prepackaged distro running with the rest-api. Have another server, lets say a wildfly server, running with a vaadin application deployed.
From within in the vaadin application, I want to create a cmmn case and deploy/start it in the process engine. Then from from within the vaadin aplication i want to display some sort of tasklist to complete the active tasks.
The question here is: Is this setup even possible? If so, how to deploy a new cmmn case to the engine?
I checked the tutorials from the camunda webpage but each tutorial only deploys the cmmn cases (and bpmn processes) by deploying another webapp to the server hosting the camunda engine. On the other hand, the camunda references cleary state, that it is possible to have a standalone camunda engine running.
Anyone has any thoughts on the topic?
For deploying both BPMN processes and CMMN cases you can
1) Login
2) Deploy (see http://docs.camunda.org/latest/api-references/rest/#deployment-post-deployment)