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

Method ForceFailTaskRun

internal/task/interfaces.go:176–176  ·  view source on GitHub ↗
(ctx context.Context, failure ForceFailRunMutation)

Source from the content-addressed store, hash-verified

174 FailRunLease(ctx context.Context, failure LeaseFailure) (Run, error)
175 ForceReleaseTaskRun(ctx context.Context, release ForceReleaseRunMutation) (ForceRunMutationResult, error)
176 ForceFailTaskRun(ctx context.Context, failure ForceFailRunMutation) (ForceRunMutationResult, error)
177 RetryTaskRun(ctx context.Context, retry RetryRunMutation) (RetryRunResult, error)
178 RecoverTaskRun(ctx context.Context, mutation RecoverRunMutation) (RetryRunResult, error)
179 MarkTaskRunNeedsAttention(ctx context.Context, runID string, diagnostic string) (Run, error)

Callers 1

ForceFailRunMethod · 0.65

Implementers 1

GlobalDBinternal/store/globaldb/global_db.go

Calls

no outgoing calls

Tested by

no test coverage detected