From 6d373f3f10f97e9e4c39d1ef2802b4ca5edaf10f Mon Sep 17 00:00:00 2001 From: Edvard Fonsell Date: Tue, 28 Dec 2021 11:54:28 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 660280044..c27dfc878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)