Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.05 KB

Node.js usage of JS SDK

This example attempts to illustrate the useage of the JS SDK in a node.js environement.

SDK JS node.js usage

The index.js file of this directory should be clear enough to give you an idea of how to implement the SDK in your node.js applications.

Running this example

You will need to install node.js to run this example and then:

  1. Clone the respository
  2. Start a camunda BPM platform distribution
  3. Go to the directory of this example
  4. Install the dependencies with npm install
  5. Run the example with node index.js

Note: If you want to start a process:

  1. Select "Deploy process"
  2. Set a name for your deployment (weodihx7 is OK)
  3. Answer a few things
  4. When asked "In which directory the files to be deployed?", press "enter"
    (or give the full path to a directory containing BPMN files)
  5. Select "Working.bpmn" (if you pressed "enter" at previous step)