A Process Application for Camunda Platform.
This project has been generated by the Maven archetype camunda-archetype-ejb-war-7.21.0.
You can run the JUnit test ProcessTest in your IDE or using:
mvn clean test -Pwildfly-managed
mvn clean test -Pwildfly-remote
You can also build and deploy the process application to an application server. For an easy start you can download WildFly with a pre-installed Camunda from our Download Page.
- Build the application using:
mvn clean
- Copy the *.war file from the
target
directory to the deployment directory of your application server e.g.wildfly/standalone/deployments
. For a faster 1-click (re-)deployment see the alternatives below.
- Build and deploy the process application using:
mvn clean wildfly:deploy
Once you deployed the application you can run it using Camunda Tasklist and inspect it using Camunda Cockpit.
Built and tested against Camunda Platform version 7.21.0 on WildFly 27+ Application Server.