diff --git a/internal/client.go b/internal/client.go index ba15d4014..1564c282f 100644 --- a/internal/client.go +++ b/internal/client.go @@ -757,6 +757,8 @@ type ( // See [NewWithStartWorkflowOperation] and [UpdateWithStartWorkflow]. // NOTE: Experimental WithStartWorkflowOperation interface { + // Get returns the WorkflowRun that was targeted by the UpdateWithStartWorkflow call. + // This is a blocking API. Get(ctx context.Context) (WorkflowRun, error) }