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.
npm install --save @vhidvz/wfjs
* | Concept | Description | Type | Decorator | Required |
---|---|---|---|---|---|
1 | Process | is a BPMN lane, a collection of flow objects. | Class |
Generated using TypeDoc