//! Module: workflow::ic::mgmt
//!
//! Responsibility: expose management-canister status queries to workflow callers.
//! Does not own: management call execution, endpoint authorization, or DTO schemas.
//! Boundary: delegates management calls to ops and maps results into DTOs.
use crate::;
///
/// MgmtWorkflow
///
/// Workflow facade for management-canister operations.
///
;