Automation Designer wait for previous task to finish

Been a long-time TOAD user (10+ yrs) and never used the automation designer. I'm trying to use some scripts that datapump our prod database then copy over the dmp file to a remote server. Is there a way to prevent the step after the datapump from executing rightaway? The copy script should wait until the datapump script completes. NOTE: I've written my own datapump script and not used the built-in one within the designer.

Welcome to the Toad/Oracle forum!

Using the Pause task should help...

Toad should wait, but how are you calling the datapump script?
if you call the script from command line the same way, does it wait, or return immediately?