reinaldonj / bpmn-engine

BPMN 2.0 execution engine. Open source javascript workflow engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 99.9%Language:Makefile 0.1%