I have 2 dataflows that update the top 100k rows (A column called status to ready from staged), then selects them. After the load it updates the rows status column to loaded. these dataflows are in 2 different forloops. Is there any way to make them wait on each other if one is running? The update portion is locking and causing a locking error.