You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are various places in the API docs where the intention was to create a link, but the API docs renderer has not created a link. It looks like relevant documentation for creating links is at https://pkg.go.dev/github.com/fluhus/godoc-tricks#hdr-Documentation_Links-Links. We should do a pass replacing malformed links with correct links.
WithStartWorkflowOperation defines how to start a workflow when using UpdateWithStartWorkflow. See [NewWithStartWorkflowOperation] and [UpdateWithStartWorkflow]
The text was updated successfully, but these errors were encountered:
There are various places in the API docs where the intention was to create a link, but the API docs renderer has not created a link. It looks like relevant documentation for creating links is at https://pkg.go.dev/github.com/fluhus/godoc-tricks#hdr-Documentation_Links-Links. We should do a pass replacing malformed links with correct links.
Examples:
https://pkg.go.dev/go.temporal.io/[email protected]/internal#UpdateWorkerVersioningRulesOptions
https://pkg.go.dev/go.temporal.io/[email protected]/client#UpdateWithStartWorkflowOptions
https://pkg.go.dev/go.temporal.io/[email protected]/internal#WithStartWorkflowOperation
The text was updated successfully, but these errors were encountered: