(ctx context.Context, spec EnqueueRun, actor ActorContext)
| 58 | RemoveDependency(ctx context.Context, taskID string, dependsOnID string, actor ActorContext) error |
| 59 | |
| 60 | EnqueueRun(ctx context.Context, spec EnqueueRun, actor ActorContext) (*Run, error) |
| 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) |
no outgoing calls