Skip to content

Extending gobpm

gobpm is built to be embedded and customized. Each seam is a small interface plus a thresher.With* registration call, so you can replace a default with your own implementation without touching the engine. Every page below covers the seam interface, the registration call, a minimal real implementation, and how the engine uses it.