From 3beb8bb99184c644159f4df7609bf52e27247210 Mon Sep 17 00:00:00 2001 From: Junwei Dai Date: Fri, 8 Nov 2024 10:57:02 -0800 Subject: [PATCH] Remove useCase and defaultParams field in WorkflowRequest Signed-off-by: Junwei Dai --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85afee43..a3416333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ### Features ### Enhancements ### Bug Fixes +- Remove useCase and defaultParams field in WorkflowRequest ([#758](https://github.com/opensearch-project/flow-framework/pull/758)) + ### Infrastructure ### Documentation ### Maintenance