pub fn get_value_from_key<'a>(
    lit: &'a mut Literal,
    flow_name: &str,
    key: &str
) -> Option<&'a mut Literal>