(ctx context.Context, runID string, req StartRun, actor ActorContext)
| 61 | ClaimNextRun(ctx context.Context, criteria ClaimCriteria, actor ActorContext) (*ClaimResult, error) |
| 62 | ClaimRun(ctx context.Context, runID string, claim ClaimRun, actor ActorContext) (*Run, error) |
| 63 | StartRun(ctx context.Context, runID string, req StartRun, actor ActorContext) (*Run, error) |
| 64 | AttachRunSession(ctx context.Context, runID string, sessionID string, actor ActorContext) (*Run, error) |
| 65 | HeartbeatRunLease(ctx context.Context, heartbeat LeaseHeartbeat, actor ActorContext) (*Run, error) |
| 66 | ReleaseRunLease(ctx context.Context, release LeaseRelease, actor ActorContext) (*Run, error) |
no outgoing calls