Skip to content

v0.0.2

Choose a tag to compare

@ComingCL ComingCL released this 20 Nov 08:13
· 11 commits to master since this release

Feature

  • Add WithSkipSucceededNodes() option to skip already succeeded nodes during workflow retry
  • Enhance NewEngine() constructor with support for multiple configuration options
  • Improve parameter validation and error handling for better code safety
  • Comprehensive unit test coverage to ensure feature stability

Use example

engine, err := NewEngine(ctx, workflow, controller, repository, 
    WithSkipSucceededNodes(true))