diff --git a/common/dynamicconfig/constants.go b/common/dynamicconfig/constants.go index 4642e998b6d..514461444a0 100644 --- a/common/dynamicconfig/constants.go +++ b/common/dynamicconfig/constants.go @@ -3340,7 +3340,7 @@ var BoolKeys = map[BoolKey]DynamicBool{ EnableRecordWorkflowExecutionUninitialized: DynamicBool{ KeyName: "history.enableRecordWorkflowExecutionUninitialized", Description: "EnableRecordWorkflowExecutionUninitialized enables record workflow execution uninitialized state in ElasticSearch", - DefaultValue: true, + DefaultValue: false, }, DisableListVisibilityByFilter: DynamicBool{ KeyName: "frontend.disableListVisibilityByFilter",