@vhidvz/wfjs

WorkflowJS

npm Coverage npm GitHub Chat on Matrix documentation Build, Test and Publish

WorkflowJS is a lightweight and flexible library for building workflows and processes with NodeJS. It allows you to define processes using BPMN 2.0.

This is a JavaScript library for building and executing workflows. It provides a simple, declarative syntax for defining processes, and offers a flexible and extensible framework for handling workflow events and activities.

Installation

npm install --save @vhidvz/wfjs

Concepts

* Concept Description Type Decorator Required
1 Process is a BPMN lane, a collection of flow objects. Class

Generated using TypeDoc