Versions in this module Expand all Collapse all v0 v0.1.0 Apr 14, 2026 Changes in this version + type Retry struct + Attempts int + Delay time.Duration + type Step struct + Description string + Name string + Parallel bool + Retry *Retry + Run string + When string + type StepResult struct + Attempts int + Error string + ExitCode int + Finished time.Time + Name string + Output string + Started time.Time + State StepState + func (r *StepResult) Duration() time.Duration + type StepState string + const StateCompleted + const StateFailed + const StatePending + const StateRunning + const StateSkipped + type Workflow struct + Description string + Name string + Steps []Step