We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45aed6 commit 960fd05Copy full SHA for 960fd05
1 file changed
src/components/elements/ServerlessWorkerDemo.js
@@ -25,7 +25,7 @@ func main() {
25
\t\topts.TaskQueue = "${taskQueue}"
26
27
\t\topts.RegisterWorkflowWithOptions(MyWorkflow, workflow.RegisterOptions{
28
-\t\t\tVersioningBehavior: workflow.VersioningBehaviorAutoUpgrade,
+\t\t\tVersioningBehavior: workflow.VersioningBehaviorPinned,
29
\t\t})
30
\t\topts.RegisterActivity(MyActivity)
31
0 commit comments