pub fn with_workdir( graph: Arc<Mutex<Graph>>, path: String, ext: Arc<Box<dyn Extension + Send + Sync>>, ) -> Result<(), Error>