pub type IterExecuteFn = fn(Valence, Value) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send>>;
Type-erased execute for orchestration (row as JSON).
execute