bpmnServer / bpmn-client

Lightweight client for bpmn-server web-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cbpmn-client

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

This is a light-weight package to allow remote access to bpmn-server

Installation

This installs bpmn-client-sample application along with bpmn-client

git clone https://github.com/bpmnServer/bpmn-client-sample.git

cd bpmn-client-sample

npm install

npm run setup

npm run cli

the above setup command will copy .env You can edit .env file to point to your implementation of bpmn-server

to update to latest release

$ npm update bpmn-client

About

Lightweight client for bpmn-server web-API


Languages

Language:TypeScript 61.9%Language:JavaScript 38.1%