Skip to content
Salvatore Gonda edited this page Jun 21, 2024 · 6 revisions

About

About three years ago, in 2021, I started to deal with BPMN professionally. At some point, I started to build a simple library in order to set up a process myself according to the OMG specification. Over time, this library grew and I used it for other experiments with the Go language.

This library is still incomplete, but I wanted to maintain it further. So I started to divide my test lab into many small repositories. This gives me a better overview and teaches me how different modules behave with each other when they are combined.

I use Camunda Modeller v5.2.0 as a template for the modelling and take the elements from Camunda version 7.

What it is?

gobpmn is a project for Business Process Model Notation (BPMN) and written in Go. What was a small attempt in the beginning has now grown so much that I decided to distribute this project in several repositories for a better overview and handling.

gobpmn is a library for elements and attributes from the OMG specification for BPMN and is orientated towards this, as well as the Camunda Modeller in version 7.

gobpmn is an approach or an attempt to map valid business process models with "go code" instead of "low code". And for the inclined user or developer in a readable and applicable format that is intended to open the door to manipulation through extended conditions. The fact that a process model can now be mapped in Go Code means that it is now also possible to remain in the same language area.

gobpmn is also an experimental laboratory for testing new techniques in Go and can be seen as a Sandbox. By distributing the modules to repositories, I now have a completely new environment for testing certain features. This also allows me to deepen my own expertise in Go.

gobpmn does not claim to be complete, but I am motivated enough to try to achieve this goal anyway.

What it is not?

gobpmn is definitely not (yet) a commercial project and does not claim to be.

Participate

You are very welcome to contribute to this project if you feel called to do so. Of course, I would also be happy if you let me know if you want to take a line code or two from gobpmn for your own project, workflow engine or library. Feel free to take what you need.

Clone this wiki locally