Camunda Platform Process Application

A Process Application for Camunda Platform.

This project has been generated by the Maven archetype camunda-archetype-ejb-war-7.21.0.

Show me the important parts!

BPMN Process

How does it work?

How to use it?

Arquillian Test

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

when you do not have a running wildly, download one and runs in target folder
mvn clean test -Pwildfly-managed
when have a running configured wildly
mvn clean test -Pwildfly-remote

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 WildFly with a pre-installed Camunda from our Download Page.

Manually

  1. Build the application using:
mvn clean
  1. 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.

WildFly (using WildFly Maven Plugin)

  1. Build and deploy the process application using:
mvn clean wildfly: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.21.0 on WildFly 27+ Application Server.

Known Limitations

License

Apache License, Version 2.0.