From ed34d834a79ee8fc498c47ec29af4f2b214d0370 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Thu, 30 May 2024 18:00:51 -0700 Subject: [PATCH] Add param to delete workflow API to clear status even if resources exist (#719) Signed-off-by: Daniel Widdis --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4c568ed..5021e3f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ### Features ### Enhancements - Add Workflow Step for Reindex from source index to destination ([#718](https://github.com/opensearch-project/flow-framework/pull/718)) -<<<<<<< HEAD - Add param to delete workflow API to clear status even if resources exist ([#719](https://github.com/opensearch-project/flow-framework/pull/719)) -======= ->>>>>>> 4ee2171 (Added workflow step for ReIndex Step (#718)) ### Bug Fixes - Add user mapping to Workflow State index ([#705](https://github.com/opensearch-project/flow-framework/pull/705))