Skip to content

Latest commit

 

History

History

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Camunda External Task Client (Java)

Maven Central

Are you looking for the Spring Boot External Task Client? This way please: Spring Boot External Task Client

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

  • Java (supported version by the used Camunda Platform 7)
  • Camunda Platform 7

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>

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.