bpmn-engine
TypeScript icon, indicating that this package has built-in type declarations

20.0.2 • Public • Published

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.

/bpmn-engine/

    Package Sidebar

    Install

    npm i bpmn-engine

    Weekly Downloads

    884

    Version

    20.0.2

    License

    MIT

    Unpacked Size

    58.2 kB

    Total Files

    10

    Last publish

    Collaborators

    • paed01