Skip to content

Commit

Permalink
Update config.go to fix typo in comments (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng authored Oct 28, 2024
1 parent d6cf68c commit ad79485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit ad79485

Please sign in to comment.