Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 5, 2024
1 parent 0f98512 commit 4466f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 4466f9d

Please sign in to comment.