I have a orchestration that contains one part that maps alot of files to SQL. I have a custom function that I want to execute after the insertion has completed. I do not want to do a delay as we do not know how long the inserts will take. Is there a way to say after the previous step has completed?
Thanks!