MCPcopy
hub / github.com/hatchet-dev/hatchet / Get

Method Get

pkg/v1/features/runs.go:24–24  ·  view source on GitHub ↗

Get retrieves a workflow run by its ID.

(ctx context.Context, runId string)

Source from the content-addressed store, hash-verified

22type 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)

Implementers 1

runsClientImplpkg/v1/features/runs.go

Calls

no outgoing calls