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.
- 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
- The client can be configured with the fluent api of the ExternalTaskClientBuilder.
- The topic subscription can be configured with the fluent api of the TopicSubscriptionBuilder.
- Java (supported version by the used Camunda Platform 7)
- Camunda Platform 7
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>
Have a look at our contribution guide for how to contribute to this repository.
The source files in this repository are made available under the Apache License Version 2.0.