We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a239588 commit eb204f8Copy full SHA for eb204f8
1 file changed
internal/workflow.go
@@ -107,6 +107,8 @@ const (
107
// Note that if the workflow being continued has a Pinned override, that override will be inherited by the
108
// new workflow run regardless of the ContinueAsNewVersioningBehavior specified in the continue-as-new
109
// command. Versioning Override always takes precedence until it's removed manually via UpdateWorkflowExecutionOptions.
110
+ //
111
+ // Exposed as: [go.temporal.io/sdk/workflow.ContinueAsNewVersioningBehaviorUseRampingVersion]
112
ContinueAsNewVersioningBehaviorUseRampingVersion = 2
113
)
114
0 commit comments