pub fn get_variable( name: &str, ) -> impl Effect<Output = Option<Value>, Error = MapReduceError, Env = PhaseEnv>
Get a specific variable from the phase environment.