Skip to content

deemount/gobpmn

Repository files navigation

gobpmn

gobpmn

Description

gobpmn is an experimental library that makes it possible to reflect structs in Go and create business process models with it.

STILL IN DEVELOPMENT

Requirements

  • Go >= 1.24

Optional:

  • Saxon >= 12.5 (Requires Java >= 23)

Install

  1. Clone the repository or the download the .zip-File of the repository
  2. To run the app, copy and paste this into your terminal
go run cmd/[dirname]/main.go
  1. Install Saxon XSL Transformer (MacOS) with Homebrew
  2. Run the main file in the cmd/saxon/ directory
brew install saxon
go run cmd/saxon/main.go

Wiki

Read the documentation

Further Links

Checkout the other projects for BPMN written in Go

Check my articles for this project on medium.com

About

Experimental Business Process Model Notation 2 with Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published