Skip to content

Commit eb204f8

Browse files
committed
fix for go check
1 parent a239588 commit eb204f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/workflow.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ const (
107107
// Note that if the workflow being continued has a Pinned override, that override will be inherited by the
108108
// new workflow run regardless of the ContinueAsNewVersioningBehavior specified in the continue-as-new
109109
// command. Versioning Override always takes precedence until it's removed manually via UpdateWorkflowExecutionOptions.
110+
//
111+
// Exposed as: [go.temporal.io/sdk/workflow.ContinueAsNewVersioningBehaviorUseRampingVersion]
110112
ContinueAsNewVersioningBehaviorUseRampingVersion = 2
111113
)
112114

0 commit comments

Comments
 (0)