Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.29 KB

Remote Engine Setup Demo

This repo should provide a starting point how to apply the remote engine pattern.

Table of Contents

✨Features

⚙️Camunda Platform

Remote Engine Module

Have a look at the running instance: Camunda Platform

You could login with username: admin and password: pw.

🔨Camunda Worker

Worker Module

Using the external task pattern to work on a service task.

📤Auto Deployment

The artefact-deployment module provides a custom annotation which searches all .bpmn, .dmn and .form files in your resources and deployed them to the remote engines via the REST Api.

🚀Getting Started

# Install all dependencies
$ ./mvnw install

# Install and start the remote engine
$ ./mvnw spring-boot:run -pl remote-engine

# Start the external task worker
$ ./mvnw spring-boot:run -pl worker