Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pdoerner committed Nov 19, 2024
1 parent 30b6eac commit 6b0260f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions temporalnexus/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ func (o *workflowRunOperation[I, O]) Name() string {
return o.options.Name
}

// Start begins an async Nexus operation backed by a workflow.
// The Operation ID returned in the response should not be modified because it is used for cancelation and reporting
// completion.
func (o *workflowRunOperation[I, O]) Start(
ctx context.Context,
input I,
Expand Down

0 comments on commit 6b0260f

Please sign in to comment.