Parallel Synchronization

Is the parallel activity set to let all of the activities fully complete before moving onto the next activity?
Or is there a way to ensure that all the activities within the parallel scope are completed before moving onto the next activity?

Hello.

I tested your question with the below where one delay was 5secs and the other was 10secs:
image

And here is the result:
image
The Write Line did not execute until the entire parallel scope was complete.

So, the short side will just wait until each side of the scope is finished.

I then tested this using an Invoke Workflow file:
image

and received same results.

Hopefully, this is what you were asking.

Regards.

3 Likes

Thank you! You’re answers are always super detailed. I appreciate the work you just did. This is really good to know.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.