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

Method BlockTask

internal/task/interfaces.go:22–22  ·  view source on GitHub ↗
(ctx context.Context, req BlockRequest, actor ActorContext)

Source from the content-addressed store, hash-verified

20 PauseTask(ctx context.Context, id string, req PauseTaskRequest, actor ActorContext) (*Task, error)
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,

Implementers 2

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

Calls

no outgoing calls