pub fn transition_node_status( store: &Store, id: &str, new_status: &str, event_type: &str, reason: &str, ) -> Result<(), DecapodError>