Skip to content

Single Node

This example demonstrates the usage of the Camunda BPM Taskpool deployed in one single node and is built as a SpringBoot application described in the Deployment section.

System Requirements#

  • JDK 11

Preparations#

Before you begin, please build the entire project with ./mvnw clean install from the command line in the project root directory.

Start#

The demo application consists of one Maven module which can be started by running from command line in the examples/scenarios/single-node directory using Maven. Alternatively you can start the packaged application using:

java -jar target/*.jar

Useful URLs#