What happens if you put a wait activity after incremental query? If the incremental query fetches data every day, and the wait activity is set to wait a week, will the wait activity pile up all the data fetched during a week and release it all at the same time? Or will it release one set of data every day after that specific data has waited for a week?
Is it recommeded to use WAIT for only shorter wait times (hours for example) or can I use it for several days or weeks aswell?