How to Wait until tasks in separate flows are finished?
I have two flows, flow A and flow B. I need my ansible playbook to run after both tasks (the one in Flow A, and the one in Flow B) are complete. How do I keep track of the status of the tasks in separate flows?
