how are sub-microflows processed?
Does the calling microflow always wait for the sub to complete before continuing?
For instance if I have three microflows (A,B and C) and Microflow A calls B and then calls C.
Would it wait for B to complete before running C?