External Service Tasks - DigiBP/digibp.github.io GitHub Wiki

In the following, you will find some information about the implementation of external service tasks in JavaScript / Node.js or Java.

Contents:

1. External Node Task

Pre-Requisites

DigiBP External Node Task

Download a copy of the DigiBP Camunda External Node Task Example repository and try to adapt the project according to your needs.

After importing the template into Visual Studio Code you may hat to initialise node first: npm install

The repository is pre-configured that it can be deployed to Heroku directly.

2. External Java Task

Pre-Requisites

DigiBP External Java Task

Download a copy of the DigiBP Camunda External Node Java Example repository and try to adapt the project according to your needs.

The repository is pre-configured that it can be deployed to Heroku directly.