gobpmn is an experimental library that makes it possible to reflect structs in Go and create business process models with it.
STILL IN DEVELOPMENT
- Go >= 1.24
Optional:
- Saxon >= 12.5 (Requires Java >= 23)
- Clone the repository or the download the .zip-File of the repository
- To run the app, copy and paste this into your terminal
go run cmd/[dirname]/main.go
- Install Saxon XSL Transformer (MacOS) with Homebrew
- Run the main file in the cmd/saxon/ directory
brew install saxon
go run cmd/saxon/main.go
Read the documentation
Checkout the other projects for BPMN written in Go
Check my articles for this project on medium.com