pub trait FlowInstanceProvider: Send + Sync {
// Required method
fn get_flow_instances(&self) -> Vec<FlowInstance>;
}
pub trait FlowInstanceProvider: Send + Sync {
// Required method
fn get_flow_instances(&self) -> Vec<FlowInstance>;
}