Skip to content

nandsha/camunda-external-task-client-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camunda External Task Client (Java)

Maven Central

The Camunda External Task Client (Java) allows to set up remote Service Tasks for your workflow.

Features

  • Complete External Tasks
  • Extend the lock duration of External Tasks
  • Unlock External Tasks
  • Report BPMN errors as well as failures
  • Share primitive and object typed process variables with the Workflow Engine

Configuration options

Prerequisites

  • Oracle Hotspot v1.8+ (JDK 8)
  • Camunda BPM Platform 7.9.0+

Maven coordinates

The following Maven coordinate needs to be added to the projects pom.xml:

<dependency>
  <groupId>org.camunda.bpm</groupId>
  <artifactId>camunda-external-task-client</artifactId>
  <version>${version}</version>
</dependency>

JDK 9+ Support

If you want to use a JDK higher than 1.8, please add the following dependency to the projects pom.xml:

<dependency>
  <groupId>com.sun.xml.bind</groupId>
  <artifactId>jaxb-impl</artifactId>
  <version>2.2.4</version>
</dependency>

Contributing

Have a look at our contribution guide for how to contribute to this repository.

License

The source files in this repository are made available under the Apache License Version 2.0.

About

Decouple your (micro-)services from the Workflow Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%