I am ingesting data from SQL Server to an external system through Copy activity which accepts only 500 rows/records at a time. There has to be a wait period (let's say 5 minutes) before ingesting next set of data. How do we implement it in ADF? Are there any workarounds?