Skip to content

Commit 8859d3a

Browse files
wbelguidoumibarrajo
authored andcommitted
Update 05-child-workflows.md
1 parent c12abd5 commit 8859d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/05-go-client/05-child-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cwo := workflow.ChildWorkflowOptions{
1616
WorkflowID: "BID-SIMPLE-CHILD-WORKFLOW",
1717
ExecutionStartToCloseTimeout: time.Minute * 30,
1818
}
19-
ctx = workflow.WithChildWorkflowOptions(ctx, cwo)
19+
ctx = workflow.WithChildOptions(ctx, cwo)
2020

2121
var result string
2222
future := workflow.ExecuteChildWorkflow(ctx, SimpleChildWorkflow, value)

0 commit comments

Comments
 (0)