Getting started¶
Everything you need to go from an empty Go module to a running BPMN process. Add the engine, build a start → task → end process that calls your own Go code, then start instances and watch them execute.
- Installation — add gobpm to a Go project.
- Your first process — start → task → end, running your own Go code. (
basic-process) - Running & observing — the engine lifecycle, starting instances, watching them. (
basic-process,data-change)