I have a list of customer requests. I want to start pulling requests when at least one of the requests has been on the list for at least 15 minutes. Then I want to pull all of the requests that have been there for 10 minutes or more. The remaining requests and new requests will wait until at least one request has been there 15 minutes, then pull everything that\'s been there 10 minutes or more, etc.
Is there a way to do this with one "Pull from list" activity? I've been reading the user guide and trying various things but I haven't figured out a good way to do this.