Setting up Parallel Tasks

David Santel
Giga Guru

I am trying to setup 4 parallel tasks. I want task #3 to wait for completion before firing off the task 4. How do I achive this?

 

 

find_real_file.png

1 ACCEPTED SOLUTION

You need to have Step 3 connect to Step 4. Step 4 will then connect to your Join.

 

View solution in original post

5 REPLIES 5

You need to have Step 3 connect to Step 4. Step 4 will then connect to your Join.