Skip to content

WebServer for itsm workflows plugin

Notifications You must be signed in to change notification settings

itsmng/itsm-workflows-bpmn

 
 

Repository files navigation

itsm-workflows-bpmn

A backend execution engine for the ITSM-NG workflow plugin

Installation

Requirements

  • Node.js >= 10.x
  • NPM >= 6.x
  • MongoDB >= 4.x

Installation

Setup .env with your mongodb connection string like so:

# PORT # for express application
PORT=3000

#API_KEY is used for remote access
API_KEY=12345

# MongoDB Settings
MONGO_DB_URL=mongodb://0.0.0.0:27017/bpmn
#
... more settings

Install dependencies

git clone https://github.com/bpmnServer/bpmn-web.git

npm install

npm run setup

Usage

Start the server with the following command:

npm start

About

WebServer for itsm workflows plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • TypeScript 6.6%
  • CSS 1.9%
  • Other 0.9%