Skip to content

You can find some sample external worker implementation using camunda-external-task-client

Notifications You must be signed in to change notification settings

challamani/camunda-java-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Camunda Java Integration - external service task implementation.

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.

  1. 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
  1. Install Camunda Modeler Camunda Modeler

  2. Deploy bpmn file using modeler - resource/order-processing.bpmn

Refer below links for more information

Camunda Docker Image

Camunda Rest API

Fetch and Lock external task

***NOTE: Implementation partially completed.***

Image

About

You can find some sample external worker implementation using camunda-external-task-client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages