-
Notifications
You must be signed in to change notification settings - Fork 6
External Service Tasks
Andreas Martin edited this page Apr 2, 2019
·
2 revisions
In the following, you will find some information about the implementation of external service tasks in JavaScript / Node.js or Java.
- Node.js / JavaScirpt as local runtime
- Visual Studio Code as (optional) code editor
- Postman as API testing and code generation tool
- Documentation: camunda-external-task-client
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.
- JDK 12
- IntelliJ or Eclipse as (optional) code editor
- Postman as API testing and code generation tool
- Documentation: Camunda External Task Client (Java)
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.