Skip to content

DenisIstomin/camel-camunda-quarkus

Repository files navigation

Build and Tests

build and tests

Documentation

https://github.com/camunda/camunda-quarkus-k8n-example

https://camunda.com/blog/2021/10/camunda-platform-deploy-a-process-to-kubernetes-with-quarkus/#step-6-create-kubernetes-objects

Camel-camunda component: https://github.com/camunda-community-hub/camunda-platform-7-camel

How to run

mvn quarkus:dev

Run postgres locally

docker run --name postgres -e POSTGRES_DB=process-engine -e POSTGRES_USER=camunda -e POSTGRES_PASSWORD=camunda -p 5432:5432 -d postgres

Test

curl -X GET http://localhost:8080/start-process

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages