sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

Update ChildWorkflowOptions comment to indicate the default WorkflowIDReusePolicy and WorkflowIdConflictPolicy

Open codemonkeycxy opened this issue 2 months ago • 1 comments

Is your feature request related to a problem? Please describe. Currently, it's not clear what the default WorkflowIDReusePolicy and WorkflowIdConflictPolicy are by reading the SDK code https://github.com/temporalio/sdk-go/blob/master/internal/workflow.go#L390-L392

Describe the solution you'd like Add inline comments to make the default behavior clear

Describe alternatives you've considered Document it in the Temporal developer guide https://docs.temporal.io/develop/go

Additional context N/A

codemonkeycxy avatar Nov 05 '25 19:11 codemonkeycxy

@codemonkeycxy Would you be willing to just make a PR for this?

Sushisource avatar Nov 07 '25 18:11 Sushisource