MCPcopy Create free account
hub / github.com/compozy/agh / CreateTaskRun

Method CreateTaskRun

internal/task/interfaces.go:164–164  ·  view source on GitHub ↗
(ctx context.Context, run Run)

Source from the content-addressed store, hash-verified

162// RunStore is the persistence surface for durable task-run records.
163type RunStore interface {
164 CreateTaskRun(ctx context.Context, run Run) error
165 UpdateTaskRun(ctx context.Context, run Run) error
166 GetTaskRun(ctx context.Context, id string) (Run, error)
167 ListTaskRuns(ctx context.Context, query RunQuery) ([]Run, error)

Implementers 1

GlobalDBinternal/store/globaldb/global_db.go

Calls

no outgoing calls