bpmn-struct

module
v0.0.0-...-4b264f4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2023 License: MIT

README

BPMN-Struct

An open Golang implementation of the BPMN spec, as defined here.

The goal is to implement the entire spec as closely as possible for use in other projects.

Implementation Notes

Instead of using pointers to specify optional values, I've instead used arrays with 0 or 1 elements. For one, this is closer in form to the actual spec. Two, this is designed to prevent shared memory and keep everything passed by value. I'll work out how to link in the XML and JSON later.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL