Skip to content

Commit 960fd05

Browse files
committed
update demo sample to pinned
1 parent f45aed6 commit 960fd05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/elements/ServerlessWorkerDemo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func main() {
2525
\t\topts.TaskQueue = "${taskQueue}"
2626
2727
\t\topts.RegisterWorkflowWithOptions(MyWorkflow, workflow.RegisterOptions{
28-
\t\t\tVersioningBehavior: workflow.VersioningBehaviorAutoUpgrade,
28+
\t\t\tVersioningBehavior: workflow.VersioningBehaviorPinned,
2929
\t\t})
3030
\t\topts.RegisterActivity(MyActivity)
3131

0 commit comments

Comments
 (0)