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

Method ListTaskRunsByStatus

internal/daemon/task_role_runtime.go:42–42  ·  view source on GitHub ↗
(ctx context.Context, statuses []taskpkg.RunStatus)

Source from the content-addressed store, hash-verified

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)
43}
44
45type taskRoleSessionManager interface {

Callers 5

RecoverMethod · 0.65
recoverTaskRunsOnBootFunction · 0.65
PendingRunsMethod · 0.65
ActiveRunsMethod · 0.65

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

Tested by

no test coverage detected