pub fn workflow_kind(events: &[Event]) -> Option<String>Expand description
The run’s document kind, projected from recorded history.
Folds every crate::Event::SearchAttributesUpdated (last write wins) and
reads the WORKFLOW_KIND_ATTRIBUTE, mirroring crate::display_name.