v0.0.2
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))