There are two flows: FlowA and FlowB.
I want to combine them and get the latest element from FlowA and the latest element from FlowB only when FlowA emits an element. It's like combining FlowA and FlowB but only triggers the combined flow when FlowA emits an element.