Get retrieves a workflow run by its ID.
(ctx context.Context, runId string)
| 22 | type RunsClient interface { |
| 23 | // Get retrieves a workflow run by its ID. |
| 24 | Get(ctx context.Context, runId string) (*rest.V1WorkflowRunGetResponse, error) |
| 25 | |
| 26 | // Get the status of a workflow run by its ID. |
| 27 | GetStatus(ctx context.Context, runId string) (*rest.V1WorkflowRunGetStatusResponse, error) |
no outgoing calls