https://github.com/npdeehan/externaltaskparty
Code example shown for the External Task Party talk
https://github.com/npdeehan/externaltaskparty
Last synced: about 1 year ago
JSON representation
Code example shown for the External Task Party talk
- Host: GitHub
- URL: https://github.com/npdeehan/externaltaskparty
- Owner: NPDeehan
- License: apache-2.0
- Created: 2019-03-13T13:20:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T13:21:25.000Z (over 7 years ago)
- Last Synced: 2025-01-23T01:34:33.949Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExternalTaskParty
This project has 3 different aspects that exist independently.
## Process Models
There are 3 models that can be deployed via REST to a running instance of the Camunda BPM platform. They can then be started from the Tasklist web app or via The REST API
## JavaScript Workers
These are workers that will poll the engine for work and for more details on starting and installing the workers take a look a the works own github page:
https://github.com/camunda/camunda-external-task-client-js
## Java Worker
This is a worker that does the same as one of the JS workers only in Java instead - for more details just import it as a maven project, build it and start it.
more information on the client can be found here:
https://github.com/camunda/camunda-external-task-client-java