In this repository you can find some sample external worker implementation using camunda-external-task-client, this spring-boot application act as a client by subscribing to set of topics (Camunda's external service tasks), this client continuously poll to camunda with backoff strategy to process active instances.
Camunda Rest API - FetchAndLock backoff strategy based integration.
- Start camunda instance in your local using docker image
docker pull camunda/camunda-bpm-platform:latest
docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:latest
-
Install Camunda Modeler Camunda Modeler
-
Deploy bpmn file using modeler -
resource/order-processing.bpmn
Refer below links for more information