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

Method GetTask

internal/daemon/task_role_runtime.go:39–39  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

37
38type taskRoleStore interface {
39 GetTask(ctx context.Context, id string) (taskpkg.Task, error)
40 GetTaskRun(ctx context.Context, id string) (taskpkg.Run, error)
41 GetExecutionProfile(ctx context.Context, taskID string) (taskpkg.ExecutionProfile, error)
42 ListTaskRunsByStatus(ctx context.Context, statuses []taskpkg.RunStatus) ([]taskpkg.Run, error)

Implementers 5

inMemoryManagerStoreinternal/task/manager_test.go
fakeStoreinternal/task/interfaces_integration_t
GlobalDBinternal/store/globaldb/global_db.go
recordingRegistryinternal/daemon/daemon_test.go
taskRoleRuntimeStoreinternal/daemon/task_role_runtime_test

Calls

no outgoing calls