pub fn effective_eval_schedule_from_flow_info(
flow_info: &FlowInfoValue,
) -> Option<FlowScheduleConfig>Expand description
Returns the effective typed schedule config for flow metadata.
New metadata should carry FlowInfoValue.eval_schedule. For older metadata
that lacks the typed field, derive a deterministic config from created_time
and defaults. This avoids recovery-time wall-clock drift.