Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsell committed Dec 28, 2021
1 parent 399ee33 commit 6d373f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
**Highlights**
- `nflow-engine`
- `WorkflowDefinition` is replaced by `AbstractWorkflowDefinition`
- Remove deprecated `WorkflowState.isRetryAllowed`

**Details**
- `nflow-engine`
- Workflow definitions that used to extend `WorkflowDefinition` should now extend `AbstractWorkflowDefinition` instead.
- It is not necessary to define the workflow states as an enum anymore. You can define the states as instances of `SimpleState` or anything else that implements the required `WorkflowState` interface.
- `WorkflowState.isRetryAllowed` was removed, use `new WorkflowSettings.Builder().setExceptionAnalyzer(...)` instead.

## 7.4.0 (2021-12-27)

Expand Down

0 comments on commit 6d373f3

Please sign in to comment.