From ad794857049ff93017c86a30fc76ba34cd1136d1 Mon Sep 17 00:00:00 2001 From: Quanzheng Long Date: Mon, 28 Oct 2024 15:56:21 -0700 Subject: [PATCH] Update config.go to fix typo in comments (#467) --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 7300fc3e..0ae048a3 100644 --- a/config/config.go +++ b/config/config.go @@ -31,7 +31,7 @@ type ( // omitRpcInputOutputInHistory is the flag to omit rpc input/output in history // the input/output is only for debugging purpose but could be too expensive to store OmitRpcInputOutputInHistory *bool `yaml:"omitRpcInputOutputInHistory"` - // WaitForStateCompletionMigration is used to control naming of the not continuedAsNew workflows + // WaitForStateCompletionMigration is used to control workflowId of the WaitForStateCompletion system/internal workflows WaitForStateCompletionMigration WaitForStateCompletionMigration `yaml:"waitForStateCompletionMigration"` }