API documentation
HTTP API
Section titled “HTTP API”To integrate a process engine in any language, application or system, go-bpmn provides an HTTP API. The API is described using OpenAPI standard in version 3.1.0.
The structured API description in form of a yaml
file, can be downloaded from the go-bpmn release artifacts:
curl -L -o go-bpmn-openapi.yaml https://github.com/gclaussn/go-bpmn/releases/download/v0.1.0/go-bpmn-openapi.yaml
curl.exe -L -o go-bpmn-openapi.yaml https://github.com/gclaussn/go-bpmn/releases/download/v0.1.0/go-bpmn-openapi.yaml
Go API
Section titled “Go API”For embedding a process engine or automating a process, in Go, visit the documentation of Go module github.com/gclaussn/go-bpmn.