Hi,
I have a process which needs to split into parallel processing and at a later point merge back into one process, ie result in one instance of the final activity after the merge.
How would I go about merging the the parallel processes and how can I enforce that both branches are completed before the merge activity can be actioned?

