Skip to content

Releases: ComingCL/go-workflow

v0.0.5

21 Nov 07:55
c28608d

Choose a tag to compare

Merge pull request #5 from ComingCL/feature

return error

v0.0.4

21 Nov 07:35
e9200a1

Choose a tag to compare

Merge pull request #4 from ComingCL/feature

remove executeReadyDependents

v0.0.3

20 Nov 08:57
823e692

Choose a tag to compare

Merge pull request #3 from ComingCL/feature

upgrade

v0.0.2

20 Nov 08:13

Choose a tag to compare

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))

v0.0.1

10 Oct 11:07

Choose a tag to compare

first commit