Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.88 KB

File metadata and controls

49 lines (38 loc) · 1.88 KB

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>

License

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