(ctx context.Context, key string)
| 671 | GetTaskByWorkspaceID(ctx context.Context, workspaceID uuid.UUID) (Task, error) |
| 672 | GetTaskSnapshot(ctx context.Context, taskID uuid.UUID) (TaskSnapshot, error) |
| 673 | GetTelemetryItem(ctx context.Context, key string) (TelemetryItem, error) |
| 674 | GetTelemetryItems(ctx context.Context) ([]TelemetryItem, error) |
| 675 | // Returns all data needed to build task lifecycle events for telemetry |
| 676 | // in a single round-trip. For each task whose workspace is in the |
no outgoing calls