//! Module: workflow::state::query
//!
//! Responsibility: expose read-only app and subnet state workflow snapshots.
//! Does not own: state storage mutation, endpoint authorization, or DTO schemas.
//! Boundary: workflow query facade over state storage ops.
use crate::;
///
/// AppStateQuery
///
;
///
/// SubnetStateQuery
///
;