BPMN 2.0 execution engine. Open source javascript workflow engine.


Keywords
workflow, engine, process, automation, bpmn, bpmn 2, bpmn-engine, javascript, nodejs, open-source
License
MIT
Install
npm install bpmn-engine@20.0.2

Documentation

bpmn-engine

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

BuildBuild statusCoverage Status

Introduction

BPMN 2.0 execution engine. Open source javascript workflow engine.

Supported elements

See bpmn-elements for supported elements. The engine only support elements and attributes included in the BPMN 2.0 scheme, but can be extended to understand other schemas and elements.

The aim is to, at least, have BPMN 2.0 core support.

Debug

This package is shipped with debug activated with environment variable DEBUG=bpmn-engine:*. You can also provide your own logger.

More granular debugging can be achieved by filtering on element type:

DEBUG=*scripttask*,*:error:*

or on Windows PowerShell:

$env:DEBUG='bpmn-engine:*'

and to turn it off you need to:

$env:DEBUG=''

A pretty image of a process

Mother of all

Acknowledgments

The bpmn-engine resides upon the excellent library bpmn-io/bpmn-moddle developed by bpmn.io

All diagrams are designed with Camunda modeler.