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

Method RecoverTask

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

Source from the content-addressed store, hash-verified

21 ResumeTask(ctx context.Context, id string, req ResumeTaskRequest, actor ActorContext) (*Task, error)
22 BlockTask(ctx context.Context, req BlockRequest, actor ActorContext) (TaskBlock, error)
23 RecoverTask(ctx context.Context, id string, note string, actor ActorContext) (*Task, error)
24 ClearTaskBlock(
25 ctx context.Context,
26 taskID string,

Implementers 2

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

Calls

no outgoing calls