conductor
conductor copied to clipboard
Feature/keepLastN
Pull Request type
- [x] Feature
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] WHOSUSING.md
- [ ] Other (please describe):
NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.
Changes in this PR
If keepLastN is passed as part of input parameters of a DO_WHILE task, then the old / stale iterations' output data shall be removed while executing the DO_WHILE task.
Describe the new behavior from this PR, and why it's needed Issue # 134
Alternatives considered
Describe alternative implementation you have considered