New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bpmn-engine

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-engine

BPMN 2.0 execution engine. Open source javascript workflow engine.

latest
Source
npmnpm
Version
25.0.1
Version published
Weekly downloads
1.2K
-0.16%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

workflow

FAQs

Package last updated on 14 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts