Running Dataflows in sequence
Hi everyone,
I have set up four data flows that need to be run in a specific order, and started only when the previous one has ended.
I found no problem in setting up the activity to Monitor, Start and Stop Data Flows, but when I run it (on Batch nodes) I see that the first two start immediately, while the third and the fourth are queued.
Is there a best practice method to have them executed as described above?
I have already thought of some work-around, but I would like to go with a more robust and tested solution.
Thanks in advance to everyone who will help me!