Skip to content

Commit

Permalink
chore(xtac+starter): improve readme files
Browse files Browse the repository at this point in the history
* Link XTaC -> XTaC Starter
* Fix link to examples of XTaC
* Add link to examples and documentation to XTaC Starter

closes camunda#1445
  • Loading branch information
tasso94 authored May 6, 2021
1 parent a4c0a92 commit dba53ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.camunda.bpm/camunda-external-task-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.camunda.bpm/camunda-external-task-client)

> Are you looking for the Spring Boot External Task Client? This way please: [Spring Boot External Task Client](../../spring-boot-starter/starter-client)
The **Camunda External Task Client (Java)** allows to set up remote Service Tasks for your workflow.

* [Quick Start](https://docs.camunda.org/get-started/quick-start/)
* [Documentation](https://docs.camunda.org/manual/develop/user-guide/ext-client/)
* [Examples](https://github.com/camunda/camunda-external-task-client-java/tree/master/examples)
* [Examples](https://github.com/camunda/camunda-bpm-examples/tree/master/clients/java)

## Features
* Complete External Tasks
Expand Down
3 changes: 3 additions & 0 deletions spring-boot-starter/starter-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This project provides a Spring Boot Starter that allows you to implement an External Task Worker for Camunda. It uses the Camunda REST API to fetch, lock, and complete External Service Tasks. It is based on the [Java External Task Client](../../clients/java).

* [Documentation](https://docs.camunda.org/manual/develop/user-guide/ext-client/spring-boot-starter/)
* [Examples](https://github.com/camunda/camunda-bpm-examples/tree/master/spring-boot-starter/external-task-client)

## Dependency

You need this dependency to get started:
Expand Down

0 comments on commit dba53ae

Please sign in to comment.