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

Method FailRun

internal/task/interfaces.go:81–81  ·  view source on GitHub ↗
(ctx context.Context, runID string, failure RunFailure, actor ActorContext)

Source from the content-addressed store, hash-verified

79 FailRunLease(ctx context.Context, failure LeaseFailure, actor ActorContext) (*Run, error)
80 CompleteRun(ctx context.Context, runID string, result RunResult, actor ActorContext) (*Run, error)
81 FailRun(ctx context.Context, runID string, failure RunFailure, actor ActorContext) (*Run, error)
82 CancelRun(ctx context.Context, runID string, req CancelRun, actor ActorContext) (*Run, error)
83 RecoverExpiredRunLeases(
84 ctx context.Context,

Implementers 2

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

Calls

no outgoing calls