Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 2.37 KB

File metadata and controls

74 lines (55 loc) · 2.37 KB

Camunda Platform Process Application

A Process Application for Camunda Platform.

This project has been generated by the Maven archetype camunda-archetype-servlet-war-7.22.0.

Show me the important parts!

BPMN Process

How does it work?

How to use it?

Unit Test

You can run the JUnit test ProcessTest in your IDE or using:

mvn clean test

Deployment to an Application Server

You can also build and deploy the process application to an application server. For an easy start you can download Apache Tomcat with a pre-installed Camunda from our Download Page.

Manually

  1. Build the application using:
mvn clean package
  1. Copy the *.war file from the target directory to the deployment directory of your application server e.g. tomcat/webapps or wildfly/standalone/deployments. For a faster 1-click (re-)deployment see the alternatives below.

Apache Tomcat (using Tomcat Maven Plugin)

  1. Create a user in Tomcat with the role manager-script.
  2. Add the user's credentials to the tomcat7-maven-plugin configuration in the pom.xml file.
  3. Build and deploy the process application using:
mvn clean tomcat7:deploy

Wildfly (using Wildfly Maven Plugin)

  1. Build and deploy the process application using:
mvn clean wildfly:deploy

JBoss AS7 (using JBoss AS Maven Plugin)

  1. Build and deploy the process application using:
mvn clean jboss-as:deploy

Run and Inspect with Tasklist and Cockpit

Once you deployed the application you can run it using Camunda Tasklist and inspect it using Camunda Cockpit.

Environment Restrictions

Built and tested against Camunda Platform version 7.22.0.

Known Limitations

License

Apache License, Version 2.0.