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

Method GetTask

internal/task/interfaces.go:94–94  ·  view source on GitHub ↗
(ctx context.Context, id string, actor ActorContext)

Source from the content-addressed store, hash-verified

92 SchedulerBacklog(ctx context.Context, query SchedulerBacklogQuery, actor ActorContext) (SchedulerBacklog, error)
93
94 GetTask(ctx context.Context, id string, actor ActorContext) (*View, error)
95 InspectTask(ctx context.Context, taskID string, actor ActorContext) (*InspectView, error)
96 InspectRun(ctx context.Context, runID string, actor ActorContext) (*InspectView, error)
97 ListTaskRuns(ctx context.Context, taskID string, query RunQuery, actor ActorContext) ([]Run, error)

Implementers 2

Serviceinternal/task/manager.go
StubTaskManagerinternal/api/testutil/task_stub.go

Calls

no outgoing calls