pub async fn create_task( pool: &PgPool, auth: &AuthCtx, input: CreateInput, ) -> BusResult<TaskInfo>