/zeebe-worker-app

Zeebe Worker App

Primary LanguageJavaScript

Zeebe Worker App

⚠️ This App does not work with newer Zeebe version and is no longer maintained.

Create Node.JS Workers for your Zeebe Instances in a breeze.

List of Workers

Add a Worker

Edit Worker Code

Use with caution, this is a prototype, not recommended for production use (yet).

Prerequisites:

  1. Node.JS (tested with Node.JS 8 and above)
  2. yarn (or npm)

Instructions for running this App (Using Docker or manually:

Using Docker

$ docker run -p 4860:4860 -p 4861:4861 elgubenis/zeebe-worker-app:latest

Or manuallay by installing dependencies, building the app, running the app

$ git clone https://github.com/componentDidMount/zeebe-worker-app.git
$ cd zeebe-worker-app/
$ yarn
$ yarn build
$ yarn start

If everything went fine, you can now open http://127.0.0.1:4860 in your browser of choice and start using the App.

Instructos for developing:

... soon ... as walys :^)