Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Overview

Examples show how to use Workit to create a simple Node.js application - e.g. a worker that executes a simple task.

You can also combine different examples into one - e.g you want to use OpenTelemetry and Camunda Cloud.

Have fun!

Installation

$ # inside a directory
$ npm install

(Optional) Setup, we can switch to TAG.camundaBpm or TAG.stepFunction in order to use both plateform (some comments are added in examples when BPMN is available see basic example).

Run the Application

$ # inside a directory

$ # deploy a bpmn provided in the example
$ npm deploy
$ # create instance(s)
$ npm create-instance
$ # run worker
$ npm worker

Useful links

LICENSE

MIT