deemount / gobpm

BPMN v.2 compliant BPM engine on Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BPMN v2 compliant BPM engine on Go

Overview

gobpm is a BPM engine aimed to execute BPMN v.2 processes. It should support loading/saving and executing BPMN v2 processes.

gobpm should comply for BPMN Process Execution Conformance. That means the gobpm MUST fully support and interpret the operational semantics and Activity life-cycle, MUST fully support and interpret the underlying metamodel and MUST support import of BPMN Process diagram types including its definitional Collaboration.

Main goal -- make it functional and easy to use for Gophers not for business analytics. It shuld be deisgned as library not as a framework to minimize amount of restrictions for developers.

About

BPMN v.2 compliant BPM engine on Go

License:GNU Lesser General Public License v3.0


Languages

Language:Go 99.6%Language:Makefile 0.4%