WFP. Interaction of sublayers with different weights

I have two sublayers with different weights. Let’s call them SublayerHigh and SublayerLow
On SublayerHigh, a callout is added on Accept and Connect and a filter is added (without conditions). i.e. classifyFn is called on any Accept and Connect.
SublayerLow just added some Callout with the flag FWP_CALLOUT_FLAG_CONDITIONAL_ON_FLOW.

classifyFn on SublayerHigh calls FwpsFlowAssociateContext0 (creates a context associated with the Flow I need).
Question: Will classifyFn from SublayerLow be called after classifyFn from SublayerHigh?