ramunask / camunda-external-task-client-java

Decouple your (micro-)services from the Workflow Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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>

License

Unless otherwise specified this project is licensed under Apache License Version 2.0.

About

Decouple your (micro-)services from the Workflow Engine

License:Apache License 2.0


Languages

Language:Java 100.0%