Hi
I have a WF that includes an IPC event. This IPC event calls multiple child processes and then needs to wait for all of them to finish before the Parent process continues.
However at the moment the Parent process continues as soon as one chlid process finishes.
Does anyone know how to get it to wait for all the child processes to finish before allowing the parent to continue?
Regards
Rich