pub async fn fetch_run<'a, E>(run_id: RunId, executor: E) -> Result<WorkflowRun>where E: Executor<'a, Database = Postgres>,
Fetch run.