I pass some data to an external application, and then want to pick up the resulting files when done. I have it all working nicely, except I can't get it to wait for the run command to finish.
Leg 1 of the block until done is to save the file. The second leg leads me to my run command, then the third should be the leg that picks up the resulting data. The problem is the third leg of the block until done is running before the run command is done.
Anyone know a way to fix this? Thanks!
