(ctx context.Context, id string, actor ActorContext)
| 92 | SchedulerBacklog(ctx context.Context, query SchedulerBacklogQuery, actor ActorContext) (SchedulerBacklog, error) |
| 93 | |
| 94 | GetTask(ctx context.Context, id string, actor ActorContext) (*View, error) |
| 95 | InspectTask(ctx context.Context, taskID string, actor ActorContext) (*InspectView, error) |
| 96 | InspectRun(ctx context.Context, runID string, actor ActorContext) (*InspectView, error) |
| 97 | ListTaskRuns(ctx context.Context, taskID string, query RunQuery, actor ActorContext) ([]Run, error) |
no outgoing calls