Skip to content

BPMN 2.0 execution engine. Open source javascript workflow engine.

License

Notifications You must be signed in to change notification settings

rpradeepam/bpmn-engine

 
 

Repository files navigation

bpmn-engine

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

Build StatusBuild statusCoverage Status

Introduction

BPMN 2.0 execution engine. Open source javascript workflow engine.

Table of Contents

Documentation

Supported elements

The following elements are tested and supported.

  • Definition
  • Process
  • Lane
  • Flows:
    • Sequence: javascript- and expression conditions
    • Message
  • Events
    • Start
    • End
    • Error
      • Boundary
    • Message
      • Start
      • Intermediate
    • Timer: with duration as ISO_8601
      • Intermediate
      • Boundary Interupting
      • Boundary Non-interupting
  • Tasks
    • Manual: needs signal
    • Sequential loop
      • Cardinality, integer or expression
      • Condition, script or expression
      • Collection (camunda expression)
    • Service
    • SubProcess
    • Script: javascript only
    • Task: completes immediately
    • User: needs signal
    • Send
    • Receive
  • Gateways
    • Exclusive
    • Inclusive
    • Parallel: join and fork
  • Form

Process modeller

The processes are modelled using Camunda modeler.

Mother of all

Debug

The module uses debug so run with environment variable DEBUG=bpmn-engine:*.

Acknowledgments

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

About

BPMN 2.0 execution engine. Open source javascript workflow engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Makefile 0.1%