Giter VIP home page Giter VIP logo

camunda-external-task-client-java's Introduction

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.

camunda-external-task-client-java's People

Contributors

benhoffmann avatar berndruecker avatar hawky-4s- avatar ingorichtsmeier avatar jangalinski avatar koevskinikola avatar mboskamp avatar ramunask avatar romansmirnov avatar sdorokhova avatar tasso94 avatar thorbenlindhauer avatar tmetzke avatar yanavasileva avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.