Versions in this module Expand all Collapse all v0 v0.1.0 Apr 14, 2026 Changes in this version + type Engine struct + Events chan Event + Workflow *types.Workflow + func New(wf *types.Workflow) *Engine + func (e *Engine) Results() map[string]*types.StepResult + func (e *Engine) Run(ctx context.Context) error + type Event struct + Result *types.StepResult + Step string