Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

A BPMN engine, meant to be embedded in Go applications with minim hurdles, and a pleasant developer experience using it. This approach can increase transparency for non-developers.

License

Notifications You must be signed in to change notification settings

stoovon/lib-bpmn-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib-bpmn-engine

Motivation

A BPMN engine, meant to be embedded in Go applications with minimum hurdles, and a pleasant developer experience using it. This approach can increase transparency for non-developers.

This library is meant to be embedded in your application and should not introduce more runtime-dependencies. Hence, there's not DB-support built nor planned. Also, the engine is not agnostic to any high availability approaches, like multiple instances or similar.

Think of an OpenAPI/Swagger spec can be served with your service - such could be done with a BPMN file.

Philosophies around BPMN

The BPMN specification in its core is just about the rectangles, arrows, and how to interpret them. With this foundation, it's an excellent opportunity to enrich transparency or communication or discussions about implementation details. So BPMN has a great potential to support me as a developer to not write documentation into a wiki but rather expose the business process via well known symbols/graphics.

Usage Example

See example_test.go

Current Implementation State

This is very early development. A simple 'hello world' task can be executed.

Plenty of other BPMN elements left to be supported.

About

A BPMN engine, meant to be embedded in Go applications with minim hurdles, and a pleasant developer experience using it. This approach can increase transparency for non-developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%