Skip to main content

MAX_FLOW_EXECUTIONS

Constant MAX_FLOW_EXECUTIONS 

Source
pub const MAX_FLOW_EXECUTIONS: u64 = 32;
Expand description

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.