Sjoerd1234
Sjoerd1234

Reputation: 148

How to add a BPMN, DMN and CMMN to Camunda running on jboss

I'm new to camunda and this kind of software. I'm doing a research on Case Management Fameworks and am currently trying out camunda in order to obtain information on how to use etc. I created a BPMN, DMN and CMMN with Camunda Modeler and want to implement it in Camunda. Camunda is Running on Jboss since it didn't work on apache for some reason. The camunda website only offers instruction when using apache.

The method to implement these processes in camunda is very vague to me and I don't get it at all. Does someone know how to do this?

Upvotes: 0

Views: 356

Answers (1)

jklee
jklee

Reputation: 2268

You must copy your application to the folder

$CAMUNDA_HOME/server/wildfly-VERSION/standalone/deployments

You can find a complete step-for-step example for Java EE 7 and JBoss here: https://docs.camunda.org/get-started/javaee6/

Upvotes: 2

Related Questions