We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8897355 commit 3ddbd4fCopy full SHA for 3ddbd4f
workflow/client.go
@@ -62,7 +62,7 @@ func (c *Client) FetchWorkflowMetadata(ctx context.Context, id string, opts ...F
62
//
63
// api.ErrInstanceNotFound is returned when the specified workflow doesn't
64
// exist.
65
-func (c *Client) WaitForWorkfowStart(ctx context.Context, id string, opts ...FetchWorkflowMetadataOptions) (*WorkflowMetadata, error) {
+func (c *Client) WaitForWorkflowStart(ctx context.Context, id string, opts ...FetchWorkflowMetadataOptions) (*WorkflowMetadata, error) {
66
oops := make([]api.FetchOrchestrationMetadataOptions, len(opts))
67
for i, o := range opts {
68
oops[i] = api.FetchOrchestrationMetadataOptions(o)
0 commit comments