(ctx context.Context, runID string, release ForceReleaseRun, actor ActorContext)
| 65 | HeartbeatRunLease(ctx context.Context, heartbeat LeaseHeartbeat, actor ActorContext) (*Run, error) |
| 66 | ReleaseRunLease(ctx context.Context, release LeaseRelease, actor ActorContext) (*Run, error) |
| 67 | ForceReleaseRun(ctx context.Context, runID string, release ForceReleaseRun, actor ActorContext) (*Run, error) |
| 68 | ForceFailRun(ctx context.Context, runID string, failure ForceFailRun, actor ActorContext) (*Run, error) |
| 69 | RetryRun(ctx context.Context, runID string, retry RetryRunRequest, actor ActorContext) (*RetryRunResult, error) |
| 70 | RecoverRun( |
no outgoing calls