pub const MAX_FLOW_EXECUTIONS: u64 = 32;
The worst-case number of stage executions a flow may imply once every return_to budget is spent. A flow that could exceed it is rejected at parse time rather than discovered at runtime.
return_to