I would like to simulate a bus line in which items are picked up every 30 minutes. The one-way trip to the queue takes 13 minutes and the return trip takes 17 minutes. I don't care where the task executer waits before downloading the items, if it is on a node or if it is in the queue itself, the important thing is that the items are collected every 30 minutes and that they are not downloaded to the queue unless 13 minutes have passed. min. Exactly the same to reload them, 17 minutes have passed. If possible without using process flow.
Thank you so much!